Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_constant.h118 PRINT_JOB_BLOCKED_CANCELLED = 6, // print job has been canncelled enumerator
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_module.cpp270 …perty(env, object, "PRINT_JOB_BLOCK_CANCELLED", static_cast<int32_t>(PRINT_JOB_BLOCKED_CANCELLED)); in NapiCreatePrintJobSubStateEnum()