Searched refs:HandleConnected (Results 1 – 5 of 5) sorted by relevance
241 typedef void (&HandleConnected)(Connection &aConnection); typedef in ot::Dns::Dso::Connection::Callbacks351 Callbacks(HandleConnected aHandleConnected, in Callbacks()367 HandleConnected mHandleConnected;742 void HandleConnected(void);
60 AsCoreType(aConnection).HandleConnected(); in otPlatDsoHandleConnected()187 void Dso::Connection::HandleConnected(void) in HandleConnected() function in ot::Dns::Dso::Connection
308 static void HandleConnected(Dtls::Session::ConnectEvent aEvent, void *aContext);309 void HandleConnected(Dtls::Session::ConnectEvent aEvent);
253 session->SetConnectCallback(HandleConnected, this); in HandleAcceptSession()274 void BorderAgent::HandleConnected(Dtls::Session::ConnectEvent aEvent, void *aContext) in HandleConnected() function in ot::MeshCoP::BorderAgent276 static_cast<BorderAgent *>(aContext)->HandleConnected(aEvent); in HandleConnected()279 void BorderAgent::HandleConnected(Dtls::Session::ConnectEvent aEvent) in HandleConnected() function in ot::MeshCoP::BorderAgent
212 void HandleConnected(void) { mDidGetConnectedSignal = true; } in HandleConnected() function in ot::Dns::Connection270 static void HandleConnected(Dso::Connection &aConnection) in HandleConnected() function in ot::Dns::Connection272 static_cast<Connection &>(aConnection).HandleConnected(); in HandleConnected()327 Dso::Connection::Callbacks Connection::sCallbacks(Connection::HandleConnected,