Home
last modified time | relevance | path

Searched defs:aEntryAge (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/api/
Dhistory_tracker_api.cpp46uint32_t *aEntryAge) in otHistoryTrackerIterateNetInfoHistory()
56 uint32_t *aEntryAge) in otHistoryTrackerIterateUnicastAddressHistory()
67 uint32_t *aEntryAge) in otHistoryTrackerIterateMulticastAddressHistory()
77uint32_t *aEntryAge) in otHistoryTrackerIterateRxHistory()
86uint32_t *aEntryAge) in otHistoryTrackerIterateTxHistory()
95uint32_t *aEntryAge) in otHistoryTrackerIterateNeighborHistory()
104uint32_t *aEntryAge) in otHistoryTrackerIterateRouterHistory()
113uint32_t *aEntryAge) in otHistoryTrackerIterateOnMeshPrefixHistory()
124 uint32_t *aEntryAge) in otHistoryTrackerIterateExternalRouteHistory()
132 void otHistoryTrackerEntryAgeToString(uint32_t aEntryAge, char *aBuffer, uint16_t aSize) in otHistoryTrackerEntryAgeToString()
/openthread-latest/src/cli/
Dcli_history.cpp1176 …OutputRxTxEntryListFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bool aIsRx) in OutputRxTxEntryListFormat()
1206 …utputRxTxEntryTableFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bool aIsRx) in OutputRxTxEntryTableFormat()
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp458 void HistoryTracker::EntryAgeToString(uint32_t aEntryAge, char *aBuffer, uint16_t aSize) in EntryAgeToString()