Searched refs:CreateLogForTesting (Results 1 – 2 of 2) sorted by relevance
466 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()
290 std::unique_ptr<MetricsLog> CreateLogForTesting( in CreateLogForTesting() function