Searched defs:new_version (Results 1 - 7 of 7) sorted by relevance
/system/update_engine/ |
H A D | binder_service_brillo.cc | 83 string new_version; local 89 &new_version, 94 status->new_version_ = String16{new_version.c_str()}; 215 const string& new_version, 222 String16{new_version.c_str()}, 211 SendStatusUpdate( int64_t last_checked_time, double progress, update_engine::UpdateStatus status, const string& new_version, int64_t new_size) argument
|
H A D | dbus_service.cc | 163 const string& new_version, 167 last_checked_time, progress, str_status, new_version, new_size); 160 SendStatusUpdate(int64_t last_checked_time, double progress, update_engine::UpdateStatus status, const string& new_version, int64_t new_size) argument
|
H A D | update_engine_client.cc | 131 const string& new_version, 137 const string& new_version, int64_t new_size) { 143 LOG(INFO) << " new_version: " << new_version; 151 string new_version; local 155 &new_version, &new_size)) { 163 new_version.c_str(), new_size); 172 string new_version; local 176 &new_version, &new_size)) { 197 const string& new_version, 135 HandleStatusUpdate( int64_t last_checked_time, double progress, UpdateStatus current_operation, const string& new_version, int64_t new_size) argument [all...] |
H A D | update_attempter.cc | 1197 string* new_version, 1202 *new_version = new_version_; 1194 GetStatus(int64_t* last_checked_time, double* progress, string* current_operation, string* new_version, int64_t* new_payload_size) argument
|
/system/update_engine/client_library/ |
H A D | client_binder.cc | 135 const String16& new_version, 143 String8{new_version}.string(), new_size); 164 string new_version; local 168 &new_version, &new_size)) { 173 new_version, new_size); 131 HandleStatusUpdate( int64_t last_checked_time, double progress, const String16& current_operation, const String16& new_version, int64_t new_size) argument
|
H A D | client_dbus.cc | 138 string new_version; local 144 &new_version, 153 last_checked_time, progress, update_status, new_version, new_size); 161 const string& new_version, 168 last_checked_time, progress, status, new_version, new_size); 157 RunStatusUpdateHandlers( int64_t last_checked_time, double progress, const string& current_operation, const string& new_version, int64_t new_size) argument
|
/system/update_engine/update_manager/ |
H A D | real_updater_provider.cc | 74 inline const string& new_version() { return new_version_; } function in class:chromeos_update_manager::GetStatusHelper 192 return new string(raw.new_version()); 430 var_new_version_(new NewVersionVariable("new_version", system_state_)),
|
Completed in 85 milliseconds