Home
last modified time | relevance | path

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

/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp250 while (retryCount < RESPONSE_RETRY_MAX_TIMES && deviceOpen) { in ProcessHttpResponse()
265 if (retryCount >= RESPONSE_RETRY_MAX_TIMES) { in ProcessHttpResponse()
275 while (retryCount < RESPONSE_RETRY_MAX_TIMES && deviceOpen) { in ProcessHttpResponseGetAttr()
290 if (retryCount >= RESPONSE_RETRY_MAX_TIMES) { in ProcessHttpResponseGetAttr()
300 while (retryCount < RESPONSE_RETRY_MAX_TIMES && deviceOpen) { in ProcessHttpResponseSendDoc()
315 if (retryCount >= RESPONSE_RETRY_MAX_TIMES) { in ProcessHttpResponseSendDoc()
/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_constant.h148 const int RESPONSE_RETRY_MAX_TIMES = 300; member

Completed in 3 milliseconds