Searched refs:ScheduleUpdates (Results 1 – 4 of 4) sorted by relevance
163 bool UpdateAttempter::ScheduleUpdates() { in ScheduleUpdates() function in chromeos_update_engine::UpdateAttempter997 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()
206 update_attempter_->ScheduleUpdates(); in StartUpdater()
76 virtual bool ScheduleUpdates();
206 bool ScheduleUpdates() override { in ScheduleUpdates() function in chromeos_update_engine::UpdateAttempterUnderTest209 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()