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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport_unittest.cc214 class TestChannel : public sigslot::has_slots<> { class in inherits:sigslot::has_slots
216 TestChannel(Port* p1, Port* p2) function in class:TestChannel
220 this, &TestChannel::OnPortComplete);
221 src_->SignalUnknownAddress.connect(this, &TestChannel::OnUnknownAddress);
239 this, &TestChannel::OnConnectionStateChange);
262 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed);
600 TestChannel ch1(port1, port2);
601 TestChannel ch2(port2, port1);
2138 TestChannel ch1(port1, port2);
2139 TestChannel ch
[all...]

Completed in 127 milliseconds