Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc40 const char kPrefsCurrentUrlIndex[] = "current-url-index"; variable
Dconstants.h49 extern const char kPrefsCurrentUrlIndex[];
/system/update_engine/cros/
Dpayload_state_unittest.cc125 EXPECT_CALL(*prefs, SetInt64(kPrefsCurrentUrlIndex, 0)).Times(AtLeast(1)); in TEST_F()
168 EXPECT_CALL(*prefs, SetInt64(kPrefsCurrentUrlIndex, 0)).Times(AtLeast(1)); in TEST_F()
220 EXPECT_CALL(*prefs, SetInt64(kPrefsCurrentUrlIndex, 0)).Times(AtLeast(1)); in TEST_F()
276 EXPECT_CALL(*prefs, SetInt64(kPrefsCurrentUrlIndex, 0)).Times(AtLeast(1)); in TEST_F()
277 EXPECT_CALL(*prefs, SetInt64(kPrefsCurrentUrlIndex, 1)).Times(AtLeast(1)); in TEST_F()
379 EXPECT_CALL(*prefs, SetInt64(kPrefsCurrentUrlIndex, 0)).Times(AtLeast(4)); in TEST_F()
380 EXPECT_CALL(*prefs, SetInt64(kPrefsCurrentUrlIndex, 1)).Times(AtLeast(2)); in TEST_F()
521 EXPECT_CALL(*prefs, SetInt64(kPrefsCurrentUrlIndex, 0)).Times(AtLeast(1)); in TEST_F()
560 EXPECT_CALL(*prefs, SetInt64(kPrefsCurrentUrlIndex, 0)).Times(AtLeast(1)); in TEST_F()
608 EXPECT_CALL(*prefs, GetInt64(kPrefsCurrentUrlIndex, _)) in TEST_F()
Dpayload_state.cc935 SetUrlIndex(GetPersistedValue(kPrefsCurrentUrlIndex, prefs_)); in LoadUrlIndex()
941 prefs_->SetInt64(kPrefsCurrentUrlIndex, url_index_); in SetUrlIndex()