Home
last modified time | relevance | path

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

/external/openthread/src/core/meshcop/
Dborder_agent.hpp333 static void HandleRemoveSession(void *aContext, SecureSession &aSession);
334 void HandleRemoveSession(SecureSession &aSession);
551 static void HandleRemoveSession(void *aContext, SecureSession &aSession);
552 void HandleRemoveSession(SecureSession &aSession);
Dborder_agent.cpp108 mDtlsTransport.SetRemoveSessionCallback(BorderAgent::HandleRemoveSession, this); in Start()
211 void BorderAgent::HandleRemoveSession(void *aContext, SecureSession &aSession) in HandleRemoveSession() function in ot::MeshCoP::BorderAgent
213 static_cast<BorderAgent *>(aContext)->HandleRemoveSession(aSession); in HandleRemoveSession()
216 void BorderAgent::HandleRemoveSession(SecureSession &aSession) in HandleRemoveSession() function in ot::MeshCoP::BorderAgent
590 mDtlsTransport.SetRemoveSessionCallback(EphemeralKeyManager::HandleRemoveSession, this); in Start()
705 void BorderAgent::EphemeralKeyManager::HandleRemoveSession(void *aContext, SecureSession &aSession) in HandleRemoveSession() function in ot::MeshCoP::BorderAgent::EphemeralKeyManager
707 static_cast<EphemeralKeyManager *>(aContext)->HandleRemoveSession(aSession); in HandleRemoveSession()
710 void BorderAgent::EphemeralKeyManager::HandleRemoveSession(SecureSession &aSession) in HandleRemoveSession() function in ot::MeshCoP::BorderAgent::EphemeralKeyManager
/external/openthread/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