Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dborder_agent.hpp305 static void HandleRemoveSession(void *aContext, SecureSession &aSesssion);
306 void HandleRemoveSession(SecureSession &aSesssion);
Dborder_agent.cpp134 mDtlsTransport.SetRemoveSessionCallback(HandleRemoveSession, this); in Start()
260 void BorderAgent::HandleRemoveSession(void *aContext, SecureSession &aSesssion) in HandleRemoveSession() function in ot::MeshCoP::BorderAgent
262 static_cast<BorderAgent *>(aContext)->HandleRemoveSession(aSesssion); in HandleRemoveSession()
265 void BorderAgent::HandleRemoveSession(SecureSession &aSesssion) in HandleRemoveSession() function in ot::MeshCoP::BorderAgent
/openthread-latest/tests/nexus/
Dtest_dtls.cpp178 SetRemoveSessionCallback(HandleRemoveSession, this); in DtlsTransportAndHeapSession()
213 static void HandleRemoveSession(void *aContext, MeshCoP::SecureSession &aSesssion) in HandleRemoveSession() function in ot::Nexus::DtlsTransportAndHeapSession