Searched refs:GetProductId (Results 1 – 5 of 5) sorted by relevance
/base/usb/usb_manager/services/native/src/ |
D | usb_host_manager.cpp | 136 … "VENDOR_ID", dev.GetVendorId(), "PRODUCT_ID", dev.GetProductId(), "VERSION", dev.GetVersion(), in ReportHostPlugSysEvent()
|
D | usb_service.cpp | 900 …iqueName = std::to_string(devInfo->GetVendorId()) + "-" + std::to_string(devInfo->GetProductId()) + in AddDevice()
|
/base/usb/usb_manager/interfaces/innerkits/native/include/ |
D | usb_device.h | 98 int32_t GetProductId() const in GetProductId() function
|
/base/usb/usb_manager/services/zidl/src/ |
D | usb_srv_stub.cpp | 674 WRITE_PARCEL_WITH_RET(data, Int32, devInfo.GetProductId(), UEC_SERVICE_WRITE_PARCEL_ERROR); in SetDeviceMessageParcel()
|
/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
D | usb_info.cpp | 157 NapiUtil::SetValueInt32(env, "productId", usbDevice.GetProductId(), obj); in CtoJSUsbDevice()
|