Searched refs:IsAnyUpdateSourceAllowed (Results 1 – 4 of 4) sorted by relevance
59 MOCK_METHOD0(IsAnyUpdateSourceAllowed, bool(void));
237 virtual bool IsAnyUpdateSourceAllowed();
952 EXPECT_TRUE(attempter_.IsAnyUpdateSourceAllowed()); in TEST_F()958 EXPECT_TRUE(attempter_.IsAnyUpdateSourceAllowed()); in TEST_F()964 EXPECT_FALSE(attempter_.IsAnyUpdateSourceAllowed()); in TEST_F()
789 if (IsAnyUpdateSourceAllowed()) { in UpdateAttempter()1577 bool UpdateAttempter::IsAnyUpdateSourceAllowed() { in UpdateAttempter() function in chromeos_update_engine::UpdateAttempter