Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dupdate_attempter.cc167 bool UpdateAttempter::ScheduleUpdates() { in ScheduleUpdates() function in chromeos_update_engine::UpdateAttempter
186 ScheduleUpdates(); in StartUpdater()
960 ScheduleUpdates(); in CheckForUpdate()
999 ScheduleUpdates(); in CheckForInstall()
1066 ScheduleUpdates(); in OnUpdateScheduled()
1106 ScheduleUpdates(); in ProcessingDoneInternal()
1123 ScheduleUpdates(); in ProcessingDoneInternal()
1171 ScheduleUpdates(); in ProcessingDoneInstall()
1182 ScheduleUpdates(); in ProcessingDoneUpdate()
1238 ScheduleUpdates(); in ProcessingStopped()
[all …]
Dupdate_attempter.h76 virtual bool ScheduleUpdates();
Dupdate_attempter_unittest.cc188 bool ScheduleUpdates() override { in ScheduleUpdates() function in chromeos_update_engine::UpdateAttempterUnderTest
191 return UpdateAttempter::ScheduleUpdates(); in ScheduleUpdates()
2125 EXPECT_TRUE(attempter_.ScheduleUpdates()); in TEST_F()
2128 EXPECT_FALSE(attempter_.ScheduleUpdates()); in TEST_F()
2129 EXPECT_FALSE(attempter_.ScheduleUpdates()); in TEST_F()
2130 EXPECT_FALSE(attempter_.ScheduleUpdates()); in TEST_F()