Searched refs:HandleRemoveSession (Results 1 – 3 of 3) sorted by relevance
305 static void HandleRemoveSession(void *aContext, SecureSession &aSesssion);306 void HandleRemoveSession(SecureSession &aSesssion);
134 mDtlsTransport.SetRemoveSessionCallback(HandleRemoveSession, this); in Start()260 void BorderAgent::HandleRemoveSession(void *aContext, SecureSession &aSesssion) in HandleRemoveSession() function in ot::MeshCoP::BorderAgent262 static_cast<BorderAgent *>(aContext)->HandleRemoveSession(aSesssion); in HandleRemoveSession()265 void BorderAgent::HandleRemoveSession(SecureSession &aSesssion) in HandleRemoveSession() function in ot::MeshCoP::BorderAgent
178 SetRemoveSessionCallback(HandleRemoveSession, this); in DtlsTransportAndHeapSession()213 static void HandleRemoveSession(void *aContext, MeshCoP::SecureSession &aSesssion) in HandleRemoveSession() function in ot::Nexus::DtlsTransportAndHeapSession