Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dstunport_unittest.cc71 &StunPortTest::OnPortComplete); in CreateStunPort()
91 &StunPortTest::OnPortComplete); in CreateSharedStunPort()
120 void OnPortComplete(cricket::Port* port) { in OnPortComplete() function in StunPortTest
Dport_unittest.cc226 port_->SignalPortComplete.connect(this, &TestChannel::OnPortComplete); in TestChannel()
275 void OnPortComplete(Port* port) { in OnPortComplete() function in TestChannel
/external/webrtc/webrtc/p2p/client/
Dfakeportallocator.h123 this, &FakePortAllocatorSession::OnPortComplete); in AddPort()
127 void OnPortComplete(cricket::Port* port) { in OnPortComplete() function
Dbasicportallocator.h174 void OnPortComplete(Port* port);
Dbasicportallocator.cc464 &BasicPortAllocatorSession::OnPortComplete); in AddAllocatedPort()
534 void BasicPortAllocatorSession::OnPortComplete(Port* port) { in OnPortComplete() function in cricket::BasicPortAllocatorSession