Home
last modified time | relevance | path

Searched refs:SetStatusAndNotify (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/aosp/
Dupdate_attempter_android.cc191 SetStatusAndNotify(UpdateStatus::UPDATED_NEED_REBOOT); in Init()
195 SetStatusAndNotify(UpdateStatus::IDLE); in Init()
345 SetStatusAndNotify(UpdateStatus::UPDATE_AVAILABLE); in ApplyPayload()
637 SetStatusAndNotify(UpdateStatus::CLEANUP_PREVIOUS_UPDATE); in ActionCompleted()
642 SetStatusAndNotify(UpdateStatus::VERIFYING); in ActionCompleted()
644 SetStatusAndNotify(UpdateStatus::FINALIZING); in ActionCompleted()
657 SetStatusAndNotify(UpdateStatus::DOWNLOADING); in BytesReceived()
691 SetStatusAndNotify(status_); in ProgressUpdate()
718 SetStatusAndNotify(UpdateStatus::IDLE); in TerminateUpdateAndNotify()
730 SetStatusAndNotify(new_status); in TerminateUpdateAndNotify()
[all …]
Dupdate_attempter_android.h160 void SetStatusAndNotify(UpdateStatus status);