Searched refs:AddRemoteCandidate (Results 1 – 15 of 15) sorted by relevance
/external/webrtc/p2p/base/ |
D | p2p_transport_channel_unittest.cc | 921 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 …]
|
D | mock_ice_transport.h | 74 void AddRemoteCandidate(const Candidate& candidate) override {} in AddRemoteCandidate() function
|
D | ice_transport_internal.h | 283 virtual void AddRemoteCandidate(const Candidate& candidate) = 0;
|
D | fake_ice_transport.h | 249 void AddRemoteCandidate(const Candidate& candidate) override { in AddRemoteCandidate() function
|
D | p2p_transport_channel.h | 149 void AddRemoteCandidate(const Candidate& candidate) override;
|
D | p2p_transport_channel.cc | 1267 void P2PTransportChannel::AddRemoteCandidate(const Candidate& candidate) { in AddRemoteCandidate() function in cricket::P2PTransportChannel
|
/external/webrtc/p2p/g3doc/ |
D | ice.md | 80 3. [`P2PTransportChannel::AddRemoteCandidate`](https://source.chromium.org/chromium/chromium/src/+… 82 `PeerConnection::AddRemoteCandidate` (after 84 down to `P2PTransportChannel::AddRemoteCandidate`. `P2PTransportChannel`
|
/external/webrtc/pc/ |
D | peer_connection_sdp_methods.h | 114 virtual void AddRemoteCandidate(const std::string& mid,
|
D | peer_connection_internal.h | 111 virtual void AddRemoteCandidate(const std::string& mid,
|
D | jsep_transport.cc | 321 transport->internal()->ice_transport()->AddRemoteCandidate(candidate); in AddRemoteCandidates()
|
D | peer_connection.h | 375 void AddRemoteCandidate(const std::string& mid,
|
D | peer_connection.cc | 2637 void PeerConnection::AddRemoteCandidate(const std::string& mid, in AddRemoteCandidate() function in webrtc::PeerConnection
|
D | sdp_offer_answer.cc | 4829 pc_->AddRemoteCandidate(result.value()->name, c); in UseCandidate()
|
/external/webrtc/pc/test/ |
D | mock_peer_connection_internal.h | 260 AddRemoteCandidate,
|
D | fake_peer_connection_base.h | 353 void AddRemoteCandidate(const std::string& mid, in AddRemoteCandidate() function
|