Home
last modified time | relevance | path

Searched refs:aIndentSize (Results 1 – 8 of 8) sorted by relevance

/openthread-3.5.0/src/cli/
Dcli_srp_client.hpp95 void OutputHostInfo(uint8_t aIndentSize, const otSrpClientHostInfo &aHostInfo);
96 void OutputServiceList(uint8_t aIndentSize, const otSrpClientService *aServices);
97 void OutputService(uint8_t aIndentSize, const otSrpClientService &aService);
Dcli.hpp479 void OutputMode(uint8_t aIndentSize, const otLinkModeConfig &aMode);
480 void OutputConnectivity(uint8_t aIndentSize, const otNetworkDiagConnectivity &aConnectivity);
481 void OutputRoute(uint8_t aIndentSize, const otNetworkDiagRoute &aRoute);
482 void OutputRouteData(uint8_t aIndentSize, const otNetworkDiagRouteData &aRouteData);
483 void OutputLeaderData(uint8_t aIndentSize, const otLeaderData &aLeaderData);
484 …void OutputNetworkDiagMacCounters(uint8_t aIndentSize, const otNetworkDiagMacCounters &aMacCounter…
485 …void OutputNetworkDiagMleCounters(uint8_t aIndentSize, const otNetworkDiagMleCounters &aMleCounter…
486 void OutputChildTableEntry(uint8_t aIndentSize, const otNetworkDiagChildEntry &aChildEntry);
Dcli_output.cpp72 void Output::OutputFormat(uint8_t aIndentSize, const char *aFormat, ...) in OutputFormat() argument
76 OutputSpaces(aIndentSize); in OutputFormat()
94 void Output::OutputLine(uint8_t aIndentSize, const char *aFormat, ...) in OutputLine() argument
98 OutputSpaces(aIndentSize); in OutputLine()
Dcli_srp_client.cpp449 void SrpClient::OutputHostInfo(uint8_t aIndentSize, const otSrpClientHostInfo &aHostInfo) in OutputHostInfo() argument
451 OutputFormat(aIndentSize, "name:"); in OutputHostInfo()
486 void SrpClient::OutputServiceList(uint8_t aIndentSize, const otSrpClientService *aServices) in OutputServiceList() argument
490 OutputService(aIndentSize, *aServices); in OutputServiceList()
495 void SrpClient::OutputService(uint8_t aIndentSize, const otSrpClientService &aService) in OutputService() argument
497 OutputFormat(aIndentSize, "instance:\"%s\", name:\"%s", aService.mInstanceName, aService.mName); in OutputService()
Dcli_dns.cpp547 void Dns::OutputDnsServiceInfo(uint8_t aIndentSize, const otDnsServiceInfo &aServiceInfo) in OutputDnsServiceInfo() argument
549 …OutputLine(aIndentSize, "Port:%d, Priority:%d, Weight:%d, TTL:%lu", aServiceInfo.mPort, aServiceIn… in OutputDnsServiceInfo()
551 OutputLine(aIndentSize, "Host:%s", aServiceInfo.mHostNameBuffer); in OutputDnsServiceInfo()
552 OutputFormat(aIndentSize, "HostAddress:"); in OutputDnsServiceInfo()
555 OutputFormat(aIndentSize, "TXT:"); in OutputDnsServiceInfo()
Dcli.cpp8201 void Interpreter::OutputMode(uint8_t aIndentSize, const otLinkModeConfig &aMode) in OutputMode() argument
8203 OutputLine(aIndentSize, "RxOnWhenIdle: %d", aMode.mRxOnWhenIdle); in OutputMode()
8204 OutputLine(aIndentSize, "DeviceType: %d", aMode.mDeviceType); in OutputMode()
8205 OutputLine(aIndentSize, "NetworkData: %d", aMode.mNetworkData); in OutputMode()
8208 void Interpreter::OutputConnectivity(uint8_t aIndentSize, const otNetworkDiagConnectivity &aConnect… in OutputConnectivity() argument
8210 OutputLine(aIndentSize, "ParentPriority: %d", aConnectivity.mParentPriority); in OutputConnectivity()
8211 OutputLine(aIndentSize, "LinkQuality3: %u", aConnectivity.mLinkQuality3); in OutputConnectivity()
8212 OutputLine(aIndentSize, "LinkQuality2: %u", aConnectivity.mLinkQuality2); in OutputConnectivity()
8213 OutputLine(aIndentSize, "LinkQuality1: %u", aConnectivity.mLinkQuality1); in OutputConnectivity()
8214 OutputLine(aIndentSize, "LeaderCost: %u", aConnectivity.mLeaderCost); in OutputConnectivity()
[all …]
Dcli_output.hpp246 …void OutputFormat(uint8_t aIndentSize, const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_C…
266 …void OutputLine(uint8_t aIndentSize, const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHE…
Dcli_dns.hpp123 void OutputDnsServiceInfo(uint8_t aIndentSize, const otDnsServiceInfo &aServiceInfo);