Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc98 const char kPrefsUpdateStateNextOperation[] = "update-state-next-operation"; variable
Dconstants.h96 extern const char kPrefsUpdateStateNextOperation[];
/system/update_engine/payload_consumer/
Ddelta_performer.cc1784 if (!(prefs->GetInt64(kPrefsUpdateStateNextOperation, &next_operation) && in CanResumeUpdate()
1830 TEST_AND_RETURN_FALSE(prefs->SetInt64(kPrefsUpdateStateNextOperation, in ResetUpdateProgress()
1890 prefs_->SetInt64(kPrefsUpdateStateNextOperation, next_operation_num_)); in CheckpointUpdateProgress()
1898 if (!prefs_->GetInt64(kPrefsUpdateStateNextOperation, &next_operation) || in PrimeUpdateState()
Ddelta_performer_integration_test.cc729 EXPECT_CALL(prefs, SetInt64(kPrefsUpdateStateNextOperation, _)) in ApplyDeltaFile()
731 EXPECT_CALL(prefs, GetInt64(kPrefsUpdateStateNextOperation, _)) in ApplyDeltaFile()