Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dport_unittest.cc98 class TestPort : public Port { class
100 TestPort(rtc::Thread* thread, in TestPort() function in TestPort
118 ~TestPort() {} in ~TestPort()
717 TestPort* CreateTestPort(const rtc::SocketAddress& addr, in CreateTestPort()
720 TestPort* port = new TestPort(main_, "test", &socket_factory_, &network_, in CreateTestPort()
725 TestPort* CreateTestPort(const rtc::SocketAddress& addr, in CreateTestPort()
730 TestPort* port = CreateTestPort(addr, username, password); in CreateTestPort()
1317 rtc::scoped_ptr<TestPort> lport( in TEST_F()
1377 rtc::scoped_ptr<TestPort> lport( in TEST_F()
1381 rtc::scoped_ptr<TestPort> rport( in TEST_F()
[all …]