Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.h182 const std::vector<RemoteCandidate>& remote_candidates() const { in remote_candidates() function
Dfaketransportcontroller.h224 const Candidates& remote_candidates() const { return remote_candidates_; } in remote_candidates() function
Dtransportcontroller_unittest.cc363 EXPECT_EQ(1U, channel->remote_candidates().size()); in TEST_F()
Dp2ptransportchannel_unittest.cc1906 for (const cricket::RemoteCandidate& candidate : ch.remote_candidates()) { in TEST_F()