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

/external/webrtc/webrtc/p2p/base/
H A Dport_unittest.cc75 static Candidate GetCandidate(Port* port) { function
81 return GetCandidate(port).address();
581 ch2->AcceptConnection(GetCandidate(ch1->port()));
595 ch1->CreateConnection(GetCandidate(ch2->port()));
650 ch1.CreateConnection(GetCandidate(port2));
800 ch1.CreateConnection(GetCandidate(port2));
818 ch2.AcceptConnection(GetCandidate(port1));
830 ch2.CreateConnection(GetCandidate(port1));
861 ch2.AcceptConnection(GetCandidate(port1));
873 ch1.AcceptConnection(GetCandidate(port
[all...]

Completed in 104 milliseconds