Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_constant.h119 PRINT_JOB_BLOCKED_OUT_OF_PAPER = 7, // out of paper enumerator
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_module.cpp271 …env, object, "PRINT_JOB_BLOCK_OUT_OF_PAPER", static_cast<int32_t>(PRINT_JOB_BLOCKED_OUT_OF_PAPER)); in NapiCreatePrintJobSubStateEnum()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp1453 substate = substate * NUMBER_FOR_SPLICING_SUBSTATE + PRINT_JOB_BLOCKED_OUT_OF_PAPER; in GetBlockedSubstate()