HomeSort by relevance Sort by last modified time
    Searched defs:OnConnectionDestroyed (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/p2p/base/
turnport_unittest.cc 108 this, &TestConnectionWrapper::OnConnectionDestroyed);
114 void OnConnectionDestroyed(Connection* conn) {
197 void OnConnectionDestroyed(Connection* conn) { connection_destroyed_ = true; }
285 conn->SignalDestroyed.connect(this, &TurnPortTest::OnConnectionDestroyed);
    [all...]
p2ptransportchannel.cc 272 this, &P2PTransportChannel::OnConnectionDestroyed);
    [all...]
port.cc 266 conn->SignalDestroyed.connect(this, &Port::OnConnectionDestroyed);
642 void Port::OnConnectionDestroyed(Connection* conn) {
    [all...]
turnport.cc 464 conn->SignalDestroyed.connect(this, &TurnPort::OnConnectionDestroyed);
    [all...]

Completed in 78 milliseconds