HomeSort by relevance Sort by last modified time
    Searched full:updater_started_time (Results 1 - 3 of 3) sorted by null

  /system/update_engine/update_manager/
fake_updater_provider.h 91 "updater_started_time", kVariableModePoll};
chromeos_policy.cc 597 const Time* updater_started_time = local
599 POLICY_CHECK_VALUE_AND_FAIL(updater_started_time, error);
610 if (!last_checked_time || *last_checked_time < *updater_started_time) {
611 *next_update_check = *updater_started_time + FuzzedInterval(
    [all...]
real_updater_provider.cc 421 var_updater_started_time_("updater_started_time",

Completed in 406 milliseconds