Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dupdate_attempter.h220 bool IsAnyUpdateSourceAllowed() const;
Dupdate_attempter.cc930 if (IsAnyUpdateSourceAllowed()) { in CheckForUpdate()
982 if (IsAnyUpdateSourceAllowed()) { in CheckForInstall()
1813 bool UpdateAttempter::IsAnyUpdateSourceAllowed() const { in IsAnyUpdateSourceAllowed() function in chromeos_update_engine::UpdateAttempter
Dupdate_attempter_unittest.cc1381 EXPECT_TRUE(attempter_.IsAnyUpdateSourceAllowed()); in TEST_F()
1387 EXPECT_TRUE(attempter_.IsAnyUpdateSourceAllowed()); in TEST_F()
1393 EXPECT_FALSE(attempter_.IsAnyUpdateSourceAllowed()); in TEST_F()