Searched refs:WallclockDurationHelper (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/update_engine/cros/ |
H A D | metrics_reporter_omaha_unittest.cc | 522 TEST_F(MetricsReporterOmahaTest, WallclockDurationHelper) { in TEST_F() argument 531 reporter_.WallclockDurationHelper(state_variable_key, &duration)); in TEST_F() 534 EXPECT_TRUE(reporter_.WallclockDurationHelper(state_variable_key, &duration)); in TEST_F() 539 EXPECT_TRUE(reporter_.WallclockDurationHelper(state_variable_key, &duration)); in TEST_F() 541 EXPECT_TRUE(reporter_.WallclockDurationHelper(state_variable_key, &duration)); in TEST_F() 547 EXPECT_TRUE(reporter_.WallclockDurationHelper(state_variable_key, &duration)); in TEST_F() 549 EXPECT_TRUE(reporter_.WallclockDurationHelper(state_variable_key, &duration)); in TEST_F() 554 EXPECT_TRUE(reporter_.WallclockDurationHelper(state_variable_key, &duration)); in TEST_F() 556 EXPECT_TRUE(reporter_.WallclockDurationHelper(state_variable_key, &duration)); in TEST_F() 564 reporter_.WallclockDurationHelper(state_variable_key, &duration)); in TEST_F() [all …]
|
H A D | metrics_reporter_omaha.h | 172 FRIEND_TEST(MetricsReporterOmahaTest, WallclockDurationHelper); 181 bool WallclockDurationHelper(const std::string& state_variable_key,
|
H A D | metrics_reporter_omaha.cc | 184 if (WallclockDurationHelper(kPrefsMetricsCheckLastReportingTime, in ReportUpdateCheckMetrics() 283 if (WallclockDurationHelper(kPrefsMetricsAttemptLastReportingTime, in ReportUpdateAttemptMetrics() 553 bool MetricsReporterOmaha::WallclockDurationHelper( in WallclockDurationHelper() function in chromeos_update_engine::MetricsReporterOmaha
|