Home
last modified time | relevance | path

Searched refs:CreateLogForTesting (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/components/metrics/
H A Dmetrics_service_unittest.cc466 auto log1 = service.CreateLogForTesting(MetricsLog::ONGOING_LOG); in TEST_P()
467 auto log2 = service.CreateLogForTesting(MetricsLog::INITIAL_STABILITY_LOG); in TEST_P()
468 auto log3 = service.CreateLogForTesting(MetricsLog::INDEPENDENT_LOG); in TEST_P()
H A Dmetrics_service.h290 std::unique_ptr<MetricsLog> CreateLogForTesting( in CreateLogForTesting() function