Home
last modified time | relevance | path

Searched refs:RecordNeighborEvent (Results 1 – 3 of 3) sorted by relevance

/openthread-2.7.6/src/core/utils/
Dhistory_tracker.hpp325 …void RecordNeighborEvent(NeighborTable::Event aEvent, const NeighborTable::EntryInfo &aInfo…
Dhistory_tracker.cpp196 void HistoryTracker::RecordNeighborEvent(NeighborTable::Event aEvent, const NeighborTable::EntryInf… in RecordNeighborEvent() function in ot::Utils::HistoryTracker
/openthread-2.7.6/src/core/thread/
Dneighbor_table.cpp285 Get<Utils::HistoryTracker>().RecordNeighborEvent(aEvent, info); in Signal()