Searched refs:allocator_session (Results 1 – 7 of 7) sorted by relevance
58 void set_allocator_session(cricket::PortAllocatorSession* allocator_session) { in set_allocator_session() argument59 allocator_session_ = allocator_session; in set_allocator_session()
224 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()
187 PortAllocatorSession* allocator_session() const { in allocator_session() function216 return allocator_session()->IsGettingPorts(); in IsGettingPorts()
94 void OnIceRegathering(cricket::PortAllocatorSession* allocator_session, in OnIceRegathering() argument
389 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()
195 for (auto& allocator_session : pooled_sessions()) { in OnIceRegathering() local196 if (allocator_session.get() == session) { in OnIceRegathering()
110 const cricket::PortAllocatorSession* allocator_session, in CheckStunKeepaliveIntervalOfAllReadyPorts() argument112 auto ready_ports = allocator_session->ReadyPorts(); in CheckStunKeepaliveIntervalOfAllReadyPorts()