Home
last modified time | relevance | path

Searched refs:isByDriverUid (Results 1 - 10 of 10) sorted by relevance

/drivers/external_device_manager/services/zidl/src/
H A Ddriver_ext_mgr_stub.cpp178 bool isByDriverUid = false; in OnQueryDriverInfo() local
179 if (!data.ReadBool(isByDriverUid)) { in OnQueryDriverInfo()
180 EDM_LOGE(MODULE_FRAMEWORK, "failed to read isByDriverUid"); in OnQueryDriverInfo()
185 if (isByDriverUid && !data.ReadString(driverUid)) { in OnQueryDriverInfo()
191 int32_t ret = QueryDriverInfo(driverInfos, isByDriverUid, driverUid); in OnQueryDriverInfo()
H A Ddriver_ext_mgr_proxy.cpp193 bool isByDriverUid, const std::string &driverUid) in QueryDriverInfo()
211 if (!data.WriteBool(isByDriverUid)) { in QueryDriverInfo()
212 EDM_LOGE(MODULE_FRAMEWORK, "failed to write isByDriverUid"); in QueryDriverInfo()
216 if (isByDriverUid && !data.WriteString(driverUid)) { in QueryDriverInfo()
192 QueryDriverInfo(std::vector<std::shared_ptr<DriverInfoData>> &driverInfos, bool isByDriverUid, const std::string &driverUid) QueryDriverInfo() argument
/drivers/external_device_manager/interfaces/innerkits/
H A Didriver_ext_mgr.h40 bool isByDriverUid = false, const std::string &driverUid = "") = 0;
/drivers/external_device_manager/services/zidl/include/
H A Ddriver_ext_mgr_proxy.h35 bool isByDriverUid = false, const std::string &driverUid = "") override;
/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/
H A Ddriver_pkg_manager.h62 bool isByDriverUid = false, const std::string &driverUid = "");
H A Dpkg_db_helper.h40 bool isByDriverUid = false, const std::string &driverUid = "");
/drivers/external_device_manager/services/native/driver_extension_manager/include/
H A Ddriver_ext_mgr.h41 bool isByDriverUid = false, const std::string &driverUid = "") override;
/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Ddriver_pkg_manager.cpp154 bool isByDriverUid, const std::string &driverUid) in QueryDriverInfo()
170 int32_t pkgSize = helper->QueryPkgInfos(pkgInfos, isByDriverUid, driverUid); in QueryDriverInfo()
153 QueryDriverInfo(vector<shared_ptr<DriverInfo>> &driverInfos, bool isByDriverUid, const std::string &driverUid) QueryDriverInfo() argument
H A Dpkg_db_helper.cpp265 bool isByDriverUid, const std::string &driverUid) in QueryPkgInfos()
270 if (isByDriverUid) { in QueryPkgInfos()
264 QueryPkgInfos(std::vector<PkgInfoTable> &pkgInfos, bool isByDriverUid, const std::string &driverUid) QueryPkgInfos() argument
/drivers/external_device_manager/services/native/driver_extension_manager/src/
H A Ddriver_ext_mgr.cpp288 bool isByDriverUid, const std::string &driverUid) in QueryDriverInfo()
301 int32_t ret = DriverPkgManager::GetInstance().QueryDriverInfo(tempDriverInfos, isByDriverUid, driverUid); in QueryDriverInfo()
287 QueryDriverInfo(std::vector<std::shared_ptr<DriverInfoData>> &driverInfos, bool isByDriverUid, const std::string &driverUid) QueryDriverInfo() argument

Completed in 4 milliseconds