Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dbackend_impl.h258 base::RepeatingTimer* GetTimerForTest();
H A Dbackend_impl.cc1121 base::RepeatingTimer* BackendImpl::GetTimerForTest() { in GetTimerForTest() function in disk_cache::BackendImpl
/aosp_15_r20/external/cronet/net/disk_cache/
H A Dbackend_unittest.cc3579 ASSERT_TRUE(nullptr == cache->GetTimerForTest()); in TEST_F()