/system/update_engine/binder_bindings/android/brillo/ |
IUpdateEngineStatusCallback.aidl | 21 void HandleStatusUpdate(in long last_checked_time, in double progress,
|
/system/update_engine/client_library/include/update_engine/ |
status_update_handler.h | 38 virtual void HandleStatusUpdate(int64_t last_checked_time,
|
/system/update_engine/ |
service_observer_interface.h | 34 virtual void SendStatusUpdate(int64_t last_checked_time,
|
weave_service_interface.h | 47 virtual bool GetWeaveState(int64_t* last_checked_time,
|
update_engine_client.cc | 128 void HandleStatusUpdate(int64_t last_checked_time, 136 int64_t last_checked_time, double progress, UpdateStatus current_operation, 139 LOG(INFO) << " last_checked_time: " << last_checked_time; 148 int64_t last_checked_time = 0; local 154 if (!client_->GetStatus(&last_checked_time, &progress, ¤t_op, 159 printf("LAST_CHECKED_TIME=%" PRIi64 162 last_checked_time, progress, UpdateStatusToString(current_op), 169 int64_t last_checked_time = 0; local 175 if (!client_->GetStatus(&last_checked_time, &progress, ¤t_op [all...] |
weave_service.cc | 65 void WeaveService::SendStatusUpdate(int64_t /* last_checked_time */, 84 int64_t last_checked_time; 90 if (!delegate_->GetWeaveState(&last_checked_time, 107 static_cast<double>(last_checked_time));
|
mock_update_attempter.h | 39 MOCK_METHOD5(GetStatus, bool(int64_t* last_checked_time,
|
weave_service.h | 39 void SendStatusUpdate(int64_t last_checked_time,
|
binder_service_android.h | 48 void SendStatusUpdate(int64_t last_checked_time,
|
dbus_service.cc | 160 void UpdateEngineAdaptor::SendStatusUpdate(int64_t last_checked_time, 167 last_checked_time, progress, str_status, new_version, new_size);
|
binder_service_brillo.h | 48 void SendStatusUpdate(int64_t last_checked_time,
|
dbus_service.h | 160 void SendStatusUpdate(int64_t last_checked_time,
|
binder_service_brillo.cc | 212 int64_t last_checked_time, 219 callback->HandleStatusUpdate(last_checked_time,
|
update_attempter.h | 107 bool GetWeaveState(int64_t* last_checked_time, 124 virtual bool GetStatus(int64_t* last_checked_time,
|
sideload_main.cc | 84 void SendStatusUpdate(int64_t last_checked_time,
|
update_attempter.cc | [all...] |
/system/update_engine/client_library/ |
client_binder.cc | 132 int64_t last_checked_time, 142 handler->HandleStatusUpdate(last_checked_time, progress, update_status, 161 int64_t last_checked_time; local 167 if (!GetStatus(&last_checked_time, &progress, &update_status, 172 handler->HandleStatusUpdate(last_checked_time, progress, update_status,
|
client_dbus.cc | 135 int64_t last_checked_time; local 141 if (!GetStatus(&last_checked_time, 153 last_checked_time, progress, update_status, new_version, new_size); 158 int64_t last_checked_time, 168 last_checked_time, progress, status, new_version, new_size);
|
client_binder.h | 92 int64_t last_checked_time,
|
client_dbus.h | 88 void RunStatusUpdateHandlers(int64_t last_checked_time,
|
/system/update_engine/update_manager/ |
chromeos_policy_unittest.cc | 316 Time last_checked_time = local 320 new Time(last_checked_time)); 330 new Time(last_checked_time)); 338 new Time(last_checked_time)); 351 Time last_checked_time = local 355 new Time(last_checked_time)); 362 new Time(last_checked_time)); 375 new Time(last_checked_time)); [all...] |
real_updater_provider.cc | 71 inline int64_t last_checked_time() { return last_checked_time_; } function in class:chromeos_update_manager::GetStatusHelper 98 return new Time(Time::FromTimeT(raw.last_checked_time())); 424 new LastCheckedTimeVariable("last_checked_time", system_state_)),
|
chromeos_policy.cc | 601 const Time* last_checked_time = local 610 if (!last_checked_time || *last_checked_time < *updater_started_time) { 656 *next_update_check = *last_checked_time + FuzzedInterval( [all...] |