Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dp2p_transport_channel_unittest.cc921 rch->AddRemoteCandidate(candidate); in AddCandidate()
2281 ep1_ch1()->AddRemoteCandidate( in TEST_P()
2283 ep1_ch1()->AddRemoteCandidate( in TEST_P()
2380 ep1_ch1()->AddRemoteCandidate( in TEST_P()
2407 ep1_ch1()->AddRemoteCandidate( in TEST_P()
3560 channel->AddRemoteCandidate( in CreateConnectionWithCandidate()
3708 ch.AddRemoteCandidate(CreateUdpCandidate(LOCAL_PORT_TYPE, "1.1.1.1", 1, 1)); in TEST_P()
3709 ch.AddRemoteCandidate(CreateUdpCandidate(LOCAL_PORT_TYPE, "2.2.2.2", 2, 2)); in TEST_P()
3732 ch.AddRemoteCandidate(CreateUdpCandidate(LOCAL_PORT_TYPE, "1.1.1.1", 1, 1)); in TEST_P()
3733 ch.AddRemoteCandidate(CreateUdpCandidate(LOCAL_PORT_TYPE, "2.2.2.2", 2, 2)); in TEST_P()
[all …]
Dmock_ice_transport.h74 void AddRemoteCandidate(const Candidate& candidate) override {} in AddRemoteCandidate() function
Dice_transport_internal.h283 virtual void AddRemoteCandidate(const Candidate& candidate) = 0;
Dfake_ice_transport.h249 void AddRemoteCandidate(const Candidate& candidate) override { in AddRemoteCandidate() function
Dp2p_transport_channel.h149 void AddRemoteCandidate(const Candidate& candidate) override;
Dp2p_transport_channel.cc1267 void P2PTransportChannel::AddRemoteCandidate(const Candidate& candidate) { in AddRemoteCandidate() function in cricket::P2PTransportChannel
/external/webrtc/p2p/g3doc/
Dice.md80 3. [`P2PTransportChannel::AddRemoteCandidate`](https://source.chromium.org/chromium/chromium/src/+…
82 `PeerConnection::AddRemoteCandidate` (after
84 down to `P2PTransportChannel::AddRemoteCandidate`. `P2PTransportChannel`
/external/webrtc/pc/
Dpeer_connection_sdp_methods.h114 virtual void AddRemoteCandidate(const std::string& mid,
Dpeer_connection_internal.h111 virtual void AddRemoteCandidate(const std::string& mid,
Djsep_transport.cc321 transport->internal()->ice_transport()->AddRemoteCandidate(candidate); in AddRemoteCandidates()
Dpeer_connection.h375 void AddRemoteCandidate(const std::string& mid,
Dpeer_connection.cc2637 void PeerConnection::AddRemoteCandidate(const std::string& mid, in AddRemoteCandidate() function in webrtc::PeerConnection
Dsdp_offer_answer.cc4829 pc_->AddRemoteCandidate(result.value()->name, c); in UseCandidate()
/external/webrtc/pc/test/
Dmock_peer_connection_internal.h260 AddRemoteCandidate,
Dfake_peer_connection_base.h353 void AddRemoteCandidate(const std::string& mid, in AddRemoteCandidate() function