Home
last modified time | relevance | path

Searched refs:RESPONSE_RETRY_INTERVAL (Results 1 - 2 of 2) sorted by relevance

/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_constant.h150 const int RESPONSE_RETRY_INTERVAL = 100; member
/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp251 std::this_thread::sleep_for(std::chrono::milliseconds(RESPONSE_RETRY_INTERVAL)); in ProcessHttpResponse()
276 std::this_thread::sleep_for(std::chrono::milliseconds(RESPONSE_RETRY_INTERVAL)); in ProcessHttpResponseGetAttr()
301 std::this_thread::sleep_for(std::chrono::milliseconds(RESPONSE_RETRY_INTERVAL)); in ProcessHttpResponseSendDoc()

Completed in 3 milliseconds