Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel_unittest.cc693 rch->AddRemoteCandidate(c); in OnMessage()
1817 ch.AddRemoteCandidate(CreateCandidate("1.1.1.1", 1, 1)); in TEST_F()
1818 ch.AddRemoteCandidate(CreateCandidate("2.2.2.2", 2, 2)); in TEST_F()
1842 ch.AddRemoteCandidate(CreateCandidate("1.1.1.1", 1, 1)); in TEST_F()
1843 ch.AddRemoteCandidate(CreateCandidate("2.2.2.2", 2, 2)); in TEST_F()
1874 ch.AddRemoteCandidate(CreateCandidate("1.1.1.1", 1, 1, kIceUfrag[2])); in TEST_F()
1891 ch.AddRemoteCandidate(CreateCandidate("2.2.2.2", 2, 2, kIceUfrag[1])); in TEST_F()
1897 ch.AddRemoteCandidate(CreateCandidate("3.3.3.3", 3, 0, kIceUfrag[2])); in TEST_F()
1925 ch.AddRemoteCandidate(CreateCandidate("1.1.1.1", 1, 1)); in TEST_F()
1932 ch.AddRemoteCandidate(CreateCandidate("2.2.2.2", 2, 2)); in TEST_F()
[all …]
Ddtlstransportchannel.h190 void AddRemoteCandidate(const Candidate& candidate) override { in AddRemoteCandidate() function
191 channel_->AddRemoteCandidate(candidate); in AddRemoteCandidate()
Dtransportchannelimpl.h83 virtual void AddRemoteCandidate(const Candidate& candidate) = 0;
Dp2ptransportchannel.h90 void AddRemoteCandidate(const Candidate& candidate) override;
Dtransport.cc336 channel->AddRemoteCandidate(candidate); in AddRemoteCandidates()
Dfaketransportcontroller.h221 void AddRemoteCandidate(const Candidate& candidate) override { in AddRemoteCandidate() function
Dp2ptransportchannel.cc673 void P2PTransportChannel::AddRemoteCandidate(const Candidate& candidate) { in AddRemoteCandidate() function in cricket::P2PTransportChannel