Searched refs:PRINT_ERROR_INVALID_PARAMETER (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | _o_h___print.md | 47 … {<br/>PRINT_ERROR_NONE = 0, PRINT_ERROR_NO_PERMISSION = 201, PRINT_ERROR_INVALID_PARAMETER = 401,… 135 | PRINT_ERROR_INVALID_PARAMETER | 无效参数。 |
|
H A D | ohprint_8h.md | 44 …md) = 0, [PRINT_ERROR_NO_PERMISSION](_o_h___print.md) = 201, [PRINT_ERROR_INVALID_PARAMETER](_o_h_…
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/ |
H A D | print_capi.cpp | 229 return PRINT_ERROR_INVALID_PARAMETER; in OH_Print_QueryPrinterList() 275 return PRINT_ERROR_INVALID_PARAMETER; in OH_Print_QueryPrinterInfo() 333 return PRINT_ERROR_INVALID_PARAMETER; in OH_Print_QueryPrinterProperties() 543 return PRINT_ERROR_INVALID_PARAMETER; in OH_Print_StartPrintByNative() 549 return PRINT_ERROR_INVALID_PARAMETER; in OH_Print_StartPrintByNative()
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | _o_h___print.md | 47 …) {<br>PRINT_ERROR_NONE = 0, PRINT_ERROR_NO_PERMISSION = 201, PRINT_ERROR_INVALID_PARAMETER = 401,… 135 | PRINT_ERROR_INVALID_PARAMETER | Invalid parameter. |
|
H A D | ohprint_8h.md | 44 …md) = 0, [PRINT_ERROR_NO_PERMISSION](_o_h___print.md) = 201, [PRINT_ERROR_INVALID_PARAMETER](_o_h_…
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/ |
H A D | ohprint.h | 62 PRINT_ERROR_INVALID_PARAMETER = 401, enumerator
|