Home
last modified time | relevance | path

Searched defs:SetIceConfig (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/webrtc/p2p/base/
H A Dmock_ice_transport.h66 void SetIceConfig(const IceConfig& config) override {} in SetIceConfig() function
H A Dwrapping_active_ice_controller.cc62 void WrappingActiveIceController::SetIceConfig(const IceConfig& config) { in SetIceConfig() function in cricket::WrappingActiveIceController
H A Dfake_ice_transport.h244 void SetIceConfig(const IceConfig& config) override { in SetIceConfig() function
H A Dp2p_transport_channel.cc561 void P2PTransportChannel::SetIceConfig(const IceConfig& config) { in SetIceConfig() function in cricket::P2PTransportChannel
2496 void P2PTransportChannel::IceControllerAdapter::SetIceConfig( in SetIceConfig() function in cricket::P2PTransportChannel::IceControllerAdapter
H A Dbasic_ice_controller.cc68 void BasicIceController::SetIceConfig(const IceConfig& config) { in SetIceConfig() function in cricket::BasicIceController
/aosp_15_r20/external/webrtc/pc/
H A Djsep_transport_controller.cc171 void JsepTransportController::SetIceConfig(const cricket::IceConfig& config) { in SetIceConfig() function in webrtc::JsepTransportController
H A Djsep_transport_controller_unittest.cc449 TEST_F(JsepTransportControllerTest, SetIceConfig) { in TEST_F() argument