Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp142 return ConvertToNativeErrorCode(ret); in OH_Print_Init()
150 return ConvertToNativeErrorCode(ret); in OH_Print_Release()
170 return ConvertToNativeErrorCode(ret); in OH_Print_StartPrinterDiscovery()
179 return ConvertToNativeErrorCode(ret); in OH_Print_StopPrinterDiscovery()
191 return ConvertToNativeErrorCode(ret); in OH_Print_ConnectPrinter()
208 return ConvertToNativeErrorCode(ret); in OH_Print_StartPrintJob()
292 return ConvertToNativeErrorCode(ret); in OH_Print_QueryPrinterInfo()
568 return ConvertToNativeErrorCode(ret); in OH_Print_StartPrintByNative()
H A Dprint_converter.cpp25 Print_ErrorCode ConvertToNativeErrorCode(int32_t errorCode) in ConvertToNativeErrorCode() function
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dprint_converter.h97 Print_ErrorCode ConvertToNativeErrorCode(int32_t errorCode);