Home
last modified time | relevance | path

Searched refs:kPrefsBackoffExpiryTime (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/common/
Dconstants.cc35 const char kPrefsBackoffExpiryTime[] = "backoff-expiry-time"; variable
Dconstants.h44 extern const char kPrefsBackoffExpiryTime[];
/system/update_engine/cros/
Dpayload_state_unittest.cc124 EXPECT_CALL(*prefs, SetInt64(kPrefsBackoffExpiryTime, 0)).Times(AtLeast(1)); in TEST_F()
167 EXPECT_CALL(*prefs, SetInt64(kPrefsBackoffExpiryTime, 0)).Times(AtLeast(1)); in TEST_F()
219 EXPECT_CALL(*prefs, SetInt64(kPrefsBackoffExpiryTime, 0)).Times(AtLeast(1)); in TEST_F()
270 EXPECT_CALL(*prefs, SetInt64(kPrefsBackoffExpiryTime, _)).Times(AtLeast(2)); in TEST_F()
377 EXPECT_CALL(*prefs, SetInt64(kPrefsBackoffExpiryTime, _)).Times(AtLeast(4)); in TEST_F()
519 EXPECT_CALL(*prefs, SetInt64(kPrefsBackoffExpiryTime, _)).Times(AtLeast(2)); in TEST_F()
558 EXPECT_CALL(*prefs, SetInt64(kPrefsBackoffExpiryTime, _)).Times(1); in TEST_F()
Dpayload_state.cc1004 if (!prefs_->Exists(kPrefsBackoffExpiryTime)) in LoadBackoffExpiryTime()
1007 if (!prefs_->GetInt64(kPrefsBackoffExpiryTime, &stored_value)) in LoadBackoffExpiryTime()
1024 prefs_->SetInt64(kPrefsBackoffExpiryTime, in SetBackoffExpiryTime()