Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dotns.hpp122 static void EmitNeighborChange(NeighborTable::Event aEvent, const Neighbor &aNeighbor);
Dotns.cpp107 void Otns::EmitNeighborChange(NeighborTable::Event aEvent, const Neighbor &aNeighbor) in EmitNeighborChange() function in ot::Utils::Otns
/openthread-latest/src/core/thread/
Dneighbor_table.cpp302 Get<Utils::Otns>().EmitNeighborChange(aEvent, aNeighbor); in Signal()