Lines Matching refs:GetCandidate

75 static Candidate GetCandidate(Port* port) {  in GetCandidate()  function
81 return GetCandidate(port).address(); in GetAddress()
581 ch2->AcceptConnection(GetCandidate(ch1->port())); in ConnectStartedChannels()
595 ch1->CreateConnection(GetCandidate(ch2->port())); in StartConnectAndStopChannels()
650 ch1.CreateConnection(GetCandidate(port2)); in TestTcpReconnect()
800 ch1.CreateConnection(GetCandidate(port2)); in TestConnectivity()
818 ch2.AcceptConnection(GetCandidate(port1)); in TestConnectivity()
830 ch2.CreateConnection(GetCandidate(port1)); in TestConnectivity()
861 ch2.AcceptConnection(GetCandidate(port1)); in TestConnectivity()
873 ch1.AcceptConnection(GetCandidate(port2)); in TestConnectivity()
1217 Candidate c = GetCandidate(port1); in TEST_F()
1264 ch1.CreateConnection(GetCandidate(port2)); in TEST_F()
1283 ch1.CreateConnection(GetCandidate(port2)); in TEST_F()
1480 Connection* c = ports[0]->CreateConnection(GetCandidate(ports[2].get()), in TestCrossFamilyPorts()
1484 c = ports[0]->CreateConnection(GetCandidate(ports[1].get()), in TestCrossFamilyPorts()
1494 c = ports[2]->CreateConnection(GetCandidate(ports[0].get()), in TestCrossFamilyPorts()
1498 c = ports[2]->CreateConnection(GetCandidate(ports[3].get()), in TestCrossFamilyPorts()
1513 Connection* c = p1->CreateConnection(GetCandidate(p2), in ExpectPortsCanConnect()
2278 ch1.CreateConnection(GetCandidate(port2)); in TEST_F()
2293 ch2.AcceptConnection(GetCandidate(port1)); in TEST_F()
2346 ch1.CreateConnection(GetCandidate(port2)); in TEST_F()
2381 ch1.CreateConnection(GetCandidate(ice_lite_port.get())); in TEST_F()