Searched refs:kDefaultAllocationTimeout (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/p2p/client/ |
D | portallocator_unittest.cc | 71 static const int kDefaultAllocationTimeout = 1000; variable 279 EXPECT_TRUE_WAIT(candidate_allocation_done_, kDefaultAllocationTimeout); in CheckDisableAdapterEnumeration() 426 EXPECT_TRUE_WAIT(candidate_allocation_done_, kDefaultAllocationTimeout); in TEST_F() 448 EXPECT_TRUE_WAIT(candidate_allocation_done_, kDefaultAllocationTimeout); in TEST_F() 475 EXPECT_TRUE_WAIT(candidate_allocation_done_, kDefaultAllocationTimeout); in TEST_F() 484 ASSERT_EQ_WAIT(7U, candidates_.size(), kDefaultAllocationTimeout); in TEST_F() 512 ASSERT_EQ_WAIT(7U, candidates_.size(), kDefaultAllocationTimeout); in TEST_F() 520 ASSERT_EQ_WAIT(0U, candidates_.size(), kDefaultAllocationTimeout); in TEST_F() 527 ASSERT_EQ_WAIT(7U, candidates_.size(), kDefaultAllocationTimeout); in TEST_F() 540 ASSERT_EQ_WAIT(7U, candidates_.size(), kDefaultAllocationTimeout); in TEST_F() [all …]
|
/external/webrtc/webrtc/p2p/base/ |
D | turnserver.cc | 30 static const int kDefaultAllocationTimeout = 10 * 60 * 1000; // 10 minutes variable 815 uint32_t lifetime = kDefaultAllocationTimeout / 1000; // convert to seconds in ComputeLifetime()
|