HomeSort by relevance Sort by last modified time
    Searched refs:failures_last_updated (Results 1 - 4 of 4) sorted by null

  /system/update_engine/update_manager/
policy.h 79 base::Time failures_last_updated; member in struct:chromeos_update_manager::UpdateState
174 // (UpdateState.{num_failures,failures_last_updated}) on the next time it is
update_manager_unittest.cc 195 update_state.failures_last_updated = Time();
chromeos_policy.cc     [all...]
chromeos_policy_unittest.cc 153 update_state.failures_last_updated = Time(); // Needs to be zero.
591 update_state.failures_last_updated = curr_time;
620 update_state.failures_last_updated = curr_time - TimeDelta::FromSeconds(1);
    [all...]

Completed in 50 milliseconds