Searched refs:IsGettingPorts (Results 1 – 7 of 7) sorted by relevance
214 bool IsGettingPorts() { in IsGettingPorts() function216 return allocator_session()->IsGettingPorts(); in IsGettingPorts()
131 bool IsGettingPorts() override { return running_; } in IsGettingPorts() function
221 virtual bool IsGettingPorts() = 0;
828 } else if (IsGettingPorts()) { in MaybeStartGathering()1873 if (!IsGettingPorts()) { in MaybeStopPortAllocatorSessions()
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()
136 bool IsGettingPorts() override;
397 bool BasicPortAllocatorSession::IsGettingPorts() { in IsGettingPorts() function in cricket::BasicPortAllocatorSession