Home
last modified time | relevance | path

Searched refs:GetBackoffEntryForTesting (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/dns/
H A Dserial_worker_unittest.cc430 ASSERT_EQ(0, worker_->GetBackoffEntryForTesting().failure_count()); in TEST_F()
442 ASSERT_EQ(1, worker_->GetBackoffEntryForTesting().failure_count()); in TEST_F()
444 worker_->GetBackoffEntryForTesting().GetTimeUntilRelease()); in TEST_F()
453 ASSERT_EQ(0, worker_->GetBackoffEntryForTesting().failure_count()); in TEST_F()
462 ASSERT_EQ(0, worker_->GetBackoffEntryForTesting().failure_count()); in TEST_F()
474 ASSERT_EQ(1, worker_->GetBackoffEntryForTesting().failure_count()); in TEST_F()
477 worker_->GetBackoffEntryForTesting().GetTimeUntilRelease()); in TEST_F()
482 ASSERT_EQ(0, worker_->GetBackoffEntryForTesting().failure_count()); in TEST_F()
485 worker_->GetBackoffEntryForTesting().GetTimeUntilRelease()); in TEST_F()
496 ASSERT_EQ(0, worker_->GetBackoffEntryForTesting().failure_count()); in TEST_F()
[all …]
H A Dserial_worker.h82 const BackoffEntry& GetBackoffEntryForTesting() const;
H A Dserial_worker.cc156 const BackoffEntry& SerialWorker::GetBackoffEntryForTesting() const { in GetBackoffEntryForTesting() function in net::SerialWorker