Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/dns/
H A Dserial_worker_unittest.cc475 EXPECT_TRUE(worker_->GetRetryTimerForTesting().IsRunning()); in TEST_F()
483 EXPECT_FALSE(worker_->GetRetryTimerForTesting().IsRunning()); in TEST_F()
512 EXPECT_TRUE(worker_->GetRetryTimerForTesting().IsRunning()); in TEST_F()
534 EXPECT_FALSE(worker_->GetRetryTimerForTesting().IsRunning()); in TEST_F()
H A Dserial_worker.h83 const base::OneShotTimer& GetRetryTimerForTesting() const;
H A Dserial_worker.cc161 const base::OneShotTimer& SerialWorker::GetRetryTimerForTesting() const { in GetRetryTimerForTesting() function in net::SerialWorker