Home
last modified time | relevance | path

Searched defs:dlc_ids (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/update_engine/common/
H A Ddlcservice_stub.cc30 bool DlcServiceStub::GetDlcsToUpdate(vector<string>* dlc_ids) { in GetDlcsToUpdate()
36 bool DlcServiceStub::InstallCompleted(const vector<string>& dlc_ids) { in InstallCompleted()
39 bool DlcServiceStub::UpdateCompleted(const vector<string>& dlc_ids) { in UpdateCompleted()
/aosp12/system/update_engine/cros/
H A Ddlcservice_chromeos.cc41 bool DlcServiceChromeOS::GetDlcsToUpdate(vector<string>* dlc_ids) { in GetDlcsToUpdate()
57 bool DlcServiceChromeOS::InstallCompleted(const vector<string>& dlc_ids) { in InstallCompleted()
67 bool DlcServiceChromeOS::UpdateCompleted(const vector<string>& dlc_ids) { in UpdateCompleted()
H A Ddbus_service.cc86 const vector<string>& dlc_ids) { in AttemptInstall()
H A Dupdate_attempter.cc966 bool UpdateAttempter::CheckForInstall(const vector<string>& dlc_ids, in CheckForInstall()
1158 vector<string> dlc_ids; in GetSuccessfulDlcIds() local
H A Dcommon_service.cc107 const vector<string>& dlc_ids) { in AttemptInstall()
/aosp12/system/update_engine/client_library/
H A Dclient_dbus.cc89 const vector<string>& dlc_ids) { in AttemptInstall()