Searched refs:do_schedule_updates_ (Results 1 – 1 of 1) sorted by relevance
91 if (do_schedule_updates_) { in ScheduleUpdates()97 void EnableScheduleUpdates() { do_schedule_updates_ = true; } in EnableScheduleUpdates()98 void DisableScheduleUpdates() { do_schedule_updates_ = false; } in DisableScheduleUpdates()108 bool do_schedule_updates_ = true; member in chromeos_update_engine::UpdateAttempterUnderTest