Home
last modified time | relevance | path

Searched refs:CreateNode (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/tests/nexus/
Dtest_form_join.cpp46 Node &leader = nexus.CreateNode(); in TestFormJoin()
47 Node &fed = nexus.CreateNode(); in TestFormJoin()
48 Node &sed = nexus.CreateNode(); in TestFormJoin()
49 Node &med = nexus.CreateNode(); in TestFormJoin()
50 Node &router1 = nexus.CreateNode(); in TestFormJoin()
51 Node &router2 = nexus.CreateNode(); in TestFormJoin()
Dtest_dtls.cpp235 Node &node0 = nexus.CreateNode(); in TestDtlsSingleSession()
236 Node &node1 = nexus.CreateNode(); in TestDtlsSingleSession()
237 Node &node2 = nexus.CreateNode(); in TestDtlsSingleSession()
477 Node &node0 = nexus.CreateNode(); in TestDtlsMultiSession()
478 Node &node1 = nexus.CreateNode(); in TestDtlsMultiSession()
479 Node &node2 = nexus.CreateNode(); in TestDtlsMultiSession()
Dtest_border_agent.cpp42 Node &node0 = nexus.CreateNode(); in TestBorderAgent()
43 Node &node1 = nexus.CreateNode(); in TestBorderAgent()
192 Node &node0 = nexus.CreateNode(); in TestBorderAgentEphemeralKey()
193 Node &node1 = nexus.CreateNode(); in TestBorderAgentEphemeralKey()
Dtest_large_network.cpp74 nexus.CreateNode(); in Test()
/openthread-latest/tests/nexus/platform/
Dnexus_core.hpp52 Node &CreateNode(void);
Dnexus_core.cpp50 Node &Core::CreateNode(void) in CreateNode() function in ot::Nexus::Core