Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc89 const char kPrefsUpdateStateNextOperation[] = "update-state-next-operation"; variable
Dconstants.h87 extern const char kPrefsUpdateStateNextOperation[];
/system/update_engine/payload_consumer/
Ddelta_performer.cc1850 if (!(prefs->GetInt64(kPrefsUpdateStateNextOperation, &next_operation) && in CanResumeUpdate()
1893 TEST_AND_RETURN_FALSE(prefs->SetInt64(kPrefsUpdateStateNextOperation, in ResetUpdateProgress()
1949 prefs_->SetInt64(kPrefsUpdateStateNextOperation, next_operation_num_)); in CheckpointUpdateProgress()
1957 if (!prefs_->GetInt64(kPrefsUpdateStateNextOperation, &next_operation) || in PrimeUpdateState()
Ddelta_performer_integration_test.cc677 EXPECT_CALL(prefs, SetInt64(kPrefsUpdateStateNextOperation, _)) in ApplyDeltaFile()
679 EXPECT_CALL(prefs, GetInt64(kPrefsUpdateStateNextOperation, _)) in ApplyDeltaFile()