Home
last modified time | relevance | path

Searched refs:GetProtocol (Results 1 - 7 of 7) sorted by relevance

/base/usb/usb_manager/services/native/src/
H A Dusb_host_manager.cpp245 interface.GetSubClass(), interface.GetProtocol(), 0}; in GetInterfaceDescription()
270 "DEVICE_NAME", dev.GetName(), "DEVICE_PROTOCOL", dev.GetProtocol(), in ReportHostPlugSysEvent()
H A Dusb_service.cpp2264 RANDOM_VALUE_INDICATE) && (interfaces[i].GetProtocol() == iterInterface->second[PROTOCAL_INDEX] || in ManageInterfaceTypeImpl()
2306 RANDOM_VALUE_INDICATE) && (it->second->GetProtocol() == iterInterface->second[PROTOCAL_INDEX] || in ManageDeviceTypeImpl()
/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_interface.h119 int32_t GetProtocol() const in GetProtocol() function in OHOS::USB::UsbInterface
H A Dusb_device.h144 int32_t GetProtocol() const in GetProtocol() function in OHOS::USB::UsbDevice
/base/print/print_fwk/services/print_service/src/
H A Dprint_usb_manager.cpp65 usbInterface.GetClass(), usbInterface.GetSubClass(), usbInterface.GetProtocol()); in isPrintDevice()
68 usbInterface.GetProtocol() == USB_DEVICE_PROTOCOL_PRINT); in isPrintDevice()
/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp896 WRITE_PARCEL_WITH_RET(data, Int32, devInfo.GetProtocol(), UEC_SERVICE_WRITE_PARCEL_ERROR); in SetDeviceMessageParcel()
943 WRITE_PARCEL_WITH_RET(data, Int32, interface.GetProtocol(), UEC_SERVICE_WRITE_PARCEL_ERROR); in SetDeviceInterfacesMessageParcel()
/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp106 NapiUtil::SetValueInt32(env, "protocol", usbInterface.GetProtocol(), obj); in CtoJSUsbInterface()
161 NapiUtil::SetValueInt32(env, "protocol", usbDevice.GetProtocol(), obj); in CtoJSUsbDevice()

Completed in 12 milliseconds