Searched refs:AddRemoteCandidate (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/p2p/base/ |
D | p2p_transport_channel_unittest.cc | 836 rch->AddRemoteCandidate(c); in OnMessage() 2092 ep1_ch1()->AddRemoteCandidate( in TEST_F() 2094 ep1_ch1()->AddRemoteCandidate( in TEST_F() 2190 ep1_ch1()->AddRemoteCandidate( in TEST_F() 2216 ep1_ch1()->AddRemoteCandidate( in TEST_F() 3160 channel->AddRemoteCandidate( in CreateConnectionWithCandidate() 3287 ch.AddRemoteCandidate(CreateUdpCandidate(LOCAL_PORT_TYPE, "1.1.1.1", 1, 1)); in TEST_F() 3288 ch.AddRemoteCandidate(CreateUdpCandidate(LOCAL_PORT_TYPE, "2.2.2.2", 2, 2)); in TEST_F() 3311 ch.AddRemoteCandidate(CreateUdpCandidate(LOCAL_PORT_TYPE, "1.1.1.1", 1, 1)); in TEST_F() 3312 ch.AddRemoteCandidate(CreateUdpCandidate(LOCAL_PORT_TYPE, "2.2.2.2", 2, 2)); in TEST_F() [all …]
|
D | mock_ice_transport.h | 74 void AddRemoteCandidate(const Candidate& candidate) override {} in AddRemoteCandidate() function
|
D | ice_transport_internal.h | 255 virtual void AddRemoteCandidate(const Candidate& candidate) = 0;
|
D | fake_ice_transport.h | 189 void AddRemoteCandidate(const Candidate& candidate) override { in AddRemoteCandidate() function
|
D | p2p_transport_channel.h | 119 void AddRemoteCandidate(const Candidate& candidate) override;
|
D | p2p_transport_channel.cc | 1165 void P2PTransportChannel::AddRemoteCandidate(const Candidate& candidate) { in AddRemoteCandidate() function in cricket::P2PTransportChannel
|
/external/webrtc/pc/ |
D | jsep_transport.cc | 338 transport->internal()->ice_transport()->AddRemoteCandidate(candidate); in AddRemoteCandidates()
|