Home
last modified time | relevance | path

Searched defs:busType (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/core/
H A Dbus_extension_core.cpp81 int32_t BusExtensionCore::Register(BusType busType, std::shared_ptr<IBusExtension> busExtension) in Register()
108 BusType busType = GetBusTypeByName(busName); in GetBusExtensionByName() local
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/include/bus_extension/core/
H A Dbus_extension_core.h47 void RegisterBusExtension(BusType busType) in RegisterBusExtension()
/ohos5.0/drivers/external_device_manager/interfaces/innerkits/
H A Ddriver_ext_mgr_types.h50 BusType busType; variable
114 BusType busType; variable
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_dev_identify_v10.md29 ### busType subsection
H A D_input_dev_identify.md29 ### busType subsection
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/
H A Ddriver_ext_mgr.cpp117 UsbErrCode DriverExtMgr::QueryDevice(uint32_t busType, std::vector<std::shared_ptr<DeviceData>> &de… in QueryDevice()
183 auto busType = deviceInfo->GetBusType(); in ParseToDeviceInfoData() local
230 auto busType = driverInfo->GetBusType(); in ParseToDriverInfoData() local
/ohos5.0/drivers/external_device_manager/test/unittest/driver_extension_manager_client_test/
H A Ddriver_extension_manager_client_test.cpp160 uint32_t busType = static_cast<uint32_t>(BusType::BUS_TYPE_INVALID); variable
169 uint32_t busType = static_cast<uint32_t>(BusType::BUS_TYPE_USB); variable
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Ddriver_info.cpp106 string busType = GetStringValue(jsonObj, "bus"); in UnSerialize() local
/ohos5.0/drivers/external_device_manager/test/fuzztest/drivers_pkg_manager_fuzzer/driverpkgmanager_fuzzer/
H A Ddriverpkgmanager_fuzzer.cpp38 int busType = *(static_cast<const uint8_t *>(data)); in QueryMatchDriverIllegalBusTest() local
/ohos5.0/drivers/external_device_manager/services/zidl/src/
H A Ddriver_ext_mgr_types.cpp99 BusType busType = static_cast<BusType>(busTypeData); in UnMarshalling() local
259 BusType busType = DeviceInfoData::GetBusTypeByDeviceId(deviceId); in UnMarshalling() local
H A Ddriver_ext_mgr_proxy.cpp25 UsbErrCode DriverExtMgrProxy::QueryDevice(uint32_t busType, std::vector<std::shared_ptr<DeviceData>… in QueryDevice()
H A Ddriver_ext_mgr_stub.cpp50 uint32_t busType = 0; in OnQueryDevice() local
/ohos5.0/drivers/external_device_manager/frameworks/native/
H A Ddriver_ext_mgr_client.cpp99 UsbErrCode DriverExtMgrClient::QueryDevice(uint32_t busType, std::vector<std::shared_ptr<DeviceData… in QueryDevice()
/ohos5.0/drivers/external_device_manager/utils/include/
H A Dext_object.h134 BusType busType; member
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/
H A Detx_device_mgr.cpp328 vector<shared_ptr<DeviceInfo>> ExtDeviceManager::QueryDevice(const BusType busType) in QueryDevice()
459 BusType busType = *reinterpret_cast<BusType *>(&deviceId); in QueryDeviceByDeviceID() local
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_config.h58 uint8_t busType; member
92 uint8_t busType; member
H A Dhdf_wlan_config.h78 uint8_t busType; member
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_event_normalize.cpp242 int32_t busType = static_cast<int32_t>(libinput_device_get_id_bustype(dev)); in TransformVolumeKey() local
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_util.cpp90 napi_value busType = nullptr; in GetDeviceInfo() local
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/include/
H A Dsensor_platform_if.h79 uint8_t busType; // enum SensorBusType member
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dhdf_ibus_intf.h37 uint8_t busType; member
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H A Dvibrator_driver_type.h78 uint8_t busType; // enum VibratorBusType member
/ohos5.0/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput_interface.h30 unsigned int busType; member
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dinput_config.h45 uint8_t busType; member
117 uint8_t busType; member
/ohos5.0/drivers/external_device_manager/frameworks/js/napi/device_manager/
H A Ddevice_manager_middle.cpp420 BusType busType = DeviceInfoData::GetBusTypeByDeviceId(deviceInfo->deviceId); in ConvertToJsDeviceInfo() local
489 int32_t busType = BusType::BUS_TYPE_USB; in QueryDevices() local

12