Searched refs:AddRemoteCandidate (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | p2ptransportchannel_unittest.cc | 693 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 …]
|
D | dtlstransportchannel.h | 190 void AddRemoteCandidate(const Candidate& candidate) override { in AddRemoteCandidate() function 191 channel_->AddRemoteCandidate(candidate); in AddRemoteCandidate()
|
D | transportchannelimpl.h | 83 virtual void AddRemoteCandidate(const Candidate& candidate) = 0;
|
D | p2ptransportchannel.h | 90 void AddRemoteCandidate(const Candidate& candidate) override;
|
D | transport.cc | 336 channel->AddRemoteCandidate(candidate); in AddRemoteCandidates()
|
D | faketransportcontroller.h | 221 void AddRemoteCandidate(const Candidate& candidate) override { in AddRemoteCandidate() function
|
D | p2ptransportchannel.cc | 673 void P2PTransportChannel::AddRemoteCandidate(const Candidate& candidate) { in AddRemoteCandidate() function in cricket::P2PTransportChannel
|