Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter.h436 bool IsBusyOrUpdateScheduled();
Dupdate_attempter.cc164 if (IsBusyOrUpdateScheduled()) in ScheduleUpdates()
1127 CHECK(IsBusyOrUpdateScheduled()); in OnUpdateScheduled()
1839 bool UpdateAttempter::IsBusyOrUpdateScheduled() { in IsBusyOrUpdateScheduled() function in chromeos_update_engine::UpdateAttempter
Dupdate_attempter_unittest.cc1779 EXPECT_FALSE(attempter_.IsBusyOrUpdateScheduled()); in TEST_F()
1782 EXPECT_TRUE(attempter_.IsBusyOrUpdateScheduled()); in TEST_F()