Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dfake_port_allocator.h146 bool CandidatesAllocationDone() const override { return allocation_done_; } in CandidatesAllocationDone() function
Dport_allocator.h259 virtual bool CandidatesAllocationDone() const = 0;
Dp2p_transport_channel.cc853 if (allocator_sessions_.back()->CandidatesAllocationDone()) { in MaybeStartGathering()
Dp2p_transport_channel_unittest.cc2052 EXPECT_TRUE_SIMULATED_WAIT(pooled_session_1->CandidatesAllocationDone() && in TEST_F()
2053 pooled_session_2->CandidatesAllocationDone(), in TEST_F()
/external/webrtc/p2p/client/
Dbasic_port_allocator_unittest.cc377 EXPECT_TRUE(session->CandidatesAllocationDone()); in OnCandidatesAllocationDone()
732 EXPECT_FALSE(session_->CandidatesAllocationDone()); in TEST_F()
2084 EXPECT_EQ_SIMULATED_WAIT(true, peeked_session->CandidatesAllocationDone(), in TEST_F()
2121 EXPECT_EQ_SIMULATED_WAIT(true, peeked_session->CandidatesAllocationDone(), in TEST_F()
2297 EXPECT_EQ_SIMULATED_WAIT(true, pooled_session->CandidatesAllocationDone(), in TEST_F()
2312 EXPECT_EQ_SIMULATED_WAIT(true, pooled_session->CandidatesAllocationDone(), in TEST_F()
Dbasic_port_allocator.h142 bool CandidatesAllocationDone() const override;
Dbasic_port_allocator.cc555 bool BasicPortAllocatorSession::CandidatesAllocationDone() const { in CandidatesAllocationDone() function in cricket::BasicPortAllocatorSession
1139 if (CandidatesAllocationDone()) { in MaybeSignalCandidatesAllocationDone()