Home
last modified time | relevance | path

Searched refs:USB_REQUEST_GET_DESCRIPTOR (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_ddk_request.h29 USB_REQUEST_GET_DESCRIPTOR, enumerator
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test.h124 USB_REQUEST_GET_DESCRIPTOR, enumerator
/ohos5.0/base/print/print_fwk/utils/include/
H A Dscan_constant.h129 const uint8_t USB_REQUEST_GET_DESCRIPTOR = 0X06; variable
H A Dprint_ipp_over_usb_constant.h199 const uint8_t USB_REQUEST_GET_DESCRIPTOR = 0X06; variable
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_usb_manager.cpp139 uint8_t request = USB_REQUEST_GET_DESCRIPTOR; in GetDeviceSerialNumber()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_raw_test.h259 USB_REQUEST_GET_DESCRIPTOR, enumerator
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_usb_manager.cpp141 uint8_t request = USB_REQUEST_GET_DESCRIPTOR; in QueryPrinterInfoFromStringDescriptor()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c1359 requestData.requestCmd = USB_REQUEST_GET_DESCRIPTOR; in RawGetDescriptor()