Searched refs:CheckForInstall (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/ |
D | mock_update_attempter.h | 57 MOCK_METHOD2(CheckForInstall,
|
D | common_service_unittest.cc | 89 EXPECT_CALL(*mock_update_attempter_, CheckForInstall(_, _)) in TEST_F() 97 EXPECT_CALL(*mock_update_attempter_, CheckForInstall(_, _)) in TEST_F()
|
D | common_service.cc | 109 if (!system_state_->update_attempter()->CheckForInstall(dlc_ids, omaha_url)) { in AttemptInstall()
|
D | update_attempter.h | 145 virtual bool CheckForInstall(const std::vector<std::string>& dlc_ids,
|
D | update_attempter_unittest.cc | 1478 EXPECT_FALSE(attempter_.CheckForInstall({}, "")); in TEST_F() 1661 attempter_.CheckForInstall({}, "autest"); in TEST_F() 1664 attempter_.CheckForInstall({}, "autest-scheduled"); in TEST_F() 1667 attempter_.CheckForInstall({}, "http://omaha.phishing"); in TEST_F() 1672 attempter_.CheckForInstall({}, "http://foo.bar"); in TEST_F()
|
D | update_attempter.cc | 1003 bool UpdateAttempter::CheckForInstall(const vector<string>& dlc_ids, in CheckForInstall() function in chromeos_update_engine::UpdateAttempter
|