Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter.cc163 bool UpdateAttempter::ScheduleUpdates() { in ScheduleUpdates() function in chromeos_update_engine::UpdateAttempter
997 ScheduleUpdates(); in CheckForUpdate()
1036 ScheduleUpdates(); in CheckForInstall()
1119 ScheduleUpdates(); in OnUpdateScheduled()
1159 ScheduleUpdates(); in ProcessingDoneInternal()
1176 ScheduleUpdates(); in ProcessingDoneInternal()
1223 ScheduleUpdates(); in ProcessingDoneInstall()
1234 ScheduleUpdates(); in ProcessingDoneUpdate()
1287 ScheduleUpdates(); in ProcessingStopped()
1700 ScheduleUpdates(); in PingOmaha()
Dreal_system_state.cc206 update_attempter_->ScheduleUpdates(); in StartUpdater()
Dupdate_attempter.h76 virtual bool ScheduleUpdates();
Dupdate_attempter_unittest.cc206 bool ScheduleUpdates() override { in ScheduleUpdates() function in chromeos_update_engine::UpdateAttempterUnderTest
209 return UpdateAttempter::ScheduleUpdates(); in ScheduleUpdates()
2215 EXPECT_TRUE(attempter_.ScheduleUpdates()); in TEST_F()
2218 EXPECT_FALSE(attempter_.ScheduleUpdates()); in TEST_F()
2219 EXPECT_FALSE(attempter_.ScheduleUpdates()); in TEST_F()
2220 EXPECT_FALSE(attempter_.ScheduleUpdates()); in TEST_F()