Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Dhistory_tracker_api.cpp90 const otHistoryTrackerNeighborInfo *otHistoryTrackerIterateNeighborHistory(otInstance * … in otHistoryTrackerIterateNeighborHistory() function
/external/openthread/include/openthread/
Dhistory_tracker.h341 const otHistoryTrackerNeighborInfo *otHistoryTrackerIterateNeighborHistory(otInstance * …
/external/openthread/src/cli/
Dcli_history.cpp238 info = otHistoryTrackerIterateNeighborHistory(GetInstancePtr(), &iterator, &entryAge); in Process()