Searched refs:TestPort (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/p2p/base/ |
D | port_unittest.cc | 135 class TestPort : public Port { class 137 TestPort(rtc::Thread* thread, in TestPort() function in cricket::TestPort 153 ~TestPort() {} in ~TestPort() 250 TestPort* lport, in SendPingAndReceiveResponse() 252 TestPort* rport, in SendPingAndReceiveResponse() 747 std::unique_ptr<TestPort> CreateTestPort(const rtc::SocketAddress& addr, in CreateTestPort() 751 std::make_unique<TestPort>(&main_, "test", &socket_factory_, in CreateTestPort() 756 std::unique_ptr<TestPort> CreateTestPort(const rtc::SocketAddress& addr, in CreateTestPort() 767 std::unique_ptr<TestPort> CreateTestPort(rtc::Network* network, in CreateTestPort() 770 auto port = std::make_unique<TestPort>(&main_, "test", &socket_factory_, in CreateTestPort() [all …]
|