Searched refs:CreateNode (Results 1 – 6 of 6) sorted by relevance
46 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()
235 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()
42 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()
74 nexus.CreateNode(); in Test()
52 Node &CreateNode(void);
50 Node &Core::CreateNode(void) in CreateNode() function in ot::Nexus::Core