Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dupdate_attempter.h423 bool IsBusyOrUpdateScheduled();
Dupdate_attempter.cc168 if (IsBusyOrUpdateScheduled()) in ScheduleUpdates()
1074 CHECK(IsBusyOrUpdateScheduled()); in OnUpdateScheduled()
1807 bool UpdateAttempter::IsBusyOrUpdateScheduled() { in IsBusyOrUpdateScheduled() function in chromeos_update_engine::UpdateAttempter
Dupdate_attempter_unittest.cc1727 EXPECT_FALSE(attempter_.IsBusyOrUpdateScheduled()); in TEST_F()
1730 EXPECT_TRUE(attempter_.IsBusyOrUpdateScheduled()); in TEST_F()