Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dp2p_transport_channel_unittest.cc836 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 …]
Dmock_ice_transport.h74 void AddRemoteCandidate(const Candidate& candidate) override {} in AddRemoteCandidate() function
Dice_transport_internal.h255 virtual void AddRemoteCandidate(const Candidate& candidate) = 0;
Dfake_ice_transport.h189 void AddRemoteCandidate(const Candidate& candidate) override { in AddRemoteCandidate() function
Dp2p_transport_channel.h119 void AddRemoteCandidate(const Candidate& candidate) override;
Dp2p_transport_channel.cc1165 void P2PTransportChannel::AddRemoteCandidate(const Candidate& candidate) { in AddRemoteCandidate() function in cricket::P2PTransportChannel
/external/webrtc/pc/
Djsep_transport.cc338 transport->internal()->ice_transport()->AddRemoteCandidate(candidate); in AddRemoteCandidates()