Home
last modified time | relevance | path

Searched refs:GetNextNeighborInfo (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/thread/
Dneighbor_table.cpp190 Error NeighborTable::GetNextNeighborInfo(otNeighborInfoIterator &aIterator, Neighbor::Info &aNeighI… in GetNextNeighborInfo() function in ot::NeighborTable
248 Error NeighborTable::GetNextNeighborInfo(otNeighborInfoIterator &aIterator, Neighbor::Info &aNeighI… in GetNextNeighborInfo() function in ot::NeighborTable
Dneighbor_table.hpp216 Error GetNextNeighborInfo(otNeighborInfoIterator &aIterator, Neighbor::Info &aNeighInfo);
/openthread-latest/src/core/utils/
Dlink_metrics_manager.cpp136 while (Get<NeighborTable>().GetNextNeighborInfo(iterator, neighborInfo) == kErrorNone) in UpdateSubjects()
/openthread-latest/src/core/api/
Dthread_api.cpp315 …return AsCoreType(aInstance).Get<NeighborTable>().GetNextNeighborInfo(*aIterator, AsCoreType(aInfo… in otThreadGetNextNeighborInfo()