Home
last modified time | relevance | path

Searched refs:WallclockDurationHelper (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/update_engine/cros/
H A Dmetrics_reporter_omaha_unittest.cc522 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 Dmetrics_reporter_omaha.h172 FRIEND_TEST(MetricsReporterOmahaTest, WallclockDurationHelper);
181 bool WallclockDurationHelper(const std::string& state_variable_key,
H A Dmetrics_reporter_omaha.cc184 if (WallclockDurationHelper(kPrefsMetricsCheckLastReportingTime, in ReportUpdateCheckMetrics()
283 if (WallclockDurationHelper(kPrefsMetricsAttemptLastReportingTime, in ReportUpdateAttemptMetrics()
553 bool MetricsReporterOmaha::WallclockDurationHelper( in WallclockDurationHelper() function in chromeos_update_engine::MetricsReporterOmaha