Searched refs:ice_restart (Results 1 – 10 of 10) sorted by relevance
40 TransportOptions() : ice_restart(false), prefer_passive_role(false) {} in TransportOptions()41 bool ice_restart; member
63 if (!current_description || options.ice_restart) { in CreateOffer()116 if (!current_description || options.ice_restart) { in CreateAnswer()
258 bool ice_restart = false; in SetIceCredentials() local262 ice_restart = in SetIceCredentials()269 if (ice_restart) { in SetIceCredentials()278 bool ice_restart = false; in SetRemoteIceCredentials() local280 ice_restart = (remote_ice_ufrag_ != ice_ufrag) || in SetRemoteIceCredentials()287 if (ice_restart) { in SetRemoteIceCredentials()
96 options.ice_restart = true; in TestIceRestart()
216 bool ice_restart; member223 ice_restart(false), in RTCOfferAnswerOptions()229 bool ice_restart, in RTCOfferAnswerOptions()234 ice_restart(ice_restart), in RTCOfferAnswerOptions()
328 !request.options.transport_options.ice_restart) { in InternalCreateOffer()341 request.options.transport_options.ice_restart = session_->IceRestartPending(); in InternalCreateAnswer()372 !request.options.transport_options.ice_restart) { in InternalCreateAnswer()
105 options->transport_options.ice_restart = value; in ParseConstraintsForAnswer()108 options->transport_options.ice_restart = false; in ParseConstraintsForAnswer()442 session_options->transport_options.ice_restart = rtc_options.ice_restart; in GetOptionsForOffer()
666 EXPECT_FALSE(options.transport_options.ice_restart); in TEST_F()705 rtc_options.ice_restart = true; in TEST_F()709 EXPECT_TRUE(options.transport_options.ice_restart); in TEST_F()713 EXPECT_FALSE(options.transport_options.ice_restart); in TEST_F()
547 options.ice_restart = value; in CreateOffer()
2967 options.transport_options.ice_restart = true; in TEST_F()2998 options.transport_options.ice_restart = false; in TEST_F()