Searched refs:job_id (Results 1 – 10 of 10) sorted by relevance
/packages/services/BuiltInPrintService/jni/ipphelper/ |
D | ippstatus_monitor.c | 55 int job_id); 198 int i, job_id = -1; in _start() local 213 last_status.job_id = 0; in _start() 217 curr_status.job_id = 0; in _start() 269 curr_status.job_id = job_id; in _start() 310 int job_id = -1; in _cancel() local 353 job_id = ippGetInteger(attr, 0); in _cancel() 354 LOGD("_cancel got job-id: %d", job_id); in _cancel() 382 if (job_id == -1) { in _cancel() 393 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", job_id); in _cancel() [all …]
|
D | ipp_print.c | 592 int job_id = -1; in _end_job() local 624 job_id = ippGetInteger(attrptr, 0); in _end_job() 625 LOGI("sent cupsGetResponse %s job_id %d; received", ippOpString(op), job_id); in _end_job() 646 LOGD("_end_job: exit status %d job_id %d", ipp_job->status, job_id); in _end_job()
|
D | ipphelper.c | 571 int job_id, in get_JobStatus() argument 622 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", job_id); in get_JobStatus() 1886 int job_id = -1; in getJobId() local 1907 if (attr != NULL) job_id = ippGetInteger(attr, 0); in getJobId() 1914 LOGD("getJobId() returning job-id: %d", job_id); in getJobId() 1915 return job_id; in getJobId()
|
/packages/modules/AdServices/adservices/tests/perf/assets/concurrent-configs/ |
D | msmt_load_source_deletion.textpb | 76 key: "job_id" 92 key: "job_id" 124 key: "job_id"
|
D | msmt_concurrent_indexed.textpb | 271 key: "job_id"
|
/packages/services/BuiltInPrintService/jni/lib/ |
D | printer.c | 40 wJob_t job_id; member 259 print_job->job_id = WPRINT_BAD_JOB_HANDLE; in printer_connect()
|
D | lib_wprint.c | 125 wJob_t job_id; member 592 if (new_status->job_id == -1) { in _job_status_callback() 620 if (new_status->job_id == -1) { in _job_status_callback() 858 job_handle = msg.job_id; in _job_thread() 2034 msg.job_id = job_handle; in wprintStartJob()
|
/packages/services/BuiltInPrintService/jni/include/ |
D | lib_wprint.h | 124 typedef void (*wprint_status_cb_t)(wJob_t job_id, void *parm);
|
D | wprint_status_types.h | 213 int job_id; member
|
/packages/modules/AdServices/shared/libraries/device-side/proto/ |
D | job_policy.proto | 27 optional int32 job_id = 1; // ** REQUIRED field **
|