Home
last modified time | relevance | path

Searched refs:HandleConnected (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/net/
Ddns_dso.hpp241 typedef void (&HandleConnected)(Connection &aConnection); typedef in ot::Dns::Dso::Connection::Callbacks
351 Callbacks(HandleConnected aHandleConnected, in Callbacks()
367 HandleConnected mHandleConnected;
742 void HandleConnected(void);
Ddns_dso.cpp60 AsCoreType(aConnection).HandleConnected(); in otPlatDsoHandleConnected()
187 void Dso::Connection::HandleConnected(void) in HandleConnected() function in ot::Dns::Dso::Connection
/openthread-latest/src/core/meshcop/
Dborder_agent.hpp308 static void HandleConnected(Dtls::Session::ConnectEvent aEvent, void *aContext);
309 void HandleConnected(Dtls::Session::ConnectEvent aEvent);
Dborder_agent.cpp253 session->SetConnectCallback(HandleConnected, this); in HandleAcceptSession()
274 void BorderAgent::HandleConnected(Dtls::Session::ConnectEvent aEvent, void *aContext) in HandleConnected() function in ot::MeshCoP::BorderAgent
276 static_cast<BorderAgent *>(aContext)->HandleConnected(aEvent); in HandleConnected()
279 void BorderAgent::HandleConnected(Dtls::Session::ConnectEvent aEvent) in HandleConnected() function in ot::MeshCoP::BorderAgent
/openthread-latest/tests/unit/
Dtest_dso.cpp212 void HandleConnected(void) { mDidGetConnectedSignal = true; } in HandleConnected() function in ot::Dns::Connection
270 static void HandleConnected(Dso::Connection &aConnection) in HandleConnected() function in ot::Dns::Connection
272 static_cast<Connection &>(aConnection).HandleConnected(); in HandleConnected()
327 Dso::Connection::Callbacks Connection::sCallbacks(Connection::HandleConnected,