Searched defs:last_checked_time (Results 1 - 9 of 9) sorted by relevance

/system/update_engine/update_manager/
H A Dchromeos_policy_unittest.cc318 Time last_checked_time = local
322 new Time(last_checked_time));
332 new Time(last_checked_time));
340 new Time(last_checked_time));
353 Time last_checked_time = local
357 new Time(last_checked_time));
364 new Time(last_checked_time));
377 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.cc634 const Time* last_checked_time = local
643 if (!last_checked_time || *last_checked_time < *updater_started_time) {
689 *next_update_check = *last_checked_time + FuzzedInterval(
/system/update_engine/
H A Dbinder_service_brillo.cc231 int64_t last_checked_time,
238 callback->HandleStatusUpdate(last_checked_time,
230 SendStatusUpdate( int64_t last_checked_time, double progress, update_engine::UpdateStatus status, const string& new_version, int64_t new_size) argument
H A Ddbus_service.cc175 void UpdateEngineAdaptor::SendStatusUpdate(int64_t last_checked_time, argument
182 last_checked_time, progress, str_status, new_version, new_size);
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,
195 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 Dupdate_attempter.cc1093 bool UpdateAttempter::GetWeaveState(int64_t* last_checked_time, argument
1098 *last_checked_time = last_checked_time_;
1168 bool UpdateAttempter::GetStatus(int64_t* last_checked_time, argument
1173 *last_checked_time = last_checked_time_;
/system/update_engine/client_library/
H A Dclient_binder.cc146 int64_t last_checked_time,
156 handler->HandleStatusUpdate(last_checked_time, progress, update_status,
175 int64_t last_checked_time; local
181 if (!GetStatus(&last_checked_time, &progress, &update_status,
186 handler->HandleStatusUpdate(last_checked_time, progress, 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.cc143 int64_t last_checked_time; local
149 if (!GetStatus(&last_checked_time,
161 last_checked_time, progress, update_status, new_version, new_size);
166 int64_t last_checked_time,
176 last_checked_time, progress, status, new_version, new_size);
165 RunStatusUpdateHandlers( int64_t last_checked_time, double progress, const string& current_operation, const string& new_version, int64_t new_size) argument

Completed in 212 milliseconds