Home
last modified time | relevance | path

Searched defs:garbage_collection_timer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_test_util.h262 base::MockOneShotTimer* garbage_collection_timer() { in garbage_collection_timer() function
H A Dreporting_test_util.cc185 auto garbage_collection_timer = std::make_unique<base::MockOneShotTimer>(); in TestReportingContext() local