Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dhistory_tracker.hpp227 return mNeighborHistory.Iterate(aIterator, aEntryAge); in IterateNeighborHistory()
419 EntryList<NeighborInfo, kNeighborListSize> mNeighborHistory; member in ot::Utils::HistoryTracker
Dhistory_tracker.cpp183 NeighborInfo *entry = mNeighborHistory.AddNewEntry(); in RecordNeighborEvent()
451 mNeighborHistory.UpdateAgedEntries(); in HandleTimer()