Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dmetrics_reporter_omaha_unittest.cc524 const std::string state_variable_key = "test-prefs"; in TEST_F() local
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 …]
Dmetrics_reporter_omaha.cc554 const std::string& state_variable_key, in WallclockDurationHelper() argument
559 if (SystemState::Get()->prefs()->GetInt64(state_variable_key, in WallclockDurationHelper()
563 LOG(ERROR) << "Stored time-stamp used for " << state_variable_key in WallclockDurationHelper()
571 if (!SystemState::Get()->prefs()->SetInt64(state_variable_key, in WallclockDurationHelper()
573 LOG(ERROR) << "Error storing time-stamp in " << state_variable_key; in WallclockDurationHelper()
Dmetrics_reporter_omaha.h181 bool WallclockDurationHelper(const std::string& state_variable_key,