Searched refs:GetProtocol (Results 1 – 5 of 5) sorted by relevance
/base/usb/usb_manager/services/native/src/ |
D | usb_host_manager.cpp | 135 …"DEVICE_NAME", dev.GetName(), "DEVICE_PROTOCOL", dev.GetProtocol(), "DEVICE_CLASS", dev.GetClass(), in ReportHostPlugSysEvent()
|
/base/usb/usb_manager/interfaces/innerkits/native/include/ |
D | usb_interface.h | 88 int32_t GetProtocol() const in GetProtocol() function
|
D | usb_device.h | 113 int32_t GetProtocol() const in GetProtocol() function
|
/base/usb/usb_manager/services/zidl/src/ |
D | usb_srv_stub.cpp | 677 WRITE_PARCEL_WITH_RET(data, Int32, devInfo.GetProtocol(), UEC_SERVICE_WRITE_PARCEL_ERROR); in SetDeviceMessageParcel() 724 WRITE_PARCEL_WITH_RET(data, Int32, interface.GetProtocol(), UEC_SERVICE_WRITE_PARCEL_ERROR); in SetDeviceInterfacesMessageParcel()
|
/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
D | usb_info.cpp | 105 NapiUtil::SetValueInt32(env, "protocol", usbInterface.GetProtocol(), obj); in CtoJSUsbInterface() 160 NapiUtil::SetValueInt32(env, "protocol", usbDevice.GetProtocol(), obj); in CtoJSUsbDevice()
|