Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/ipphelper/
Dipphelper.c202 int service_unavailable_retry_count = 0; in test_and_set_ipp_version() local
228 (service_unavailable_retry_count < IPP_SERVICE_ERROR_MAX_RETRIES)) { in test_and_set_ipp_version()
230 service_unavailable_retry_count, IPP_SERVICE_ERROR_MAX_RETRIES); in test_and_set_ipp_version()
231 service_unavailable_retry_count++; in test_and_set_ipp_version()
584 int service_unavailable_retry_count = 0; in get_JobStatus() local
642 (service_unavailable_retry_count < IPP_SERVICE_ERROR_MAX_RETRIES)) { in get_JobStatus()
643 LOGE("1282 received, retrying %d of %d", service_unavailable_retry_count, in get_JobStatus()
645 service_unavailable_retry_count++; in get_JobStatus()
694 service_unavailable_retry_count < IPP_SERVICE_ERROR_MAX_RETRIES); in get_JobStatus()
1797 int service_unavailable_retry_count = 0; in ipp_doCupsRequest() local
[all …]