Home
last modified time | relevance | path

Searched refs:SetSubClass (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_usb_manager_other_test.cpp73 usbDevice.GetConfigs()[0].GetInterfaces()[0].SetSubClass(USB_DEVICE_SUBCLASS_PRINT);
84 usbDevice.GetConfigs()[0].GetInterfaces()[0].SetSubClass(USB_DEVICE_SUBCLASS_PRINT);
87 usbDevice.GetConfigs()[0].GetInterfaces()[1].SetSubClass(USB_DEVICE_SUBCLASS_PRINT);
97 usbDevice.GetConfigs()[0].GetInterfaces()[0].SetSubClass(USB_DEVICE_SUBCLASS_PRINT);
100 usbDevice.GetConfigs()[0].GetInterfaces()[1].SetSubClass(USB_DEVICE_SUBCLASS_PRINT);
111 usbDevice.GetConfigs()[0].GetInterfaces()[0].SetSubClass(USB_DEVICE_SUBCLASS_PRINT);
114 usbDevice.GetConfigs()[0].GetInterfaces()[1].SetSubClass(USB_DEVICE_SUBCLASS_PRINT);
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_descriptor_parser.cpp109 interface.SetSubClass(interfaceDescriptor->bInterfaceSubClass); in AddInterface()
285 interface.SetSubClass(interfaceDescriptor.bInterfaceSubClass); in ParseInterfaceDescriptor()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_interface.h164 void SetSubClass(int32_t subClass) in SetSubClass() function
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp280 interface.SetSubClass(tmp); in GetDeviceInterfacesMessageParcel()