Home
last modified time | relevance | path

Searched refs:CheckForInstall (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/
Dmock_update_attempter.h57 MOCK_METHOD2(CheckForInstall,
Dcommon_service_unittest.cc89 EXPECT_CALL(*mock_update_attempter_, CheckForInstall(_, _)) in TEST_F()
97 EXPECT_CALL(*mock_update_attempter_, CheckForInstall(_, _)) in TEST_F()
Dcommon_service.cc109 if (!system_state_->update_attempter()->CheckForInstall(dlc_ids, omaha_url)) { in AttemptInstall()
Dupdate_attempter.h145 virtual bool CheckForInstall(const std::vector<std::string>& dlc_ids,
Dupdate_attempter_unittest.cc1478 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()
Dupdate_attempter.cc1003 bool UpdateAttempter::CheckForInstall(const vector<string>& dlc_ids, in CheckForInstall() function in chromeos_update_engine::UpdateAttempter