Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter.h222 bool IsAnyUpdateSourceAllowed() const;
Dupdate_attempter.cc813 if (IsAnyUpdateSourceAllowed()) { in CheckForUpdate()
857 if (IsAnyUpdateSourceAllowed()) { in CheckForInstall()
1635 bool UpdateAttempter::IsAnyUpdateSourceAllowed() const { in IsAnyUpdateSourceAllowed() function in chromeos_update_engine::UpdateAttempter
Dupdate_attempter_unittest.cc1160 EXPECT_TRUE(attempter_.IsAnyUpdateSourceAllowed()); in TEST_F()
1166 EXPECT_TRUE(attempter_.IsAnyUpdateSourceAllowed()); in TEST_F()
1172 EXPECT_FALSE(attempter_.IsAnyUpdateSourceAllowed()); in TEST_F()