Lines Matching refs:status_
149 status_ = UpdateStatus::UPDATED_NEED_REBOOT; in Init()
151 status_ = UpdateStatus::IDLE; in Init()
251 if (status_ == UpdateStatus::UPDATED_NEED_REBOOT) { in Update()
267 if (status_ != UpdateStatus::IDLE) { in Update()
758 return (status_ == UpdateStatus::IDLE && in CanRollback()
797 if (interactive && status_ != UpdateStatus::IDLE) { in CheckForUpdate()
881 if (status_ != UpdateStatus::UPDATED_NEED_REBOOT) { in RebootIfNeeded()
883 << UpdateStatusToString(status_) << ", so not rebooting."; in RebootIfNeeded()
1001 if (status_ == UpdateStatus::REPORTING_ERROR_EVENT) { in ProcessingDone()
1185 switch (status_) { in ActionCompleted()
1233 if (status_ != UpdateStatus::DOWNLOADING || bytes_received == total) { in BytesReceived()
1259 << UpdateStatusToString(status_) << " to UpdateStatus::IDLE"; in ResetStatus()
1261 switch (status_) { in ResetStatus()
1268 status_ = UpdateStatus::IDLE; in ResetStatus()
1308 out_status->status = status_; in GetStatus()
1365 status_ = status; in SetStatusAndNotify()
1371 if (error_event_.get() || status_ == UpdateStatus::REPORTING_ERROR_EVENT) { in CreatePendingErrorEvent()
1630 return ((status_ != UpdateStatus::IDLE && in IsUpdateRunningOrScheduled()
1631 status_ != UpdateStatus::UPDATED_NEED_REBOOT) || in IsUpdateRunningOrScheduled()