Searched refs:OnConnectionDestroyed (Results 1 – 7 of 7) sorted by relevance
108 this, &TestConnectionWrapper::OnConnectionDestroyed); in TestConnectionWrapper()114 void OnConnectionDestroyed(Connection* conn) { in OnConnectionDestroyed() function in TestConnectionWrapper197 void OnConnectionDestroyed(Connection* conn) { connection_destroyed_ = true; } in OnConnectionDestroyed() function in TurnPortTest285 conn->SignalDestroyed.connect(this, &TurnPortTest::OnConnectionDestroyed); in ConnectConnectionDestroyedSignal()
237 void OnConnectionDestroyed(Connection *connection);
247 void OnConnectionDestroyed(Connection* conn);
272 this, &P2PTransportChannel::OnConnectionDestroyed); in AddConnection()1354 void P2PTransportChannel::OnConnectionDestroyed(Connection* connection) { in OnConnectionDestroyed() function in cricket::P2PTransportChannel
352 void OnConnectionDestroyed(Connection* conn);
464 conn->SignalDestroyed.connect(this, &TurnPort::OnConnectionDestroyed); in CreateConnection()991 void TurnPort::OnConnectionDestroyed(Connection* conn) { in OnConnectionDestroyed() function in cricket::TurnPort
266 conn->SignalDestroyed.connect(this, &Port::OnConnectionDestroyed); in AddConnection()642 void Port::OnConnectionDestroyed(Connection* conn) { in OnConnectionDestroyed() function in cricket::Port