Home
last modified time | relevance | path

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

/external/openthread/src/core/meshcop/
Dsecure_transport.hpp634 void SetRemoveSessionCallback(RemoveSessionCallback aCallback, void *aContext) in SetRemoveSessionCallback() function in ot::MeshCoP::SecureTransport
Dborder_agent.cpp108 mDtlsTransport.SetRemoveSessionCallback(BorderAgent::HandleRemoveSession, this); in Start()
590 mDtlsTransport.SetRemoveSessionCallback(EphemeralKeyManager::HandleRemoveSession, this); in Start()
/external/openthread/tests/nexus/
Dtest_dtls.cpp178 SetRemoveSessionCallback(HandleRemoveSession, this); in DtlsTransportAndHeapSession()