Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Dhistory_tracker_api.cpp53uint32_t * aEntryAge) in otHistoryTrackerIterateNetInfoHistory()
61 uint32_t * aEntryAge) in otHistoryTrackerIterateUnicastAddressHistory()
70 uint32_t * aEntryAge) in otHistoryTrackerIterateMulticastAddressHistory()
78uint32_t * aEntryAge) in otHistoryTrackerIterateRxHistory()
85uint32_t * aEntryAge) in otHistoryTrackerIterateTxHistory()
92uint32_t * aEntryAge) in otHistoryTrackerIterateNeighborHistory()
99uint32_t * aEntryAge) in otHistoryTrackerIterateOnMeshPrefixHistory()
108 uint32_t * aEntryAge) in otHistoryTrackerIterateExternalRouteHistory()
114 void otHistoryTrackerEntryAgeToString(uint32_t aEntryAge, char *aBuffer, uint16_t aSize) in otHistoryTrackerEntryAgeToString()
/external/openthread/src/cli/
Dcli_history.cpp489 …OutputRxTxEntryListFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bool aIsRx) in OutputRxTxEntryListFormat()
519 …utputRxTxEntryTableFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAge, bool aIsRx) in OutputRxTxEntryTableFormat()
/external/openthread/src/core/utils/
Dhistory_tracker.cpp396 void HistoryTracker::EntryAgeToString(uint32_t aEntryAge, char *aBuffer, uint16_t aSize) in EntryAgeToString()