Searched defs:current_operation (Results 1 - 4 of 4) sorted by relevance

/system/update_engine/client_library/
H A Dclient_binder.cc148 const String16& current_operation,
153 StringToUpdateStatus(String8{current_operation}.string(), &update_status);
145 HandleStatusUpdate( int64_t last_checked_time, double progress, const String16& current_operation, const String16& new_version, int64_t new_size) argument
H A Dclient_dbus.cc168 const string& current_operation,
172 StringToUpdateStatus(current_operation, &status);
165 RunStatusUpdateHandlers( int64_t last_checked_time, double progress, const string& current_operation, const string& new_version, int64_t new_size) argument
/system/update_engine/
H A Dupdate_engine_client.cc130 UpdateStatus current_operation,
136 int64_t last_checked_time, double progress, UpdateStatus current_operation,
141 LOG(INFO) << " current_operation: "
142 << UpdateStatusToString(current_operation);
197 UpdateStatus current_operation,
208 UpdateStatus current_operation,
211 if (exit_on_error_ && current_operation == UpdateStatus::IDLE) {
218 << UpdateStatusToString(current_operation)
223 if (current_operation == UpdateStatus::UPDATED_NEED_REBOOT) {
135 HandleStatusUpdate( int64_t last_checked_time, double progress, UpdateStatus current_operation, const string& new_version, int64_t new_size) argument
206 HandleStatusUpdate(int64_t , double , UpdateStatus current_operation, const string& , int64_t ) argument
H A Dupdate_attempter.cc1132 string* current_operation,
1137 *current_operation = UpdateStatusToString(status_);
1130 GetStatus(int64_t* last_checked_time, double* progress, string* current_operation, string* new_version, int64_t* new_payload_size) argument

Completed in 661 milliseconds