Home
last modified time | relevance | path

Searched defs:aIndentSize (Results 1 – 4 of 4) sorted by relevance

/external/openthread/src/cli/
Dcli_srp_client.cpp448 void SrpClient::OutputHostInfo(uint8_t aIndentSize, const otSrpClientHostInfo &aHostInfo) in OutputHostInfo()
485 void SrpClient::OutputServiceList(uint8_t aIndentSize, const otSrpClientService *aServices) in OutputServiceList()
494 void SrpClient::OutputService(uint8_t aIndentSize, const otSrpClientService &aService) in OutputService()
Dcli_output.cpp72 void Output::OutputFormat(uint8_t aIndentSize, const char *aFormat, ...) in OutputFormat()
94 void Output::OutputLine(uint8_t aIndentSize, const char *aFormat, ...) in OutputLine()
Dcli_output.hpp469 …template <typename... Args> void OutputFormat(uint8_t aIndentSize, const char *aFormat, Args... aA… in OutputFormat()
479 …template <typename... Args> void OutputLine(uint8_t aIndentSize, const char *aFormat, Args... aArg… in OutputLine()
Dcli.cpp1874 void Interpreter::OutputDnsServiceInfo(uint8_t aIndentSize, const otDnsServiceInfo &aServiceInfo) in OutputDnsServiceInfo()
5105 void Interpreter::OutputMode(uint8_t aIndentSize, const otLinkModeConfig &aMode) in OutputMode()
5112 void Interpreter::OutputConnectivity(uint8_t aIndentSize, const otNetworkDiagConnectivity &aConnect… in OutputConnectivity()
5124 void Interpreter::OutputRoute(uint8_t aIndentSize, const otNetworkDiagRoute &aRoute) in OutputRoute()
5137 void Interpreter::OutputRouteData(uint8_t aIndentSize, const otNetworkDiagRouteData &aRouteData) in OutputRouteData()
5146 void Interpreter::OutputLeaderData(uint8_t aIndentSize, const otLeaderData &aLeaderData) in OutputLeaderData()
5155 void Interpreter::OutputNetworkDiagMacCounters(uint8_t aIndentSize, const otNetworkDiagMacCounters … in OutputNetworkDiagMacCounters()
5168 void Interpreter::OutputChildTableEntry(uint8_t aIndentSize, const otNetworkDiagChildEntry &aChildE… in OutputChildTableEntry()