Searched refs:aIsRx (Results 1 – 2 of 2) sorted by relevance
| /openthread-latest/src/cli/ |
| D | cli_history.hpp | 97 …utputRxTxEntryListFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bool aIsRx); 98 …tputRxTxEntryTableFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bool aIsRx);
|
| D | cli_history.cpp | 1176 …OutputRxTxEntryListFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bool aIsRx) in OutputRxTxEntryListFormat() argument 1188 if (aIsRx) in OutputRxTxEntryListFormat() 1197 …OutputLine(" %s:0x%04x radio:%s", aIsRx ? "from" : "to", aInfo.mNeighborRloc16, RadioTypeToString(… in OutputRxTxEntryListFormat() 1206 …utputRxTxEntryTableFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bool aIsRx) in OutputRxTxEntryTableFormat() argument 1217 if (aIsRx) in OutputRxTxEntryTableFormat()
|