Home
last modified time | relevance | path

Searched refs:gather_continually (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransportcontroller_unittest.cc138 bool gather_continually) { in CreateIceConfig() argument
141 config.gather_continually = gather_continually; in CreateIceConfig()
206 EXPECT_TRUE(channel1->gather_continually()); in TEST_F()
212 EXPECT_TRUE(channel2->gather_continually()); in TEST_F()
Dfaketransportcontroller.h189 gather_continually_ = config.gather_continually; in SetIceConfig()
193 bool gather_continually() const { return gather_continually_; } in gather_continually() function
Dtransport.h149 bool gather_continually = false; member
Dp2ptransportchannel_unittest.cc104 bool gather_continually, in CreateIceConfig() argument
108 config.gather_continually = gather_continually; in CreateIceConfig()
Dp2ptransportchannel.cc374 gather_continually_ = config.gather_continually; in SetIceConfig()
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc1255 ice_config.gather_continually = (config.continual_gathering_policy == in ParseIceConfig()