Home
last modified time | relevance | path

Searched refs:GetSubClass (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_usb_manager.cpp65 usbInterface.GetClass(), usbInterface.GetSubClass(), usbInterface.GetProtocol()); in isPrintDevice()
67 usbInterface.GetSubClass() == USB_DEVICE_SUBCLASS_PRINT && in isPrintDevice()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_interface.h109 int32_t GetSubClass() const in GetSubClass() function
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_host_manager.cpp245 interface.GetSubClass(), interface.GetProtocol(), 0}; in GetInterfaceDescription()
H A Dusb_service.cpp2034 …erfaces[i].GetClass() == iterInterface->second[BASECLASS_INDEX]) && (interfaces[i].GetSubClass() == in ManageInterfaceTypeImpl()
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp934 WRITE_PARCEL_WITH_RET(data, Int32, interface.GetSubClass(), UEC_SERVICE_WRITE_PARCEL_ERROR); in SetDeviceInterfacesMessageParcel()
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp115 NapiUtil::SetValueInt32(env, "subClass", usbInterface.GetSubClass(), obj); in CtoJSUsbInterface()