Home
last modified time | relevance | path

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

/openthread-3.5.0/src/cli/
Dcli_history.hpp102 …void OutputRxTxEntryListFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bo…
103 …void OutputRxTxEntryTableFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, b…
106 static const char *RadioTypeToString(const otHistoryTrackerMessageInfo &aInfo);
107 static const char *MessageTypeToString(const otHistoryTrackerMessageInfo &aInfo);
Dcli_history.cpp411 const char *History::RadioTypeToString(const otHistoryTrackerMessageInfo &aInfo) in RadioTypeToString()
431 const char *History::MessageTypeToString(const otHistoryTrackerMessageInfo &aInfo) in MessageTypeToString()
474 const otHistoryTrackerMessageInfo *info = nullptr; in ProcessRxTxHistory()
475 const otHistoryTrackerMessageInfo *rxInfo = nullptr; in ProcessRxTxHistory()
476 const otHistoryTrackerMessageInfo *txInfo = nullptr; in ProcessRxTxHistory()
566 void History::OutputRxTxEntryListFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAg… in OutputRxTxEntryListFormat()
596 void History::OutputRxTxEntryTableFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryA… in OutputRxTxEntryTableFormat()
/openthread-3.5.0/include/openthread/
Dhistory_tracker.h146 typedef struct otHistoryTrackerMessageInfo struct
161 } otHistoryTrackerMessageInfo; argument
336 const otHistoryTrackerMessageInfo *otHistoryTrackerIterateRxHistory(otInstance *aInst…
353 const otHistoryTrackerMessageInfo *otHistoryTrackerIterateTxHistory(otInstance *aInst…
/openthread-3.5.0/src/core/api/
Dhistory_tracker_api.cpp79 const otHistoryTrackerMessageInfo *otHistoryTrackerIterateRxHistory(otInstance *aInst… in otHistoryTrackerIterateRxHistory()
88 const otHistoryTrackerMessageInfo *otHistoryTrackerIterateTxHistory(otInstance *aInst… in otHistoryTrackerIterateTxHistory()
/openthread-3.5.0/src/core/utils/
Dhistory_tracker.hpp138 typedef otHistoryTrackerMessageInfo MessageInfo; ///< RX/TX IPv6 message info.
461 DefineCoreType(otHistoryTrackerMessageInfo, Utils::HistoryTracker::MessageInfo);