Home
last modified time | relevance | path

Searched refs:HandleDtlsConnectEvent (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/coap/
Dcoap_secure.cpp50 Dtls::Session::SetConnectCallback(HandleDtlsConnectEvent, this); in SecureSession()
103 void SecureSession::HandleDtlsConnectEvent(ConnectEvent aEvent, void *aContext) in HandleDtlsConnectEvent() function in ot::Coap::SecureSession
105 static_cast<SecureSession *>(aContext)->HandleDtlsConnectEvent(aEvent); in HandleDtlsConnectEvent()
108 void SecureSession::HandleDtlsConnectEvent(ConnectEvent aEvent) in HandleDtlsConnectEvent() function in ot::Coap::SecureSession
Dcoap_secure.hpp127 static void HandleDtlsConnectEvent(ConnectEvent aEvent, void *aContext);
128 void HandleDtlsConnectEvent(ConnectEvent aEvent);