Home
last modified time | relevance | path

Searched refs:RemoveAllRemoteCandidates (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/p2p/base/
Dmock_ice_transport.h76 void RemoveAllRemoteCandidates() override {} in RemoveAllRemoteCandidates() function
Dice_transport_internal.h259 virtual void RemoveAllRemoteCandidates() = 0;
Dfake_ice_transport.h202 void RemoveAllRemoteCandidates() override { remote_candidates_.clear(); } in RemoveAllRemoteCandidates() function
Dp2p_transport_channel.h121 void RemoveAllRemoteCandidates() override;
Dp2p_transport_channel.cc1303 void P2PTransportChannel::RemoveAllRemoteCandidates() { in RemoveAllRemoteCandidates() function in cricket::P2PTransportChannel