Searched refs:pooled_session (Results 1 – 3 of 3) sorted by relevance
198 PortAllocatorSession* pooled_session = in SetConfiguration() local200 pooled_session->set_pooled(true); in SetConfiguration()201 pooled_session->StartGettingPorts(); in SetConfiguration()203 std::unique_ptr<PortAllocatorSession>(pooled_session)); in SetConfiguration()
839 std::unique_ptr<PortAllocatorSession> pooled_session = in MaybeStartGathering() local843 if (pooled_session) { in MaybeStartGathering()844 AddAllocatorSession(std::move(pooled_session)); in MaybeStartGathering()
2295 auto* pooled_session = allocator_->GetPooledSession(); in TEST_F() local2296 ASSERT_NE(nullptr, pooled_session); in TEST_F()2297 EXPECT_EQ_SIMULATED_WAIT(true, pooled_session->CandidatesAllocationDone(), in TEST_F()2299 CheckStunKeepaliveIntervalOfAllReadyPorts(pooled_session, in TEST_F()2310 auto* pooled_session = allocator_->GetPooledSession(); in TEST_F() local2311 ASSERT_NE(nullptr, pooled_session); in TEST_F()2312 EXPECT_EQ_SIMULATED_WAIT(true, pooled_session->CandidatesAllocationDone(), in TEST_F()2318 CheckStunKeepaliveIntervalOfAllReadyPorts(pooled_session, in TEST_F()