Home
last modified time | relevance | path

Searched refs:HdiDevHostInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Didevmgr_client.cpp51 int32_t ListAllDevice(std::vector<HdiDevHostInfo> &deviceInfos) override;
109 static bool HdfDevMgrDbgFillDeviceInfo(std::vector<HdiDevHostInfo> &hostInfos, MessageParcel &reply) in HdfDevMgrDbgFillDeviceInfo()
114 struct HdiDevHostInfo hostInfo; in HdfDevMgrDbgFillDeviceInfo()
157 int32_t DeviceManagerProxy::ListAllDevice(std::vector<HdiDevHostInfo> &deviceInfos) in ListAllDevice()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/hdi/
H A Didevmgr_hdi.h61 struct HdiDevHostInfo { struct
110 virtual int32_t ListAllDevice(std::vector<HdiDevHostInfo> &deviceInfos) = 0;
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dbg/
H A Dhdf_dbg.cpp75 using OHOS::HDI::DeviceManager::V1_0::HdiDevHostInfo;
168 static void PrintALLDeviceInfoUser(std::vector<HdiDevHostInfo> &deviceInfos) in PrintALLDeviceInfoUser()
430 std::vector<HdiDevHostInfo> deviceInfos; in GetAllDeviceUserSpace()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
H A Dservice_manager_hdi_test.cpp47 using OHOS::HDI::DeviceManager::V1_0::HdiDevHostInfo;
765 std::vector<HdiDevHostInfo> deviceInfos;
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp1102 std::vector<OHOS::HDI::DeviceManager::V1_0::HdiDevHostInfo> deviceInfos; in IsDeviceLoaded()