Searched refs:CreateTestPort (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | port_unittest.cc | 717 TestPort* CreateTestPort(const rtc::SocketAddress& addr, in CreateTestPort() function in PortTest 725 TestPort* CreateTestPort(const rtc::SocketAddress& addr, in CreateTestPort() function in PortTest 730 TestPort* port = CreateTestPort(addr, username, password); in CreateTestPort() 1318 CreateTestPort(kLocalAddr1, "lfrag", "lpass")); in TEST_F() 1378 CreateTestPort(kLocalAddr1, "lfrag", "lpass")); in TEST_F() 1382 CreateTestPort(kLocalAddr2, "rfrag", "rpass")); in TEST_F() 1594 CreateTestPort(kLocalAddr1, "lfrag", "lpass")); in TEST_F() 1596 CreateTestPort(kLocalAddr2, "rfrag", "rpass")); in TEST_F() 1734 CreateTestPort(kLocalAddr1, "lfrag", "lpass")); in TEST_F() 1736 CreateTestPort(kLocalAddr2, "rfrag", "rpass")); in TEST_F() [all …]
|