Home
last modified time | relevance | path

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

/base/print/print_fwk/utils/include/
Dprint_constant.h128 PRINT_JOB_RUNNING_CONVERTING_FILES = 27, // Converting files... enumerator
/base/print/print_fwk/interfaces/kits/jskits/
D@ohos.print.d.ts190 PRINT_JOB_RUNNING_CONVERTING_FILES = 27, // Converting files... enumerator
/base/print/print_fwk/interfaces/kits/napi/src/
Dprint_module.cpp207 …napi_create_int32(env, static_cast<int32_t>(PRINT_JOB_RUNNING_CONVERTING_FILES), &running_converti… in NapiCreateEnum()