Home
last modified time | relevance | path

Searched refs:is_resume (Results 1 – 9 of 9) sorted by relevance

/system/update_engine/payload_consumer/
Dinstall_plan.cc50 return ((is_resume == that.is_resume) && in operator ==()
97 LOG(INFO) << "InstallPlan: " << (is_resume ? "resume" : "new_update") in Dump()
Dinstall_plan.h54 bool is_resume{false};
Ddownload_action.cc180 if (install_plan_.is_resume) { in PerformAction()
250 if (install_plan_.is_resume && in StartDownloading()
Ddelta_performer.cc588 if (!install_plan_->is_resume) { in Write()
951 bool is_resume = !update_check_response_hash.empty() && in PreparePartitionsForUpdate() local
954 if (is_resume) { in PreparePartitionsForUpdate()
966 !is_resume /* should update */, in PreparePartitionsForUpdate()
/system/update_engine/
Domaha_response_handler_action.cc115 install_plan_.is_resume = DeltaPerformer::CanResumeUpdate( in PerformAction()
117 if (install_plan_.is_resume) { in PerformAction()
Dupdate_attempter_android.cc224 install_plan_.is_resume = !payload_id.empty() && in ApplyPayload()
226 if (!install_plan_.is_resume) { in ApplyPayload()
255 if (install_plan_.is_resume && prefs_->Exists(kPrefsVerityWritten)) { in ApplyPayload()
307 UpdatePrefsOnUpdateStart(install_plan_.is_resume); in ApplyPayload()
923 void UpdateAttempterAndroid::UpdatePrefsOnUpdateStart(bool is_resume) { in UpdatePrefsOnUpdateStart() argument
924 if (!is_resume) { in UpdatePrefsOnUpdateStart()
Dupdate_attempter_android.h173 void UpdatePrefsOnUpdateStart(bool is_resume);
Dupdate_attempter.cc1539 if (install_plan_ && install_plan_->is_resume) in GetErrorCodeFlags()
Dupdate_attempter_unittest.cc946 attempter_.install_plan_->is_resume = true; in TEST_F()