Lines Matching refs:status_
158 status_ = UpdateStatus::UPDATED_NEED_REBOOT; in Init()
160 status_ = UpdateStatus::IDLE; in Init()
263 if (status_ == UpdateStatus::UPDATED_NEED_REBOOT) { in Update()
279 if (status_ != UpdateStatus::IDLE) { in Update()
915 return (status_ == UpdateStatus::IDLE && in CanRollback()
950 if (status_ != UpdateStatus::IDLE) { in CheckForUpdate()
1005 if (status_ != UpdateStatus::IDLE) { in CheckForInstall()
1044 if (status_ != UpdateStatus::UPDATED_NEED_REBOOT) { in RebootIfNeeded()
1046 << UpdateStatusToString(status_) << ", so not rebooting."; in RebootIfNeeded()
1154 if (status_ == UpdateStatus::REPORTING_ERROR_EVENT) { in ProcessingDoneInternal()
1366 switch (status_) { in ActionCompleted()
1414 if (status_ != UpdateStatus::DOWNLOADING || bytes_received == total) { in BytesReceived()
1449 << UpdateStatusToString(status_) << " to UpdateStatus::IDLE"; in ResetStatus()
1451 switch (status_) { in ResetStatus()
1458 status_ = UpdateStatus::IDLE; in ResetStatus()
1498 out_status->status = status_; in GetStatus()
1569 status_ = status; in SetStatusAndNotify()
1575 if (error_event_.get() || status_ == UpdateStatus::REPORTING_ERROR_EVENT) { in CreatePendingErrorEvent()
1840 return ((status_ != UpdateStatus::IDLE && in IsBusyOrUpdateScheduled()
1841 status_ != UpdateStatus::UPDATED_NEED_REBOOT) || in IsBusyOrUpdateScheduled()