Home
last modified time | relevance | path

Searched refs:productId (Results 1 - 25 of 29) sorted by relevance

12

/drivers/peripheral/input/test/unittest/ddk/
H A Dhid_ddk_test.cpp81 .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 Dusb_wrapper.cpp27 "VENDOR_ID", infoTable->deviceInfo.vendorId, "PRODUCT_ID", infoTable->deviceInfo.productId, in UsbDDKDriverMatchFailEvent()
H A Dusb_ddk_pnp_loader.c83 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 Ddriver_ext_mgr_types.h63 uint16_t productId; member in OHOS::ExternalDeviceManager::USBDevice
101 uint16_t productId; member in OHOS::ExternalDeviceManager::USBDeviceInfoData
/drivers/peripheral/input/test/benchmarktest/
H A Dhid_ddk_benchmark_test.cpp87 .productId = 0x6008, in BENCHMARK_F()
120 .productId = 0x6008, in BENCHMARK_F()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/include/
H A Dusb_pnp_notify.h113 uint16_t productId; member
/drivers/hdf_core/framework/model/usb/include/
H A Dusb_ddk_pnp_loader.h39 uint16_t productId; member
H A Dhdf_usb_pnp_manage.h77 uint16_t productId; member
/drivers/peripheral/usb/hdf_usb/include/
H A Dusb_ddk_pnp_loader.h39 uint16_t productId; member
H A Dhdf_usb_pnp_manage.h77 uint16_t productId; member
/drivers/external_device_manager/services/zidl/src/
H A Ddriver_ext_mgr_types.cpp80 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 Dusb_pnp_notify.c177 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 Dvirtual_device.h32 VirtualDevice(const char *deviceName, uint16_t productId);
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c211 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 Ddriver_ext_mgr.cpp135 device->productId = usbDeviceInfo->GetProductId(); in QueryDevice()
190 tempUsbDeviceInfo->productId = usbDeviceInfo->GetProductId(); in ParseToDeviceInfoData()
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_pnp_test.c74 infoTable.deviceInfo.productId = 0xFFF0; in TestInitPnpInfo()
/drivers/external_device_manager/interfaces/ddk/hid/
H A Dhid_ddk_types.h95 uint16_t productId; member
/drivers/peripheral/input/ddk_service/src/emit_event_manager/
H A Dvirtual_device.cpp48 productId_(hidDevice.productId), in VirtualDevice()
/drivers/peripheral/usb/ddk/host/src/
H A Dddk_sysfs_device.c203 devInfo->productId = (uint16_t)value; in DdkSysfsGetDevice()
/drivers/external_device_manager/frameworks/ddk/hid/
H A Dinput_emit_event.cpp109 .productId = hidDevice->productId, in ParseHidDevice()
/drivers/external_device_manager/test/unittest/ndk_permission_js_test/entry/src/main/cpp/
H A Dddk_permission_test.cpp146 .productId = 0x6006, in CreateTestDevice()
/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/
H A Dhid_ddk_ndk_test.cpp34 .productId = 0x6006, in CreateTestDevice()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_nosdk_speed.c270 paraData.productId = USB_DEVICE_PRODUCT_ID; in UsbGetDevInfo()
H A Dusbhost_sdkapi_speed.c301 paraData.productId = USB_DEVICE_PRODUCT_ID; in UsbGetDevInfo()
/drivers/external_device_manager/frameworks/js/napi/device_manager/
H A Ddevice_manager_middle.cpp296 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()

Completed in 16 milliseconds

12