Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.h114 static constexpr const auto& kPrefsUpdateCheckResponseHash = variable
/system/update_engine/payload_consumer/
Ddelta_performer.cc875 ignore_result(prefs_->GetString(kPrefsUpdateCheckResponseHash, in PreparePartitionsForUpdate()
1394 if (!(prefs->GetString(kPrefsUpdateCheckResponseHash, &interrupted_hash) && in CanResumeUpdate()
1397 LOG(WARNING) << "Failed to resume update " << kPrefsUpdateCheckResponseHash in CanResumeUpdate()
Ddelta_performer_integration_test.cc719 ON_CALL(prefs, SetInt64(kPrefsUpdateCheckResponseHash, -1)) in ApplyDeltaFile()
721 ON_CALL(prefs, GetString(kPrefsUpdateCheckResponseHash, _)) in ApplyDeltaFile()
Ddelta_performer_unittest.cc1108 prefs_.SetString(kPrefsUpdateCheckResponseHash, payload_id); in TEST_F()
/system/update_engine/aosp/
Dupdate_attempter_android.cc305 if (!prefs_->SetString(kPrefsUpdateCheckResponseHash, payload_id)) { in ApplyPayload()