Searched refs:current_op (Results 1 – 2 of 2) sorted by relevance
/system/update_engine/ |
D | update_engine_client.cc | 150 UpdateStatus current_op; in ShowStatus() local 154 if (!client_->GetStatus(&last_checked_time, &progress, ¤t_op, in ShowStatus() 162 last_checked_time, progress, UpdateStatusToString(current_op), in ShowStatus() 171 UpdateStatus current_op; in GetNeedReboot() local 175 if (!client_->GetStatus(&last_checked_time, &progress, ¤t_op, in GetNeedReboot() 180 if (current_op == UpdateStatus::UPDATED_NEED_REBOOT) { in GetNeedReboot()
|
D | binder_service_brillo.cc | 82 string current_op; in GetStatus() local 88 ¤t_op, in GetStatus() 93 status->current_operation_ = String16{current_op.c_str()}; in GetStatus()
|