Searched refs:JOB_STATE_BLOCKED (Results 1 – 3 of 3) sorted by relevance
100 JOB_STATE_BLOCKED, // print job blocked due to printer stall/error enumerator643 if ((jq->job_state != JOB_STATE_BLOCKED) || (jq->blocked_reasons != blocked_reasons)) { in _job_status_callback()644 jq->job_state = JOB_STATE_BLOCKED; in _job_status_callback()883 if ((jq->job_state != JOB_STATE_BLOCKED) in _job_thread()885 jq->job_state = JOB_STATE_BLOCKED; in _job_thread()2105 if ((jq->job_state == JOB_STATE_RUNNING) || (jq->job_state == JOB_STATE_BLOCKED)) { in wprintCancelJob()2112 if ((jq->job_state != JOB_STATE_BLOCKED) || (jq->job_params.page_num != 0)) { in wprintCancelJob()
48 public static final String JOB_STATE_BLOCKED = "print-job-blocked"; field in BackendConstants
306 case BackendConstants.JOB_STATE_BLOCKED: in handleJobStatus()