Lines Matching refs:TestConnectivity
418 TestConnectivity("udp", std::move(port1), "udp", std::move(port2), true, in TestLocalToLocal()
427 TestConnectivity("udp", std::move(port1), StunName(ntype), std::move(port2), in TestLocalToStun()
436 TestConnectivity("udp", std::move(port1), RelayName(proto), in TestLocalToRelay()
445 TestConnectivity(StunName(ntype), std::move(port1), "udp", std::move(port2), in TestStunToLocal()
455 TestConnectivity(StunName(ntype1), std::move(port1), StunName(ntype2), in TestStunToStun()
466 TestConnectivity(StunName(ntype), std::move(port1), RelayName(proto), in TestStunToRelay()
475 TestConnectivity("tcp", std::move(port1), "tcp", std::move(port2), true, in TestTcpToTcp()
483 TestConnectivity("tcp", std::move(port1), RelayName(proto), in TestTcpToRelay()
491 TestConnectivity("ssltcp", std::move(port1), RelayName(proto), in TestSslTcpToRelay()
591 void TestConnectivity(const char* name1,
814 void PortTest::TestConnectivity(const char* name1, in TestConnectivity() function in cricket::PortTest
1384 TestConnectivity("udp", std::move(port1), "udp", std::move(port2), true, true, in TEST_F()