Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A 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()
H A Ddlcservice_chromeos.h41 bool GetDlcsToUpdate(std::vector<std::string>* dlc_ids) override;
H A Dupdate_attempter_unittest.cc156 MOCK_METHOD1(GetDlcsToUpdate, bool(vector<string>*));
2301 EXPECT_CALL(mock_dlcservice_, GetDlcsToUpdate(_)) in TEST_F()
2324 EXPECT_CALL(mock_dlcservice_, GetDlcsToUpdate(_)) in TEST_F()
2355 EXPECT_CALL(mock_dlcservice_, GetDlcsToUpdate(_)) in TEST_F()
H A Dupdate_attempter.cc690 !SystemState::Get()->dlcservice()->GetDlcsToUpdate(&dlc_ids_)) { in CalculateDlcParams()
/aosp12/system/update_engine/common/
H A Ddlcservice_stub.cc30 bool DlcServiceStub::GetDlcsToUpdate(vector<string>* dlc_ids) { in GetDlcsToUpdate() function in chromeos_update_engine::DlcServiceStub
H A Ddlcservice_stub.h34 bool GetDlcsToUpdate(std::vector<std::string>* dlc_ids) override;
H A Ddlcservice_interface.h36 virtual bool GetDlcsToUpdate(std::vector<std::string>* dlc_ids) = 0;