Searched refs:RemoveRemoteCandidates (Results 1 – 4 of 4) sorted by relevance
203 RTCError RemoveRemoteCandidates(
301 RTCError JsepTransportController::RemoveRemoteCandidates( in RemoveRemoteCandidates() function in webrtc::JsepTransportController305 [&] { return RemoveRemoteCandidates(candidates); }); in RemoveRemoteCandidates()
547 EXPECT_TRUE(transport_controller_->RemoveRemoteCandidates(candidates).ok()); in TEST_F()
2671 RTCError error = transport_controller_s()->RemoveRemoteCandidates(candidates); in RemoveIceCandidates()