Searched defs:TestChannel (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dport_unittest.cc216 class TestChannel : public sigslot::has_slots<> { class in inherits:sigslot::has_slots
219 TestChannel(Port* p1) function in class:TestChannel
226 port_->SignalPortComplete.connect(this, &TestChannel::OnPortComplete);
227 port_->SignalUnknownAddress.connect(this, &TestChannel::OnUnknownAddress);
228 port_->SignalDestroyed.connect(this, &TestChannel::OnSrcPortDestroyed);
244 this, &TestChannel::OnConnectionStateChange);
245 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed);
247 &TestChannel::OnConnectionReadyToSend);
261 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed);
574 void ConnectStartedChannels(TestChannel* ch
[all...]

Completed in 1774 milliseconds