Home
last modified time | relevance | path

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

/base/print/print_fwk/utils/include/
Dprint_constant.h122 PRINT_JOB_BLOCKED_NETWORK_ERROR = 21, // The device is not connected to the network. enumerator
/base/print/print_fwk/interfaces/kits/napi/src/
Dprint_module.cpp201 …napi_create_int32(env, static_cast<int32_t>(PRINT_JOB_BLOCKED_NETWORK_ERROR), &block_network_error… in NapiCreateEnum()