Home
last modified time | relevance | path

Searched refs:PRINT_ERROR_NONE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A D_o_h___print.md47 | [Print_ErrorCode](#print_errorcode) {<br/>PRINT_ERROR_NONE = 0, PRINT_ERROR_NO_PERMISSION = 201, …
133 | PRINT_ERROR_NONE | 成功。 |
196 Print_ErrorCode#PRINT_ERROR_NONE:执行成功。
H A Dohprint_8h.md44 | [Print_ErrorCode](_o_h___print.md#print_errorcode) {<br/>[PRINT_ERROR_NONE](_o_h___print.md) = 0,…
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp159 if (ret == PRINT_ERROR_NONE) { in OH_Print_StartPrinterDiscovery()
216 return PRINT_ERROR_NONE; in OH_Print_RegisterPrinterChangeListener()
253 return PRINT_ERROR_NONE; in OH_Print_QueryPrinterList()
377 return PRINT_ERROR_NONE; in OH_Print_UpdatePrinterProperties()
382 return PRINT_ERROR_NONE; in OH_Print_RestorePrinterProperties()
566 if (ret != PRINT_ERROR_NONE) { in OH_Print_StartPrintByNative()
570 return PRINT_ERROR_NONE; in OH_Print_StartPrintByNative()
H A Dprint_helper.cpp696 return PRINT_ERROR_NONE; in ConvertStringVectorToPropertyList()
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A D_o_h___print.md47 | [Print_ErrorCode](#print_errorcode) {<br>PRINT_ERROR_NONE = 0, PRINT_ERROR_NO_PERMISSION = 201, P…
133 | PRINT_ERROR_NONE | Success. |
196 **Print_ErrorCode#PRINT_ERROR_NONE**: The operation is successful.
H A Dohprint_8h.md44 | [Print_ErrorCode](_o_h___print.md#print_errorcode) {<br>[PRINT_ERROR_NONE](_o_h___print.md) = 0, …
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h58 PRINT_ERROR_NONE = 0, enumerator