Searched refs:aIsRx (Results 1 – 2 of 2) sorted by relevance
/external/openthread/src/cli/ |
D | cli_history.hpp | 95 …utputRxTxEntryListFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bool aIsRx); 96 …tputRxTxEntryTableFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bool aIsRx);
|
D | cli_history.cpp | 489 …OutputRxTxEntryListFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bool aIsRx) in OutputRxTxEntryListFormat() argument 501 if (aIsRx) in OutputRxTxEntryListFormat() 510 …OutputLine(" %s:0x%04x radio:%s", aIsRx ? "from" : "to", aInfo.mNeighborRloc16, RadioTypeToString(… in OutputRxTxEntryListFormat() 519 …utputRxTxEntryTableFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bool aIsRx) in OutputRxTxEntryTableFormat() argument 530 if (aIsRx) in OutputRxTxEntryTableFormat()
|