/drivers/peripheral/input/test/unittest/ddk/ |
H A D | hid_ddk_test.cpp | 81 .productId = 0x6008, in HWTEST_F() 101 .productId = 0x6008, in HWTEST_F() 142 .productId = 0x6008, in HWTEST_F()
|
/drivers/hdf_core/framework/model/usb/src/ |
H A D | usb_wrapper.cpp | 27 "VENDOR_ID", infoTable->deviceInfo.vendorId, "PRODUCT_ID", infoTable->deviceInfo.productId, in UsbDDKDriverMatchFailEvent()
|
H A D | usb_ddk_pnp_loader.c | 83 if ((id->matchFlag & USB_PNP_NOTIFY_MATCH_PRODUCT) && (id->productId != dev->deviceInfo.productId)) { in UsbDdkPnpLoaderMatchDevice() 464 if (devResIface->GetUint16(node, "productId", &table->productId, 0) != HDF_SUCCESS) { in UsbDdkPnpLoaderParseIdDevice() 465 HDF_LOGE("%s: read productId fail!", __func__); in UsbDdkPnpLoaderParseIdDevice()
|
/drivers/external_device_manager/interfaces/innerkits/ |
H A D | driver_ext_mgr_types.h | 63 uint16_t productId;
member in OHOS::ExternalDeviceManager::USBDevice 101 uint16_t productId;
member in OHOS::ExternalDeviceManager::USBDeviceInfoData
|
/drivers/peripheral/input/test/benchmarktest/ |
H A D | hid_ddk_benchmark_test.cpp | 87 .productId = 0x6008, in BENCHMARK_F() 120 .productId = 0x6008, in BENCHMARK_F()
|
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/include/ |
H A D | usb_pnp_notify.h | 113 uint16_t productId; member
|
/drivers/hdf_core/framework/model/usb/include/ |
H A D | usb_ddk_pnp_loader.h | 39 uint16_t productId; member
|
H A D | hdf_usb_pnp_manage.h | 77 uint16_t productId; member
|
/drivers/peripheral/usb/hdf_usb/include/ |
H A D | usb_ddk_pnp_loader.h | 39 uint16_t productId; member
|
H A D | hdf_usb_pnp_manage.h | 77 uint16_t productId; member
|
/drivers/external_device_manager/services/zidl/src/ |
H A D | driver_ext_mgr_types.cpp | 80 if (!parcel.WriteUint16(productId)) {
in Marshalling() 81 EDM_LOGE(MODULE_DEV_MGR, "failed to write productId");
in Marshalling() 147 if (!parcel.ReadUint16(device->productId)) {
in UnMarshalling() 148 EDM_LOGE(MODULE_DEV_MGR, "failed to read productId");
in UnMarshalling() 166 os << "productId:" << productId << ", ";
in Dump() local 198 if (!parcel.WriteUint16(productId)) {
in Marshalling() 199 EDM_LOGE(MODULE_DEV_MGR, "failed to write productId");
in Marshalling() 328 if (!parcel.ReadUint16(deviceInfo->productId)) {
in UnMarshalling() 329 EDM_LOGE(MODULE_DEV_MGR, "failed to read productId");
in UnMarshalling() [all...] |
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/ |
H A D | usb_pnp_notify.c | 177 deviceInfo->info.deviceInfo.productId = le16_to_cpu(infoData.usbDev->descriptor.idProduct); in UsbPnpNotifyAddInitInfo() 274 infoTable.deviceInfo.productId = deviceInfo->info.deviceInfo.productId; in UsbPnpNotifyInitInfo() 375 deviceInfo->info.numInfos, deviceInfo->info.deviceInfo.vendorId, deviceInfo->info.deviceInfo.productId); in UsbPnpNotifyHdfSendEvent() 426 deviceInfo->info.deviceInfo.vendorId, deviceInfo->info.deviceInfo.productId); in UsbPnpNotifyFirstGetDevice() 458 infoTable->deviceInfo.productId = g_testUsbPnpInfo->deviceInfo.productId; in TestPnpNotifyFillInfoTable() 503 infoTable.deviceInfo.vendorId, infoTable.deviceInfo.productId); in TestPnpNotifyHdfSendEvent()
|
/drivers/peripheral/input/ddk_service/include/emit_event_manager/ |
H A D | virtual_device.h | 32 VirtualDevice(const char *deviceName, uint16_t productId);
|
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/ |
H A D | usb_pnp_notify.c | 211 deviceInfo->info.deviceInfo.productId = UGETW(infoData.usbDev->ddesc.idProduct); in UsbPnpNotifyAddInitInfo() 302 infoTable.deviceInfo.productId = deviceInfo->info.deviceInfo.productId; in UsbPnpNotifyInitInfo() 425 deviceInfo->info.deviceInfo.vendorId, deviceInfo->info.deviceInfo.productId); in UsbPnpNotifyHdfSendEvent() 478 infoTable->deviceInfo.productId = g_testUsbPnpInfo->deviceInfo.productId; in TestPnpNotifyFillInfoTable() 524 infoTable.deviceInfo.vendorId, infoTable.deviceInfo.productId); in TestPnpNotifyHdfSendEvent() 743 (UGETW(pnpNotifyDevicePos->device->ddesc.idProduct) == paraData.productId)) { in UsbPnpNotifyGetUsbDevice()
|
/drivers/external_device_manager/services/native/driver_extension_manager/src/ |
H A D | driver_ext_mgr.cpp | 135 device->productId = usbDeviceInfo->GetProductId(); in QueryDevice() 190 tempUsbDeviceInfo->productId = usbDeviceInfo->GetProductId(); in ParseToDeviceInfoData()
|
/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_pnp_test.c | 74 infoTable.deviceInfo.productId = 0xFFF0; in TestInitPnpInfo()
|
/drivers/external_device_manager/interfaces/ddk/hid/ |
H A D | hid_ddk_types.h | 95 uint16_t productId; member
|
/drivers/peripheral/input/ddk_service/src/emit_event_manager/ |
H A D | virtual_device.cpp | 48 productId_(hidDevice.productId), in VirtualDevice()
|
/drivers/peripheral/usb/ddk/host/src/ |
H A D | ddk_sysfs_device.c | 203 devInfo->productId = (uint16_t)value; in DdkSysfsGetDevice()
|
/drivers/external_device_manager/frameworks/ddk/hid/ |
H A D | input_emit_event.cpp | 109 .productId = hidDevice->productId, in ParseHidDevice()
|
/drivers/external_device_manager/test/unittest/ndk_permission_js_test/entry/src/main/cpp/ |
H A D | ddk_permission_test.cpp | 146 .productId = 0x6006, in CreateTestDevice()
|
/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/ |
H A D | hid_ddk_ndk_test.cpp | 34 .productId = 0x6006, in CreateTestDevice()
|
/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_nosdk_speed.c | 270 paraData.productId = USB_DEVICE_PRODUCT_ID; in UsbGetDevInfo()
|
H A D | usbhost_sdkapi_speed.c | 301 paraData.productId = USB_DEVICE_PRODUCT_ID; in UsbGetDevInfo()
|
/drivers/external_device_manager/frameworks/js/napi/device_manager/ |
H A D | device_manager_middle.cpp | 296 NAPI_CALL(env, napi_create_uint32(env, usb->productId, &value)); in ConvertDeviceToJsDevice() 297 NAPI_CALL(env, napi_set_named_property(env, object, "productId", value)); in ConvertDeviceToJsDevice() 345 NAPI_CALL(env, napi_create_uint32(env, usbDeviceInfo->productId, &value)); in ConvertToJsDeviceInfo() 346 NAPI_CALL(env, napi_set_named_property(env, object, "productId", value)); in ConvertToJsDeviceInfo()
|