HomeSort by relevance Sort by last modified time
    Searched refs:kDefaultAllocationTimeout (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/p2p/client/
portallocator_unittest.cc 71 static const int kDefaultAllocationTimeout = 1000;
279 EXPECT_TRUE_WAIT(candidate_allocation_done_, kDefaultAllocationTimeout);
426 EXPECT_TRUE_WAIT(candidate_allocation_done_, kDefaultAllocationTimeout);
448 EXPECT_TRUE_WAIT(candidate_allocation_done_, kDefaultAllocationTimeout);
475 EXPECT_TRUE_WAIT(candidate_allocation_done_, kDefaultAllocationTimeout);
484 ASSERT_EQ_WAIT(7U, candidates_.size(), kDefaultAllocationTimeout);
512 ASSERT_EQ_WAIT(7U, candidates_.size(), kDefaultAllocationTimeout);
520 ASSERT_EQ_WAIT(0U, candidates_.size(), kDefaultAllocationTimeout);
527 ASSERT_EQ_WAIT(7U, candidates_.size(), kDefaultAllocationTimeout);
540 ASSERT_EQ_WAIT(7U, candidates_.size(), kDefaultAllocationTimeout);
    [all...]
  /external/webrtc/webrtc/p2p/base/
turnserver.cc 30 static const int kDefaultAllocationTimeout = 10 * 60 * 1000; // 10 minutes
815 uint32_t lifetime = kDefaultAllocationTimeout / 1000; // convert to seconds

Completed in 349 milliseconds