Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 25 of 56) sorted by relevance

123

/test/xts/acts/applications/print_fwk/print_xts/entry/src/main/cpp/
Dohscan.cpp28 int32_t errorCode = OH_Scan_Init(); in OHScanInit() local
37 int32_t errorCode = OH_Scan_Init(); in OHScanStartScannerDiscovery() local
47 int32_t errorCode = OH_Scan_Init(); in OHScanOpenScanner() local
57 int32_t errorCode = OH_Scan_Init(); in OHScanCloseScanner() local
67 int32_t errorCode = OH_Scan_Init(); in OHScanGetScannerParameter() local
78 int32_t errorCode = OH_Scan_Init(); in OHScanSetScannerParameter() local
89 int32_t errorCode = OH_Scan_Init(); in OHScanStartScan() local
99 int32_t errorCode = OH_Scan_Init(); in OHScanCancelScan() local
109 int32_t errorCode = OH_Scan_Init(); in OHScanGetPictureScanProgress() local
120 int32_t errorCode = OH_Scan_Init(); in OHScanExit() local
Dohprint.cpp49 Print_ErrorCode errorCode = OH_Print_Init(); in OHPrintInit() local
58 Print_ErrorCode errorCode = OH_Print_Init(); in OHPrintListener() local
69 Print_ErrorCode errorCode = OH_Print_Init(); in OHPrintDiscovery() local
80 Print_ErrorCode errorCode = OH_Print_Init(); in OHPrintConnect() local
92 Print_ErrorCode errorCode = OH_Print_Init(); in OHPrintJob() local
102 Print_ErrorCode errorCode = OH_Print_Init(); in OHPrintList() local
115 Print_ErrorCode errorCode = OH_Print_Init(); in OHPrintInfo() local
128 Print_ErrorCode errorCode = OH_Print_Init(); in OHPrintProperty() local
170 Print_ErrorCode errorCode = OH_Print_StartPrintByNative(printJobName.c_str(), cb, context); in OHPrintStartPrintByNative() local
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/types/libentry/
Dindex.d.ts55 errorCode: number; property
60 errorCode:number; property
68 errorCode:number; property
73 errorCode:number; property
78 errorCode:number; property
83 errorCode:number; property
88 errorCode: number; property
93 errorCode: number; property
98 errorCode: number; property
103 errorCode: number; property
[all …]
/test/xts/acts/global/global_idna_test/entry/src/main/cpp/
Dnapi_init.cpp21 UErrorCode errorCode = U_ZERO_ERROR; in TestUidna_openUTS46() local
32 UErrorCode errorCode = U_ZERO_ERROR; in testUidna_close() local
43 UErrorCode errorCode = U_ZERO_ERROR; in testUidna_labelToASCII() local
59 UErrorCode errorCode = U_ZERO_ERROR; in testUidna_labelToUnicode() local
75 UErrorCode errorCode = U_ZERO_ERROR; in testUidna_nameToASCII() local
91 UErrorCode errorCode = U_ZERO_ERROR; in testUidna_nameToUnicode() local
110 UErrorCode errorCode = U_ZERO_ERROR; in testUidna_labelToASCLL_UTF8() local
128 UErrorCode errorCode = U_ZERO_ERROR; in testUidna_labelToUnicodeUTF8() local
147 UErrorCode errorCode = U_ZERO_ERROR; in testUidna_nameToASCII_UTF8() local
165 UErrorCode errorCode = U_ZERO_ERROR; in testUidna_nameToUnicodeUTF8() local
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/utils/
Dpixelmap_helper.cpp29 Image_ErrorCode errorCode = OH_DecodingOptions_Create(&options); in CreateDecodingOptions() local
42 Image_ErrorCode errorCode = OH_ImageSourceNative_CreateFromFd(*fdPtr.get(), &imageSource); in Decode() local
62 Image_ErrorCode errorCode = OH_PackingOptions_Create(&options); in CreatePackingOptions() local
77 Image_ErrorCode errorCode = OH_ImagePackerNative_Create(&imagePacker); in Encode() local
/test/xts/acts/graphic/graphicnapidrawingtest/
Ddrawing_register_font_test.cpp41 uint32_t errorCode = OH_Drawing_RegisterFont(fontCollection, g_fontFamily, g_fontPath); variable
60 uint32_t errorCode = OH_Drawing_RegisterFontBuffer(fontCollection, g_fontFamily, nullptr, 128); variable
/test/xts/acts/graphic/displayNdk/entry/src/main/cpp/
Dnapi_init.cpp60 napi_value errorCode = nullptr; in ThrowError() local
124 napi_value errorCode; in GetDefaultDisplayRotation() local
271 napi_value errorCode; in CreateDefaultDisplayCutoutInfo() local
296 napi_value errorCode; in GetFoldDisplayMode() local
319 napi_value errorCode; in RegisterDisplayChangeListener() local
336 napi_value errorCode; in UnregisterDisplayChangeListener() local
358 napi_value errorCode; in RegisterFoldDisplayModeChangeListener() local
374 napi_value errorCode; in UnregisterFoldDisplayModeChangeListener() local
/test/xts/device_attest/services/core/attest/
Dattest_service_reset.c91 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseResetResult() local
Dattest_service_active.c104 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseActiveResult() local
Dattest_service_challenge.c93 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseChallengeResult() local
/test/xts/device_attest_lite/services/core/attest/
Dattest_service_reset.c91 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseResetResult() local
Dattest_service_active.c104 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseActiveResult() local
Dattest_service_challenge.c93 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseChallengeResult() local
/test/xts/device_attest_lite/interfaces/kit/js/src/
Dnative_device_attest.cpp34 string GetErrorMessage(uint32_t errorCode) in GetErrorMessage()
44 static JSIValue GetJsiErrorMessage(int32_t errorCode) in GetJsiErrorMessage()
/test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/
Dcamera_manager.cpp43 void PreviewOutputOnError(Camera_PreviewOutput *previewOutput, Camera_ErrorCode errorCode) in PreviewOutputOnError()
366 void OnCameraInputError(const Camera_Input *cameraInput, Camera_ErrorCode errorCode) in OnCameraInputError()
460 void CaptureSessionOnError(Camera_CaptureSession *session, Camera_ErrorCode errorCode) in CaptureSessionOnError()
900 void VideoOutputOnError(Camera_VideoOutput *videoOutput, Camera_ErrorCode errorCode) in VideoOutputOnError()
1007 void PhotoOutputOnError(Camera_PhotoOutput *photoOutput, Camera_ErrorCode errorCode) in PhotoOutputOnError()
/test/xts/acts/hiviewdfx/hidebugtest/hidebugtestcoltest/src/main/cpp/
Dhidebugndk.cpp197 HiDebug_ErrorCode errorCode = OH_HiDebug_StartAppTraceCapture(HiDebug_TraceFlag(flag), in StartAppTraceCapture() local
243 …HiDebug_ErrorCode errorCode = OH_HiDebug_StartAppTraceCapture(flag, tags, limitSize, fileName, len… in StartAppTraceCaptureTag() local
251 HiDebug_ErrorCode errorCode = OH_HiDebug_StopAppTraceCapture(); in StopAppTraceCapture() local
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/
DnativeAVScreenCapturendk.cpp71 void OnError(OH_AVScreenCapture *capture, int32_t errorCode, void *userData) in OnError()
165 void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError()
317 void ScreenCaptureNdkTestCallback::OnError(int32_t errorCode) in OnError()
423 void OnError(OH_AVScreenCapture *screenCapture, int32_t errorCode) in OnError()
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
Dcamera_manager.cpp1053 void OnCameraInputError(const Camera_Input* cameraInput, Camera_ErrorCode errorCode) in OnCameraInputError()
1098 void PreviewOutputOnError(Camera_PreviewOutput* previewOutput, Camera_ErrorCode errorCode) in PreviewOutputOnError()
1151 void PhotoOutputOnError(Camera_PhotoOutput* photoOutput, Camera_ErrorCode errorCode) in PhotoOutputOnError()
1199 void VideoOutputOnError(Camera_VideoOutput* videoOutput, Camera_ErrorCode errorCode) in VideoOutputOnError()
1241 void OnMetadataOutputError(Camera_MetadataOutput* metadataOutput, Camera_ErrorCode errorCode) in OnMetadataOutputError()
1281 void CaptureSessionOnError(Camera_CaptureSession* session, Camera_ErrorCode errorCode) in CaptureSessionOnError()
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/
DimageEffect.cpp147 ImageEffect_ErrorCode errorCode = OH_EffectFilter_Register(customFilterInfo, &filterDelegate); in OHEffectFilterRender() local
298 ImageEffect_ErrorCode errorCode = ImageEffect_ErrorCode::EFFECT_SUCCESS; in OHImageEffectAddFilterByFilter() local
472 ImageEffect_ErrorCode errorCode = ImageEffect_ErrorCode::EFFECT_SUCCESS; in OHImageEffectInsertFilterByFilter() local
546 ImageEffect_ErrorCode errorCode = ImageEffect_ErrorCode::EFFECT_SUCCESS; in OHImageEffectReplaceFilterByFilter() local
643 int32_t errorCode = ImageEffect_ErrorCode::EFFECT_SUCCESS; in OHImageEffectRemoveFilterByIndex() local
1122 … ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, KEY_FILTER_INTENSITY, &value); in OHImageEffectStart() local
1164 … ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, KEY_FILTER_INTENSITY, &value); in OHImageEffectStop() local
/test/xts/device_attest_lite/services/core/include/
Dattest_type.h74 int32_t errorCode; member
114 int32_t errorCode; member
119 int32_t errorCode; member
/test/xts/device_attest/services/core/include/
Dattest_type.h88 int32_t errorCode; member
128 int32_t errorCode; member
133 int32_t errorCode; member
/test/xts/acts/multimedia/av_codec/vcodec/hdrcodec/src/
Dhdrcodec_ndk_sample.cpp70 void VdecError(OH_AVCodec *codec, int32_t errorCode, void *userData) in VdecError()
77 static void VencError(OH_AVCodec *codec, int32_t errorCode, void *userData) in VencError()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/
Drawfile_request.cpp258 void RawfileRequest::DidFailWithError(ArkWeb_NetError errorCode) { in DidFailWithError()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/cpp/
Drawfile_request.cpp259 void RawfileRequest::DidFailWithError(ArkWeb_NetError errorCode) { in DidFailWithError()
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/
DVDecEncNdkSample.cpp41 void VdecAsyncError(OH_AVCodec *codec, int32_t errorCode, void *userData) in VdecAsyncError()
80 void VencAsyncError(OH_AVCodec *codec, int32_t errorCode, void *userData) in VencAsyncError()

123