Searched refs:GetProtocol (Results 1 - 7 of 7) sorted by relevance
/base/usb/usb_manager/services/native/src/ |
H A D | usb_host_manager.cpp | 245 interface.GetSubClass(), interface.GetProtocol(), 0}; in GetInterfaceDescription() 270 "DEVICE_NAME", dev.GetName(), "DEVICE_PROTOCOL", dev.GetProtocol(), in ReportHostPlugSysEvent()
|
H A D | usb_service.cpp | 2264 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 D | usb_interface.h | 119 int32_t GetProtocol() const in GetProtocol() function in OHOS::USB::UsbInterface
|
H A D | usb_device.h | 144 int32_t GetProtocol() const in GetProtocol() function in OHOS::USB::UsbDevice
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_usb_manager.cpp | 65 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 D | usb_srv_stub.cpp | 896 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 D | usb_info.cpp | 106 NapiUtil::SetValueInt32(env, "protocol", usbInterface.GetProtocol(), obj); in CtoJSUsbInterface() 161 NapiUtil::SetValueInt32(env, "protocol", usbDevice.GetProtocol(), obj); in CtoJSUsbDevice()
|
Completed in 12 milliseconds