Home
last modified time | relevance | path

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

/system/core/metricsd/include/metrics/
Dtimer.h96 friend class TimerReporterTest; variable
97 FRIEND_TEST(TimerReporterTest, StartStopReport);
155 friend class TimerReporterTest;
156 FRIEND_TEST(TimerReporterTest, StartStopReport);
157 FRIEND_TEST(TimerReporterTest, InvalidReport);
/system/core/metricsd/
Dtimer_test.cc416 class TimerReporterTest : public testing::Test { class
418 TimerReporterTest() : timer_reporter_(kMetricName, kMinSample, kMaxSample, in TimerReporterTest() function in chromeos_metrics::TimerReporterTest
443 TEST_F(TimerReporterTest, StartStopReport) { in TEST_F() argument
455 TEST_F(TimerReporterTest, InvalidReport) { in TEST_F() argument