Home
last modified time | relevance | path

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

/base/print/print_fwk/utils/include/
Dprint_constant.h123 PRINT_JOB_BLOCKED_CONNECT_SERVER_ERROR = 22, // Unable to connect to the server enumerator
/base/print/print_fwk/interfaces/kits/napi/src/
Dprint_module.cpp202 …napi_create_int32(env, static_cast<int32_t>(PRINT_JOB_BLOCKED_CONNECT_SERVER_ERROR), &block_connec… in NapiCreateEnum()