Lines Matching refs:TestPort
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()
2303 std::unique_ptr<TestPort> port(CreateTestPort(kLocalAddr2, "rfrag", "rpass")); in TEST_F()
3581 TestPort* lport = in SendPingAndCaptureReply()
3583 TestPort* rport = in SendPingAndCaptureReply()
3609 std::unique_ptr<TestPort> lport_;
3610 std::unique_ptr<TestPort> rport_;