Searched refs:GetBackoffEntryForTesting (Results 1 – 3 of 3) sorted by relevance
430 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 …]
82 const BackoffEntry& GetBackoffEntryForTesting() const;
156 const BackoffEntry& SerialWorker::GetBackoffEntryForTesting() const { in GetBackoffEntryForTesting() function in net::SerialWorker