Home
last modified time | relevance | path

Searched refs:USB_WRITE_INTERVAL (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_constant.h157 const int USB_WRITE_INTERVAL = 50; variable
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp373 std::this_thread::sleep_for(std::chrono::milliseconds(USB_WRITE_INTERVAL)); in StartWriteDataToPrinterLooper()