Home
last modified time | relevance | path

Searched defs:aNode (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/tests/nexus/platform/
Dnexus_node.cpp46 void Node::Join(Node &aNode, JoinMode aJoinMode) in Join()
78 void Node::AllowList(Node &aNode) in AllowList()
84 void Node::UnallowList(Node &aNode) { Get<Mac::Filter>().RemoveAddress(aNode.Get<Mac::Mac>().GetExt… in UnallowList()
Dnexus_core.cpp98 void Core::Process(Node &aNode) in Process()
110 void Core::ProcessRadio(Node &aNode) in ProcessRadio()
Dnexus_core.hpp61 void SetActiveNode(Node *aNode) { mActiveNode = aNode; } in SetActiveNode()
/openthread-latest/tests/nexus/
Dtest_dtls.cpp118 OwnedPtr<Message> PrepareMessage(Node &aNode) in PrepareMessage()
139 explicit DtlsTransportAndSingleSession(Node &aNode) in DtlsTransportAndSingleSession()
172 explicit DtlsTransportAndHeapSession(Node &aNode) in DtlsTransportAndHeapSession()