Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_history.hpp97 …utputRxTxEntryListFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bool aIsRx);
98 …tputRxTxEntryTableFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bool aIsRx);
Dcli_history.cpp1176 …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()