Searched refs:Print_ErrorCode (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/ |
H A D | ohprint.h | 79 } Print_ErrorCode; typedef 569 Print_ErrorCode OH_Print_Init(); 580 Print_ErrorCode OH_Print_Release(); 595 Print_ErrorCode OH_Print_StartPrinterDiscovery(Print_PrinterDiscoveryCallback callback); 607 Print_ErrorCode OH_Print_StopPrinterDiscovery(); 622 Print_ErrorCode OH_Print_ConnectPrinter(const char *printerId); 638 Print_ErrorCode OH_Print_StartPrintJob(const Print_PrintJob *printJob); 651 Print_ErrorCode OH_Print_RegisterPrinterChangeListener(Print_PrinterChangeCallback callback); 675 Print_ErrorCode OH_Print_QueryPrinterList(Print_StringList *printerIdList); 719 Print_ErrorCode OH_Print_LaunchPrinterManager(); [all …]
|
H A D | print_helper.h | 29 Print_ErrorCode ConvertStringVectorToPropertyList(const std::vector<std::string> &valueList,
|
H A D | print_converter.h | 97 Print_ErrorCode ConvertToNativeErrorCode(int32_t errorCode);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | _o_h___print.md | 47 | [Print_ErrorCode](#print_errorcode) {<br/>PRINT_ERROR_NONE = 0, PRINT_ERROR_NO_PERMISSION = 201, … 55 | [Print_ErrorCode](#print_errorcode)[OH_Print_StartPrintByNative](#oh_print_startprintbynative) (c… 121 ### Print_ErrorCode subsection 124 enum Print_ErrorCode 173 Print_ErrorCode OH_Print_StartPrintByNative (const char * printJobName, Print_PrintDocCallback prin… 196 Print_ErrorCode#PRINT_ERROR_NONE:执行成功。
|
H A D | ohprint_8h.md | 44 | [Print_ErrorCode](_o_h___print.md#print_errorcode) {<br/>[PRINT_ERROR_NONE](_o_h___print.md) = 0,… 52 | [Print_ErrorCode](_o_h___print.md#print_errorcode)[OH_Print_StartPrintByNative](_o_h___print.md#o…
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/ |
H A D | print_capi.cpp | 138 Print_ErrorCode OH_Print_Init() in OH_Print_Init() 146 Print_ErrorCode OH_Print_Release() in OH_Print_Release() 153 Print_ErrorCode OH_Print_StartPrinterDiscovery(Print_PrinterDiscoveryCallback callback) in OH_Print_StartPrinterDiscovery() 173 Print_ErrorCode OH_Print_StopPrinterDiscovery() in OH_Print_StopPrinterDiscovery() 182 Print_ErrorCode OH_Print_ConnectPrinter(const char *printerId) in OH_Print_ConnectPrinter() 194 Print_ErrorCode OH_Print_StartPrintJob(const Print_PrintJob *printJob) in OH_Print_StartPrintJob() 211 Print_ErrorCode OH_Print_RegisterPrinterChangeListener(Print_PrinterChangeCallback callback) in OH_Print_RegisterPrinterChangeListener() 225 Print_ErrorCode OH_Print_QueryPrinterList(Print_StringList *printerIdList) in OH_Print_QueryPrinterList() 306 Print_ErrorCode OH_Print_LaunchPrinterManager() in OH_Print_LaunchPrinterManager() 312 Print_ErrorCode OH_Print_QueryPrinterProperties( in OH_Print_QueryPrinterProperties() [all …]
|
H A D | print_converter.cpp | 25 Print_ErrorCode ConvertToNativeErrorCode(int32_t errorCode) in ConvertToNativeErrorCode() 28 …return static_cast<Print_ErrorCode>(errorCode + PRINT_ERROR_GENERIC_FAILURE - E_PRINT_GENERIC_FAIL… in ConvertToNativeErrorCode() 30 return static_cast<Print_ErrorCode>(errorCode); in ConvertToNativeErrorCode()
|
H A D | print_helper.cpp | 665 Print_ErrorCode ConvertStringVectorToPropertyList(const std::vector<std::string> &valueList, in ConvertStringVectorToPropertyList()
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | _o_h___print.md | 47 | [Print_ErrorCode](#print_errorcode) {<br>PRINT_ERROR_NONE = 0, PRINT_ERROR_NO_PERMISSION = 201, P… 55 | [Print_ErrorCode](#print_errorcode)[OH_Print_StartPrintByNative](#oh_print_startprintbynative) (c… 121 ### Print_ErrorCode subsection 124 enum Print_ErrorCode 173 Print_ErrorCode OH_Print_StartPrintByNative (const char * printJobName, Print_PrintDocCallback prin… 196 **Print_ErrorCode#PRINT_ERROR_NONE**: The operation is successful.
|
H A D | ohprint_8h.md | 44 | [Print_ErrorCode](_o_h___print.md#print_errorcode) {<br>[PRINT_ERROR_NONE](_o_h___print.md) = 0, … 52 | [Print_ErrorCode](_o_h___print.md#print_errorcode)[OH_Print_StartPrintByNative](_o_h___print.md#o…
|