Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dmock_update_attempter.h51 MOCK_METHOD2(CheckForInstall,
Dcommon_service_unittest.cc85 EXPECT_CALL(*mock_update_attempter_, CheckForInstall(_, _)) in TEST_F()
93 EXPECT_CALL(*mock_update_attempter_, CheckForInstall(_, _)) in TEST_F()
Dcommon_service.cc108 if (!SystemState::Get()->update_attempter()->CheckForInstall(dlc_ids, in AttemptInstall()
Dupdate_attempter.h132 virtual bool CheckForInstall(const std::vector<std::string>& dlc_ids,
Dupdate_attempter_unittest.cc1403 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()
Dupdate_attempter.cc966 bool UpdateAttempter::CheckForInstall(const vector<string>& dlc_ids, in CheckForInstall() function in chromeos_update_engine::UpdateAttempter