Home
last modified time | relevance | path

Searched refs:GetCandidate (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dport_unittest.cc75 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()
[all …]