Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_history.hpp97 …void OutputRxTxEntryListFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bo…
98 …void OutputRxTxEntryTableFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, b…
101 static const char *RadioTypeToString(const otHistoryTrackerMessageInfo &aInfo);
102 static const char *MessageTypeToString(const otHistoryTrackerMessageInfo &aInfo);
Dcli_history.cpp1021 const char *History::RadioTypeToString(const otHistoryTrackerMessageInfo &aInfo) in RadioTypeToString()
1041 const char *History::MessageTypeToString(const otHistoryTrackerMessageInfo &aInfo) in MessageTypeToString()
1084 const otHistoryTrackerMessageInfo *info = nullptr; in ProcessRxTxHistory()
1085 const otHistoryTrackerMessageInfo *rxInfo = nullptr; in ProcessRxTxHistory()
1086 const otHistoryTrackerMessageInfo *txInfo = nullptr; in ProcessRxTxHistory()
1176 void History::OutputRxTxEntryListFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAg… in OutputRxTxEntryListFormat()
1206 void History::OutputRxTxEntryTableFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryA… in OutputRxTxEntryTableFormat()
/openthread-latest/include/openthread/
Dhistory_tracker.h137 typedef struct otHistoryTrackerMessageInfo struct
152 } otHistoryTrackerMessageInfo; argument
315 const otHistoryTrackerMessageInfo *otHistoryTrackerIterateRxHistory(otInstance *aInst…
331 const otHistoryTrackerMessageInfo *otHistoryTrackerIterateTxHistory(otInstance *aInst…
/openthread-latest/src/core/api/
Dhistory_tracker_api.cpp75 const otHistoryTrackerMessageInfo *otHistoryTrackerIterateRxHistory(otInstance *aInst… in otHistoryTrackerIterateRxHistory()
84 const otHistoryTrackerMessageInfo *otHistoryTrackerIterateTxHistory(otInstance *aInst… in otHistoryTrackerIterateTxHistory()
/openthread-latest/src/core/utils/
Dhistory_tracker.hpp132 typedef otHistoryTrackerMessageInfo MessageInfo; ///< RX/TX IPv6 message info.
448 DefineCoreType(otHistoryTrackerMessageInfo, Utils::HistoryTracker::MessageInfo);