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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession_unittest.cc158 std::string P2pCandidateXml(const std::string& name, int port_index) { function
336 P2pCandidateXml(channel_name, port_index0) +
337 P2pCandidateXml(channel_name, port_index1));
348 P2pCandidateXml(channel_name_a, port_index0) +
349 P2pCandidateXml(channel_name_a, port_index1) +
350 P2pCandidateXml(channel_name_b, port_index2) +
351 P2pCandidateXml(channel_name_b, port_index3));
362 P2pCandidateXml(channel_name, port_index0) +
363 P2pCandidateXml(channel_name, port_index1)));
377 P2pCandidateXml(channel_name_
[all...]

Completed in 87 milliseconds