Home
last modified time | relevance | path

Searched refs:GetProtocol (Results 1 – 5 of 5) sorted by relevance

/base/usb/usb_manager/services/native/src/
Dusb_host_manager.cpp135 …"DEVICE_NAME", dev.GetName(), "DEVICE_PROTOCOL", dev.GetProtocol(), "DEVICE_CLASS", dev.GetClass(), in ReportHostPlugSysEvent()
/base/usb/usb_manager/interfaces/innerkits/native/include/
Dusb_interface.h88 int32_t GetProtocol() const in GetProtocol() function
Dusb_device.h113 int32_t GetProtocol() const in GetProtocol() function
/base/usb/usb_manager/services/zidl/src/
Dusb_srv_stub.cpp677 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/
Dusb_info.cpp105 NapiUtil::SetValueInt32(env, "protocol", usbInterface.GetProtocol(), obj); in CtoJSUsbInterface()
160 NapiUtil::SetValueInt32(env, "protocol", usbDevice.GetProtocol(), obj); in CtoJSUsbDevice()