Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dnapi_inner_print.cpp63 context->SetErrorIndex(E_PRINT_ILLEGAL_USE_OF_SYSTEM_API); in QueryExtensionInfo()
117 context->SetErrorIndex(E_PRINT_ILLEGAL_USE_OF_SYSTEM_API); in StartDiscovery()
151 context->SetErrorIndex(E_PRINT_ILLEGAL_USE_OF_SYSTEM_API); in StopDiscovery()
191 context->SetErrorIndex(E_PRINT_ILLEGAL_USE_OF_SYSTEM_API); in ConnectPrinter()
231 context->SetErrorIndex(E_PRINT_ILLEGAL_USE_OF_SYSTEM_API); in DisconnectPrinter()
272 context->SetErrorIndex(E_PRINT_ILLEGAL_USE_OF_SYSTEM_API); in StartPrintJob()
317 context->SetErrorIndex(E_PRINT_ILLEGAL_USE_OF_SYSTEM_API); in CancelPrintJob()
604 NapiThrowError(env, E_PRINT_ILLEGAL_USE_OF_SYSTEM_API); in On()
655 NapiThrowError(env, E_PRINT_ILLEGAL_USE_OF_SYSTEM_API); in Off()
686 NapiThrowError(env, E_PRINT_ILLEGAL_USE_OF_SYSTEM_API); in StartGetPrintFile()
[all …]
H A Dnapi_print_ext.cpp63 context->SetErrorIndex(E_PRINT_ILLEGAL_USE_OF_SYSTEM_API); in AddPrinters()
117 context->SetErrorIndex(E_PRINT_ILLEGAL_USE_OF_SYSTEM_API); in RemovePrinters()
169 context->SetErrorIndex(E_PRINT_ILLEGAL_USE_OF_SYSTEM_API); in UpdatePrinters()
225 context->SetErrorIndex(E_PRINT_ILLEGAL_USE_OF_SYSTEM_API); in UpdatePrinterState()
276 context->SetErrorIndex(E_PRINT_ILLEGAL_USE_OF_SYSTEM_API); in UpdatePrintJobStateOnlyForSystemApp()
324 context->SetErrorIndex(E_PRINT_ILLEGAL_USE_OF_SYSTEM_API); in UpdateExtensionInfo()
/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_constant.h74 E_PRINT_ILLEGAL_USE_OF_SYSTEM_API = 202, enumerator