Searched refs:time_to_reboot (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/
H A Dpayload_state.cc1195 void PayloadState::BootedIntoUpdate(TimeDelta time_to_reboot) { argument
1196 // Send |time_to_reboot| as a UMA stat.
1199 time_to_reboot.InMinutes(),
1203 LOG(INFO) << "Uploading " << utils::FormatTimeDelta(time_to_reboot)
1222 TimeDelta time_to_reboot = local
1224 if (time_to_reboot.ToInternalValue() < 0) {
1225 LOG(ERROR) << "time_to_reboot is negative - system_updated_at: "
1228 BootedIntoUpdate(time_to_reboot);
H A Dpayload_state.h401 // The |time_to_reboot| parameter contains the (wall-clock) duration
405 void BootedIntoUpdate(base::TimeDelta time_to_reboot);

Completed in 33 milliseconds