Home
last modified time | relevance | path

Searched defs:RemoveAllRemoteCandidates (Results 1 – 3 of 3) sorted by relevance

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