Home
last modified time | relevance | path

Searched refs:GetDlcsToUpdate (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/
Ddlcservice_chromeos.cc41 bool DlcServiceChromeOS::GetDlcsToUpdate(vector<string>* dlc_ids) { in GetDlcsToUpdate() function in chromeos_update_engine::DlcServiceChromeOS
47 if (!GetDlcServiceProxy().GetDlcsToUpdate(dlc_ids, &err)) { in GetDlcsToUpdate()
Ddlcservice_chromeos.h41 bool GetDlcsToUpdate(std::vector<std::string>* dlc_ids) override;
Dupdate_attempter_unittest.cc157 MOCK_METHOD1(GetDlcsToUpdate, bool(vector<string>*));
2415 EXPECT_CALL(mock_dlcservice_, GetDlcsToUpdate(_)) in TEST_F()
2438 EXPECT_CALL(mock_dlcservice_, GetDlcsToUpdate(_)) in TEST_F()
2471 EXPECT_CALL(mock_dlcservice_, GetDlcsToUpdate(_)) in TEST_F()
Dupdate_attempter.cc720 !system_state_->dlcservice()->GetDlcsToUpdate(&dlc_ids_)) { in CalculateDlcParams()
/system/update_engine/common/
Ddlcservice_stub.cc30 bool DlcServiceStub::GetDlcsToUpdate(vector<string>* dlc_ids) { in GetDlcsToUpdate() function in chromeos_update_engine::DlcServiceStub
Ddlcservice_stub.h34 bool GetDlcsToUpdate(std::vector<std::string>* dlc_ids) override;
Ddlcservice_interface.h36 virtual bool GetDlcsToUpdate(std::vector<std::string>* dlc_ids) = 0;