Lines Matching refs:UpdateAttempterAndroid
132 UpdateAttempterAndroid::UpdateAttempterAndroid( in UpdateAttempterAndroid() function in chromeos_update_engine::UpdateAttempterAndroid
147 UpdateAttempterAndroid::~UpdateAttempterAndroid() { in ~UpdateAttempterAndroid()
153 void UpdateAttempterAndroid::Init() { in Init()
170 bool UpdateAttempterAndroid::ApplyPayload( in ApplyPayload()
314 bool UpdateAttempterAndroid::ApplyPayload( in ApplyPayload()
327 bool UpdateAttempterAndroid::SuspendUpdate(brillo::ErrorPtr* error) { in SuspendUpdate()
334 bool UpdateAttempterAndroid::ResumeUpdate(brillo::ErrorPtr* error) { in ResumeUpdate()
341 bool UpdateAttempterAndroid::CancelUpdate(brillo::ErrorPtr* error) { in CancelUpdate()
348 bool UpdateAttempterAndroid::ResetStatus(brillo::ErrorPtr* error) { in ResetStatus()
406 bool UpdateAttempterAndroid::VerifyPayloadParseManifest( in VerifyPayloadParseManifest()
474 bool UpdateAttempterAndroid::VerifyPayloadApplicable( in VerifyPayloadApplicable()
520 void UpdateAttempterAndroid::ProcessingDone(const ActionProcessor* processor, in ProcessingDone()
562 void UpdateAttempterAndroid::ProcessingStopped( in ProcessingStopped()
567 void UpdateAttempterAndroid::ActionCompleted(ActionProcessor* processor, in ActionCompleted()
604 void UpdateAttempterAndroid::BytesReceived(uint64_t bytes_progressed, in BytesReceived()
628 bool UpdateAttempterAndroid::ShouldCancel(ErrorCode* cancel_reason) { in ShouldCancel()
634 void UpdateAttempterAndroid::DownloadComplete() { in DownloadComplete()
638 void UpdateAttempterAndroid::ProgressUpdate(double progress) { in ProgressUpdate()
650 void UpdateAttempterAndroid::OnVerifyProgressUpdate(double progress) { in OnVerifyProgressUpdate()
655 void UpdateAttempterAndroid::ScheduleProcessingStart() { in ScheduleProcessingStart()
663 void UpdateAttempterAndroid::TerminateUpdateAndNotify(ErrorCode error_code) { in TerminateUpdateAndNotify()
707 void UpdateAttempterAndroid::SetStatusAndNotify(UpdateStatus status) { in SetStatusAndNotify()
721 void UpdateAttempterAndroid::BuildUpdateActions(HttpFetcher* fetcher) { in BuildUpdateActions()
763 bool UpdateAttempterAndroid::WriteUpdateCompletedMarker() { in WriteUpdateCompletedMarker()
770 bool UpdateAttempterAndroid::UpdateCompletedOnThisBoot() { in UpdateCompletedOnThisBoot()
785 void UpdateAttempterAndroid::CollectAndReportUpdateMetricsOnUpdateFinished( in CollectAndReportUpdateMetricsOnUpdateFinished()
864 void UpdateAttempterAndroid::UpdatePrefsAndReportUpdateMetricsOnReboot() { in UpdatePrefsAndReportUpdateMetricsOnReboot()
923 void UpdateAttempterAndroid::UpdatePrefsOnUpdateStart(bool is_resume) { in UpdatePrefsOnUpdateStart()
936 void UpdateAttempterAndroid::ClearMetricsPrefs() { in ClearMetricsPrefs()
945 BootControlInterface::Slot UpdateAttempterAndroid::GetCurrentSlot() const { in GetCurrentSlot()
949 BootControlInterface::Slot UpdateAttempterAndroid::GetTargetSlot() const { in GetTargetSlot()
953 uint64_t UpdateAttempterAndroid::AllocateSpaceForPayload( in AllocateSpaceForPayload()
988 void UpdateAttempterAndroid::CleanupSuccessfulUpdate( in CleanupSuccessfulUpdate()
1004 base::Bind(&UpdateAttempterAndroid::RemoveCleanupPreviousUpdateCallback, in CleanupSuccessfulUpdate()
1011 void UpdateAttempterAndroid::ScheduleCleanupPreviousUpdate() { in ScheduleCleanupPreviousUpdate()
1029 void UpdateAttempterAndroid::OnCleanupProgressUpdate(double progress) { in OnCleanupProgressUpdate()
1035 void UpdateAttempterAndroid::NotifyCleanupPreviousUpdateCallbacksAndClear() { in NotifyCleanupPreviousUpdateCallbacksAndClear()
1044 void UpdateAttempterAndroid::RemoveCleanupPreviousUpdateCallback( in RemoveCleanupPreviousUpdateCallback()