Searched refs:TestUDPPort (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/p2p/base/ |
D | fake_port_allocator.h | 31 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()
|
D | p2p_transport_channel_unittest.cc | 3841 TestUDPPort* port = static_cast<TestUDPPort*>(GetPort(&ch)); in TEST_F()
|