Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.h148 static bool ResetUpdateProgress(
Ddelta_performer.cc810 ResetUpdateProgress(prefs, false); in PreparePartitionsForUpdate()
1370 bool DeltaPerformer::ResetUpdateProgress( in ResetUpdateProgress() function in chromeos_update_engine::DeltaPerformer
1412 ResetUpdateProgress(prefs_, true); in CheckpointUpdateProgress()
/system/update_engine/cros/
Domaha_response_handler_action.cc123 !DeltaPerformer::ResetUpdateProgress(SystemState::Get()->prefs(), in PerformAction()
Ddownload_action_chromeos.cc426 DeltaPerformer::ResetUpdateProgress(prefs_, false); in TransferComplete()
Dupdate_attempter.cc1131 DeltaPerformer::ResetUpdateProgress(prefs_, false); in ProcessingDoneInternal()
1610 DeltaPerformer::ResetUpdateProgress(prefs_, false); in MarkDeltaUpdateFailure()
/system/update_engine/aosp/
Dupdate_attempter_android.cc233 if (!DeltaPerformer::ResetUpdateProgress( in ApplyPayload()
569 DeltaPerformer::ResetUpdateProgress(prefs_, false); in ProcessingDone()
945 if (!DeltaPerformer::ResetUpdateProgress(prefs_, false)) { in UpdatePrefsAndReportUpdateMetricsOnReboot()
Dcleanup_previous_update_action.cc371 if (DeltaPerformer::ResetUpdateProgress( in BeforeCancel()
Ddynamic_partition_control_android.cc1291 TEST_AND_RETURN_FALSE(DeltaPerformer::ResetUpdateProgress( in ResetUpdate()