Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dp2p_transport_channel_unittest.cc230 ep2_.role_ = ICEROLE_CONTROLLED; in P2PTransportChannelTestBase()
237 ep2_.allocator_.reset( in P2PTransportChannelTestBase()
238 CreateBasicPortAllocator(&ep2_.network_manager_, stun_servers, in P2PTransportChannelTestBase()
364 return ep2_.GetChannelData(transport); in GetChannelData()
383 ep2_.cd1_.ch_.reset(CreateChannel(1, ICE_CANDIDATE_COMPONENT_DEFAULT, in CreateChannels()
386 ep2_.cd1_.ch_->SetIceConfig(ep2_config); in CreateChannels()
388 ep2_.cd1_.ch_->MaybeStartGathering(); in CreateChannels()
391 ep2_.cd1_.ch_->allocator_session()->SignalIceRegathering.connect( in CreateChannels()
392 &ep2_, &Endpoint::OnIceRegathering); in CreateChannels()
433 ep2_.cd1_.ch_.reset(); in DestroyChannels()
[all …]