Searched refs:state_variable_key (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/update_engine/cros/ |
H A D | metrics_reporter_omaha_unittest.cc | 524 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 …]
|
H A D | metrics_reporter_omaha.cc | 554 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()
|
H A D | metrics_reporter_omaha.h | 181 bool WallclockDurationHelper(const std::string& state_variable_key,
|