Searched refs:SetConnectCallback (Results 1 – 9 of 9) sorted by relevance
/openthread-latest/tests/nexus/ |
D | test_dtls.cpp | 208 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/ |
D | coap_secure_api.cpp | 126 AsCoreType(aInstance).GetApplicationCoapSecure().SetConnectCallback(aHandler, aContext); in otCoapSecureConnect() 194 AsCoreType(aInstance).GetApplicationCoapSecure().SetConnectCallback(aHandler, aContext); in otCoapSecureSetClientConnectEventCallback()
|
/openthread-latest/src/core/coap/ |
D | coap_secure.hpp | 74 …void SetConnectCallback(ConnectHandler aHandler, void *aContext) { mConnectCallback.Set(aHandler, … in SetConnectCallback() function in ot::Coap::SecureSession
|
D | coap_secure.cpp | 50 Dtls::Session::SetConnectCallback(HandleDtlsConnectEvent, this); in SecureSession()
|
/openthread-latest/src/core/meshcop/ |
D | secure_transport.hpp | 142 void SetConnectCallback(ConnectHandler aConnectHandler, void *aContext) in SetConnectCallback() function in ot::MeshCoP::SecureSession
|
D | joiner.cpp | 142 Get<Tmf::SecureAgent>().SetConnectCallback(HandleSecureCoapClientConnect, this); in Start()
|
D | border_agent.cpp | 253 session->SetConnectCallback(HandleConnected, this); in HandleAcceptSession()
|
D | commissioner.cpp | 274 Get<Tmf::SecureAgent>().SetConnectCallback(HandleSecureAgentConnectEvent, this); in Start()
|
/openthread-latest/src/core/radio/ |
D | ble_secure.cpp | 86 mTls.SetConnectCallback(HandleTlsConnectEvent, this); in Start()
|