Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/utils/include/
H A Dscan_constant.h127 const uint16_t USB_VALUE_DESCRIPTOR_INDEX_SERIAL_NUMBER = 0X03; variable
H A Dprint_ipp_over_usb_constant.h202 const uint16_t USB_VALUE_DESCRIPTOR_INDEX_SERIAL_NUMBER = 0X03; variable
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_usb_manager.cpp137 uint16_t indexInStringDescriptor = USB_VALUE_DESCRIPTOR_INDEX_SERIAL_NUMBER; in GetDeviceSerialNumber()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_usb_manager.cpp126 … QueryPrinterInfoFromStringDescriptor(usbDevicePipe, USB_VALUE_DESCRIPTOR_INDEX_SERIAL_NUMBER); in GetProductName()