Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/
Dtest_large_network.cpp47 for (Node &node : aNexus.GetNodes()) in CaculateRoleStats()
81 leader = nexus.GetNodes().GetHead(); in Test()
84 for (Node &node : nexus.GetNodes()) in Test()
Dtest_form_join.cpp55 for (Node &node : nexus.GetNodes()) in TestFormJoin()
/openthread-latest/tests/nexus/platform/
Dnexus_core.hpp53 LinkedList<Node> &GetNodes(void) { return mNodes; } in GetNodes() function in ot::Nexus::Core