Home
last modified time | relevance | path

Searched refs:SetConnectCallback (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/tests/nexus/
Dtest_dtls.cpp208 session->SetConnectCallback(&ot::Nexus::HandleConnectEvent, &transport->mNode); in HandleAccept()
271 dtls0.SetConnectCallback(HandleConnectEvent, &node0); in TestDtlsSingleSession()
288 dtls1.SetConnectCallback(HandleConnectEvent, &node1); in TestDtlsSingleSession()
312 dtls1.SetConnectCallback(HandleConnectEvent, &node1); in TestDtlsSingleSession()
422 dtls0.SetConnectCallback(HandleConnectEvent, &node0); in TestDtlsSingleSession()
436 dtls1.SetConnectCallback(HandleConnectEvent, &node1); in TestDtlsSingleSession()
530 dtls1.SetConnectCallback(HandleConnectEvent, &node1); in TestDtlsMultiSession()
559 dtls2.SetConnectCallback(HandleConnectEvent, &node2); in TestDtlsMultiSession()
/openthread-latest/src/core/api/
Dcoap_secure_api.cpp126 AsCoreType(aInstance).GetApplicationCoapSecure().SetConnectCallback(aHandler, aContext); in otCoapSecureConnect()
194 AsCoreType(aInstance).GetApplicationCoapSecure().SetConnectCallback(aHandler, aContext); in otCoapSecureSetClientConnectEventCallback()
/openthread-latest/src/core/coap/
Dcoap_secure.hpp74 …void SetConnectCallback(ConnectHandler aHandler, void *aContext) { mConnectCallback.Set(aHandler, … in SetConnectCallback() function in ot::Coap::SecureSession
Dcoap_secure.cpp50 Dtls::Session::SetConnectCallback(HandleDtlsConnectEvent, this); in SecureSession()
/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp142 void SetConnectCallback(ConnectHandler aConnectHandler, void *aContext) in SetConnectCallback() function in ot::MeshCoP::SecureSession
Djoiner.cpp142 Get<Tmf::SecureAgent>().SetConnectCallback(HandleSecureCoapClientConnect, this); in Start()
Dborder_agent.cpp253 session->SetConnectCallback(HandleConnected, this); in HandleAcceptSession()
Dcommissioner.cpp274 Get<Tmf::SecureAgent>().SetConnectCallback(HandleSecureAgentConnectEvent, this); in Start()
/openthread-latest/src/core/radio/
Dble_secure.cpp86 mTls.SetConnectCallback(HandleTlsConnectEvent, this); in Start()