Home
last modified time | relevance | path

Searched refs:ResetUpdateProgress (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/
Domaha_response_handler_action.cc100 LOG_IF(WARNING, !DeltaPerformer::ResetUpdateProgress( in PerformAction()
Dupdate_attempter_android.cc159 if (!DeltaPerformer::ResetUpdateProgress(prefs_, false)) { in ApplyPayload()
262 DeltaPerformer::ResetUpdateProgress(prefs_, false); in ProcessingDone()
Dupdate_attempter.cc943 DeltaPerformer::ResetUpdateProgress(prefs_, false); in ProcessingDone()
1381 DeltaPerformer::ResetUpdateProgress(prefs_, false); in MarkDeltaUpdateFailure()
/system/update_engine/payload_consumer/
Ddelta_performer.h149 static bool ResetUpdateProgress(PrefsInterface* prefs, bool quick);
Ddelta_performer.cc1717 bool DeltaPerformer::ResetUpdateProgress(PrefsInterface* prefs, bool quick) { in ResetUpdateProgress() function in chromeos_update_engine::DeltaPerformer
1738 ResetUpdateProgress(prefs_, true); in CheckpointUpdateProgress()
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc230 DeltaPerformer::ResetUpdateProgress(&prefs, false); in ApplyDelta()