Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dfake_port_allocator.h31 class TestUDPPort : public UDPPort {
33 static TestUDPPort* Create(rtc::Thread* thread, in Create()
42 TestUDPPort* port = in Create()
43 new TestUDPPort(thread, factory, network, min_port, max_port, username, in Create()
53 TestUDPPort(rtc::Thread* thread, in TestUDPPort() function
118 port_.reset(TestUDPPort::Create(network_thread_, factory_, &network, 0, 0, in StartGettingPorts()
Dp2p_transport_channel_unittest.cc3841 TestUDPPort* port = static_cast<TestUDPPort*>(GetPort(&ch)); in TEST_F()