Home
last modified time | relevance | path

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

/external/openthread/src/cli/
Dcli_history.hpp95 …utputRxTxEntryListFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bool aIsRx);
96 …tputRxTxEntryTableFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bool aIsRx);
Dcli_history.cpp489 …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()