Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dregathering_controller.h58 void set_allocator_session(cricket::PortAllocatorSession* allocator_session) { in set_allocator_session() argument
59 allocator_session_ = allocator_session; in set_allocator_session()
Dp2p_transport_channel.cc224 allocator_session()->PruneAllPorts(); in AddAllocatorSession()
227 regathering_controller_->set_allocator_session(allocator_session()); in AddAllocatorSession()
666 allocator_session()->SetStunKeepaliveIntervalForReadyPorts( in SetIceConfig()
1092 if (prev_filter == cur_filter || allocator_session() == nullptr) { in OnCandidateFilterChanged()
1096 allocator_session()->SetCandidateFilter(cur_filter); in OnCandidateFilterChanged()
1552 allocator_session()->GetCandidateStatsFromReadyPorts( in GetStats()
1997 allocator_session()->generation(); in OnConnectionStateChange()
2074 if (!config_.gather_continually() || session != allocator_session()) { in OnCandidatesRemoved()
Dp2p_transport_channel.h187 PortAllocatorSession* allocator_session() const { in allocator_session() function
216 return allocator_session()->IsGettingPorts(); in IsGettingPorts()
Dregathering_controller_unittest.cc94 void OnIceRegathering(cricket::PortAllocatorSession* allocator_session, in OnIceRegathering() argument
Dp2p_transport_channel_unittest.cc389 ep1_.cd1_.ch_->allocator_session()->SignalIceRegathering.connect( in CreateChannels()
391 ep2_.cd1_.ch_->allocator_session()->SignalIceRegathering.connect( in CreateChannels()
4387 EXPECT_TRUE(!ch.allocator_session()->IsGettingPorts()); in TEST_F()
4396 EXPECT_TRUE(ch.allocator_session()->IsGettingPorts()); in TEST_F()
4404 EXPECT_TRUE(!ch.allocator_session()->IsGettingPorts()); in TEST_F()
4426 ch.allocator_session()->SignalPortsPruned(ch.allocator_session(), ports); in TEST_F()
4481 ch.allocator_session()->PruneAllPorts(); in TEST_F()
/external/webrtc/p2p/client/
Dbasic_port_allocator.cc195 for (auto& allocator_session : pooled_sessions()) { in OnIceRegathering() local
196 if (allocator_session.get() == session) { in OnIceRegathering()
Dbasic_port_allocator_unittest.cc110 const cricket::PortAllocatorSession* allocator_session, in CheckStunKeepaliveIntervalOfAllReadyPorts() argument
112 auto ready_ports = allocator_session->ReadyPorts(); in CheckStunKeepaliveIntervalOfAllReadyPorts()