Home
last modified time | relevance | path

Searched refs:do_schedule_updates_ (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/
Dupdate_attempter_unittest.cc91 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