Home
last modified time | relevance | path

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

/base/print/print_fwk/utils/include/
Dprint_constant.h106 PRINT_JOB_BLOCKED_BUSY = 5, // printer is occupied by other process enumerator
/base/print/print_fwk/interfaces/kits/napi/src/
Dprint_module.cpp186 napi_create_int32(env, static_cast<int32_t>(PRINT_JOB_BLOCKED_BUSY), &block_busy); in NapiCreateEnum()
/base/print/print_fwk/services/src/
Dprint_cups_client.cpp455 PRINT_JOB_BLOCKED_BUSY); in JobStatusCallback()