Home
last modified time | relevance | path

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

/openthread-2.7.6/src/cli/
Dcli_history.cpp93 bool isList; in ProcessNeighbor() local
107 SuccessOrExit(error = ParseArgs(aArgs, isList, numEntries)); in ProcessNeighbor()
109 if (!isList) in ProcessNeighbor()
137 …mInterpreter.OutputFormat(isList ? "%s -> type:%s event:%s extaddr:" : "| %20s | %-6s | %-9s | ", … in ProcessNeighbor()
140 …mInterpreter.OutputLine(isList ? " rloc16:0x%04x mode:%s rss:%d" : " | 0x%04x | %-4s | %7d |", inf… in ProcessNeighbor()
151 bool isList; in ProcessNetInfo() local
159 SuccessOrExit(error = ParseArgs(aArgs, isList, numEntries)); in ProcessNetInfo()
161 if (!isList) in ProcessNetInfo()
182isList ? "%s -> role:%s mode:%s rloc16:0x%04x partition-id:%u" : "| %20s | %-8s | %-4s | 0x%04x | … in ProcessNetInfo()
293 bool isList; in ProcessRxTxHistory() local
[all …]