Home
last modified time | relevance | path

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

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