Searched refs:CheckForInstall (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/cros/ |
D | mock_update_attempter.h | 51 MOCK_METHOD2(CheckForInstall,
|
D | common_service_unittest.cc | 85 EXPECT_CALL(*mock_update_attempter_, CheckForInstall(_, _)) in TEST_F() 93 EXPECT_CALL(*mock_update_attempter_, CheckForInstall(_, _)) in TEST_F()
|
D | common_service.cc | 108 if (!SystemState::Get()->update_attempter()->CheckForInstall(dlc_ids, in AttemptInstall()
|
D | update_attempter.h | 132 virtual bool CheckForInstall(const std::vector<std::string>& dlc_ids,
|
D | update_attempter_unittest.cc | 1403 EXPECT_FALSE(attempter_.CheckForInstall({}, "")); in TEST_F() 1586 attempter_.CheckForInstall({}, "autest"); in TEST_F() 1589 attempter_.CheckForInstall({}, "autest-scheduled"); in TEST_F() 1592 attempter_.CheckForInstall({}, "http://omaha.phishing"); in TEST_F() 1597 attempter_.CheckForInstall({}, "http://foo.bar"); in TEST_F()
|
D | update_attempter.cc | 966 bool UpdateAttempter::CheckForInstall(const vector<string>& dlc_ids, in CheckForInstall() function in chromeos_update_engine::UpdateAttempter
|