Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc80 const char kPrefsUpdateStateNextOperation[] = "update-state-next-operation"; variable
Dconstants.h81 extern const char kPrefsUpdateStateNextOperation[];
/system/update_engine/payload_consumer/
Ddelta_performer.cc1680 if (!(prefs->GetInt64(kPrefsUpdateStateNextOperation, &next_operation) && in CanResumeUpdate()
1724 TEST_AND_RETURN_FALSE(prefs->SetInt64(kPrefsUpdateStateNextOperation, in ResetUpdateProgress()
1770 TEST_AND_RETURN_FALSE(prefs_->SetInt64(kPrefsUpdateStateNextOperation, in CheckpointUpdateProgress()
1780 if (!prefs_->GetInt64(kPrefsUpdateStateNextOperation, &next_operation) || in PrimeUpdateState()
Ddelta_performer_integration_test.cc700 EXPECT_CALL(prefs, SetInt64(kPrefsUpdateStateNextOperation, _)) in ApplyDeltaFile()
702 EXPECT_CALL(prefs, GetInt64(kPrefsUpdateStateNextOperation, _)) in ApplyDeltaFile()