Searched refs:last_checked_time (Results 1 - 23 of 23) sorted by relevance

/system/update_engine/binder_bindings/android/brillo/
H A DIUpdateEngineStatusCallback.aidl21 void HandleStatusUpdate(in long last_checked_time, in double progress,
/system/update_engine/client_library/include/update_engine/
H A Dstatus_update_handler.h38 virtual void HandleStatusUpdate(int64_t last_checked_time,
/system/update_engine/
H A Dservice_observer_interface.h34 virtual void SendStatusUpdate(int64_t last_checked_time,
H A Dweave_service_interface.h47 virtual bool GetWeaveState(int64_t* last_checked_time,
H A Dupdate_engine_client.cc128 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, &current_op,
162 last_checked_time, progress, UpdateStatusToString(current_op),
169 int64_t last_checked_time = 0; local
175 if (!client_->GetStatus(&last_checked_time, &progress, &current_op,
194 void HandleStatusUpdate(int64_t last_checked_time,
135 HandleStatusUpdate( int64_t last_checked_time, double progress, UpdateStatus current_operation, const string& new_version, int64_t new_size) argument
[all...]
H A Dweave_service.cc65 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));
H A Dmock_update_attempter.h39 MOCK_METHOD5(GetStatus, bool(int64_t* last_checked_time,
H A Dbinder_service_android.h48 void SendStatusUpdate(int64_t last_checked_time,
H A Dweave_service.h39 void SendStatusUpdate(int64_t last_checked_time,
H A Ddbus_service.cc160 void UpdateEngineAdaptor::SendStatusUpdate(int64_t last_checked_time, argument
167 last_checked_time, progress, str_status, new_version, new_size);
H A Dbinder_service_brillo.h48 void SendStatusUpdate(int64_t last_checked_time,
H A Ddbus_service.h160 void SendStatusUpdate(int64_t last_checked_time,
H A Dbinder_service_brillo.cc212 int64_t last_checked_time,
219 callback->HandleStatusUpdate(last_checked_time,
211 SendStatusUpdate( int64_t last_checked_time, double progress, update_engine::UpdateStatus status, const string& new_version, int64_t new_size) argument
H A Dupdate_attempter.h107 bool GetWeaveState(int64_t* last_checked_time,
124 virtual bool GetStatus(int64_t* last_checked_time,
H A Dsideload_main.cc84 void SendStatusUpdate(int64_t last_checked_time,
H A Dupdate_attempter.cc1119 bool UpdateAttempter::GetWeaveState(int64_t* last_checked_time, argument
1124 *last_checked_time = last_checked_time_;
1188 bool UpdateAttempter::GetStatus(int64_t* last_checked_time, argument
1193 *last_checked_time = last_checked_time_;
/system/update_engine/client_library/
H A Dclient_binder.cc132 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,
131 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.cc135 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);
157 RunStatusUpdateHandlers( int64_t last_checked_time, double progress, const string& current_operation, const string& new_version, int64_t new_size) argument
H A Dclient_binder.h92 int64_t last_checked_time,
H A Dclient_dbus.h88 void RunStatusUpdateHandlers(int64_t last_checked_time,
/system/update_engine/update_manager/
H A Dchromeos_policy_unittest.cc316 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));
H A Dreal_updater_provider.cc71 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_)),
H A Dchromeos_policy.cc601 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(

Completed in 153 milliseconds