Searched refs:IsAnyUpdateSourceAllowed (Results 1 – 3 of 3) sorted by relevance
222 bool IsAnyUpdateSourceAllowed() const;
813 if (IsAnyUpdateSourceAllowed()) { in CheckForUpdate()857 if (IsAnyUpdateSourceAllowed()) { in CheckForInstall()1635 bool UpdateAttempter::IsAnyUpdateSourceAllowed() const { in IsAnyUpdateSourceAllowed() function in chromeos_update_engine::UpdateAttempter
1160 EXPECT_TRUE(attempter_.IsAnyUpdateSourceAllowed()); in TEST_F()1166 EXPECT_TRUE(attempter_.IsAnyUpdateSourceAllowed()); in TEST_F()1172 EXPECT_FALSE(attempter_.IsAnyUpdateSourceAllowed()); in TEST_F()