Home
last modified time | relevance | path

Searched refs:kIndentSize (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/src/cli/
Dcli_srp_server.cpp333 OutputLine(kIndentSize, "deleted: %s", isDeleted ? "true" : "false"); in Process()
339 OutputSpaces(kIndentSize); in Process()
441 OutputLine(kIndentSize, "deleted: %s", isDeleted ? "true" : "false"); in Process()
450 OutputFormat(kIndentSize, "subtypes: "); in Process()
469 OutputLine(kIndentSize, "port: %u", otSrpServerServiceGetPort(service)); in Process()
470 OutputLine(kIndentSize, "priority: %u", otSrpServerServiceGetPriority(service)); in Process()
471 OutputLine(kIndentSize, "weight: %u", otSrpServerServiceGetWeight(service)); in Process()
472 OutputLine(kIndentSize, "ttl: %lu", ToUlong(otSrpServerServiceGetTtl(service))); in Process()
473 OutputLine(kIndentSize, "lease: %lu", ToUlong(leaseInfo.mLease / 1000)); in Process()
474 OutputLine(kIndentSize, "key-lease: %lu", ToUlong(leaseInfo.mKeyLease / 1000)); in Process()
[all …]
Dcli_mdns.cpp92 OutputLine(kIndentSize, "%u address:", aHost.mAddressesLength); in OutputHost()
96 OutputFormat(kIndentSize, " "); in OutputHost()
100 OutputLine(kIndentSize, "ttl: %lu", ToUlong(aHost.mTtl)); in OutputHost()
106 OutputLine(kIndentSize, "host: %s", aService.mHostName); in OutputService()
110 OutputLine(kIndentSize, "%u sub-type:", aService.mSubTypeLabelsLength); in OutputService()
114 OutputLine(kIndentSize * 2, "%s", aService.mSubTypeLabels[index]); in OutputService()
118 OutputLine(kIndentSize, "port: %u", aService.mPort); in OutputService()
119 OutputLine(kIndentSize, "priority: %u", aService.mPriority); in OutputService()
120 OutputLine(kIndentSize, "weight: %u", aService.mWeight); in OutputService()
121 OutputLine(kIndentSize, "ttl: %lu", ToUlong(aService.mTtl)); in OutputService()
[all …]
Dcli.cpp2016 OutputLine(kIndentSize, "%s: %lu", metric.mName, ToUlong(metrics.*metric.mValuePtr)); in Process()
2023 OutputLine(kIndentSize, "%s: %lu", metric.mName, ToUlong(metrics.*metric.mValuePtr)); in Process()
2262 … OutputLine(kIndentSize, "%s: %lu", counter.mName, ToUlong(macCounters->*counter.mValuePtr)); in Process()
2269 … OutputLine(kIndentSize, "%s: %lu", counter.mName, ToUlong(macCounters->*counter.mValuePtr)); in Process()
5232 OutputFormat(kIndentSize, "%u-links:{ ", linkQuality); in HandleMeshDiagDiscoverDone()
5250 OutputLine(kIndentSize, "ip6-addrs:"); in HandleMeshDiagDiscoverDone()
5254 OutputSpaces(kIndentSize * 2); in HandleMeshDiagDiscoverDone()
5269 OutputLine(kIndentSize, "children:"); in HandleMeshDiagDiscoverDone()
5273 …OutputFormat(kIndentSize * 2, "rloc16:0x%04x lq:%u, mode:%s", childInfo.mRloc16, childInfo.mLinkQu… in HandleMeshDiagDiscoverDone()
5291 OutputLine(kIndentSize, "children: none"); in HandleMeshDiagDiscoverDone()
[all …]
Dcli_srp_server.hpp82 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::SrpServer
Dcli_mac_filter.hpp83 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::MacFilter
Dcli_srp_client.hpp81 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::SrpClient
Dcli_link_metrics.hpp80 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::LinkMetrics
Dcli_history.cpp1178 constexpr uint8_t kIndentSize = 4; in OutputRxTxEntryListFormat() local
1185 …OutputFormat(kIndentSize, "type:%s len:%u checksum:0x%04x sec:%s prio:%s ", MessageTypeToString(aI… in OutputRxTxEntryListFormat()
1199 OutputFormat(kIndentSize, "src:"); in OutputRxTxEntryListFormat()
1202 OutputFormat(kIndentSize, "dst:"); in OutputRxTxEntryListFormat()
Dcli_dns.hpp96 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::Dns
Dcli_srp_client.cpp954 OutputHostInfo(kIndentSize, *aHostInfo); in HandleCallback()
957 OutputServiceList(kIndentSize, aServices); in HandleCallback()
962 OutputServiceList(kIndentSize, aRemovedServices); in HandleCallback()
Dcli_mdns.hpp88 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::Mdns
Dcli.hpp193 static constexpr uint8_t kIndentSize = 4; member in ot::Cli::Interpreter
Dcli_dns.cpp609 OutputDnsServiceInfo(kIndentSize, serviceInfo); in HandleDnsBrowseResponse()