Home
last modified time | relevance | path

Searched refs:kPrefsUpdateStateNextOperation (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/common/
Dconstants.cc101 const char kPrefsUpdateStateNextOperation[] = "update-state-next-operation"; variable
Dconstants.h101 extern const char kPrefsUpdateStateNextOperation[];
/system/update_engine/
Ddownload_action_android_unittest.cc138 EXPECT_CALL(prefs, GetInt64(kPrefsUpdateStateNextOperation, _)) in TEST_F()
/system/update_engine/payload_consumer/
Ddelta_performer.cc1328 if (!(prefs->GetInt64(kPrefsUpdateStateNextOperation, &next_operation) && in CanResumeUpdate()
1374 TEST_AND_RETURN_FALSE(prefs->SetInt64(kPrefsUpdateStateNextOperation, in ResetUpdateProgress()
1463 prefs_->SetInt64(kPrefsUpdateStateNextOperation, next_operation_num_)); in CheckpointUpdateProgress()
1471 if (!prefs_->GetInt64(kPrefsUpdateStateNextOperation, &next_operation) || in PrimeUpdateState()
Ddelta_performer_integration_test.cc747 EXPECT_CALL(prefs, SetInt64(kPrefsUpdateStateNextOperation, _)) in ApplyDeltaFile()
749 EXPECT_CALL(prefs, GetInt64(kPrefsUpdateStateNextOperation, _)) in ApplyDeltaFile()