| /applications/standard/app_samples/code/DocsSample/Media/Image/ImageEffect/entry/src/main/cpp/utils/ |
| D | pixelmap_helper.cpp | 28 Image_ErrorCode errorCode = OH_DecodingOptions_Create(&options); in CreateDecodingOptions() local 46 Image_ErrorCode errorCode = OH_ImageSourceNative_CreateFromFd(*fdPtr.get(), &imageSource); in Decode() local 72 Image_ErrorCode errorCode = OH_PackingOptions_Create(&options); in CreatePackingOptions() local 89 Image_ErrorCode errorCode = OH_ImagePackerNative_Create(&imagePacker); in Encode() local
|
| /applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/entry/src/main/cpp/utils/ |
| D | pixelmap_helper.cpp | 28 Image_ErrorCode errorCode = OH_DecodingOptions_Create(&options); in CreateDecodingOptions() local 46 Image_ErrorCode errorCode = OH_ImageSourceNative_CreateFromFd(*fdPtr.get(), &imageSource); in Decode() local 72 Image_ErrorCode errorCode = OH_PackingOptions_Create(&options); in CreatePackingOptions() local 89 Image_ErrorCode errorCode = OH_ImagePackerNative_Create(&imagePacker); in Encode() local
|
| /applications/standard/app_samples/code/DocsSample/Media/Image/ImageEffect/entry/src/main/cpp/backend/ |
| D | image_edit.cpp | 137 …ImageEffect_ErrorCode errorCode = OH_ImageEffect_SetInputPixelmap(imageEffectPtr.get(), pixelmapNa… in PixelMapFilterStart() local 183 ImageEffect_ErrorCode errorCode = OH_ImageEffect_Release(imageEffect); in NativeBufferFilterStart() local 208 …ImageEffect_ErrorCode errorCode = OH_ImageEffect_SetInputNativeBuffer(imageEffect, inputNativeBuff… in NativeBufferFilterStart() local 247 ImageEffect_ErrorCode errorCode = OH_ImageEffect_Release(imageEffect); in URIFilterStart() local 262 … ImageEffect_ErrorCode errorCode = OH_ImageEffect_SetInputUri(imageEffectPtr.get(), path.c_str()); in URIFilterStart() local 307 ImageEffect_ErrorCode errorCode = OH_ImageEffect_Start(imageEffect); in SurfaceFilterStart() local 324 ImageEffect_ErrorCode errorCode = OH_ImageEffect_Stop(imageEffect); in SurfaceFilterStop() local 355 …ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, OH_EFFECT_FILTER_INTENSITY_KEY,… in AddFilterSingle() local 419 ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, key.c_str(), &value); in SetFilterValue() local 520 …ImageEffect_ErrorCode errorCode = OH_EffectFilter_LookupFilterInfo(filterName.c_str(), filterInfo); in LookupFilterInfo() local [all …]
|
| /applications/standard/contacts_data/contacts/src/ |
| D | contacts_napi_utils.cpp | 68 napi_value errorCode = nullptr; in CreateError() local 85 napi_value errorCode = nullptr; in CreateErrorByVerification() local
|
| D | contacts_api.cpp | 625 napi_value errorCode = nullptr; in ExecuteDone() local 1218 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in AddContact() local 1263 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in DeleteContact() local 1308 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in UpdateContact() local 1360 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryContact() local 1421 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryContacts() local 1479 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryContactsByEmail() local 1542 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryContactsByPhoneNumber() local 1603 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryGroups() local 1654 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryHolders() local [all …]
|
| /applications/standard/dlp_manager/entry/src/main/ets/bean/base/ |
| D | BaseResponse.ts | 18 protected errorCode: number; property in BaseResponse
|
| /applications/standard/app_samples/code/DocsSample/Drawing/NDKAPIDrawing/entry/src/main/cpp/utils/ |
| D | adaptation_util.cpp | 42 …NativeDisplayManager_ErrorCode errorCode = OH_NativeDisplayManager_GetDefaultDisplayWidth(&screenW… in AdaptationUtil() local
|
| /applications/standard/app_samples/code/DocsSample/Drawing/NDKGraphicsDraw/entry/src/main/cpp/utils/ |
| D | adaptation_util.cpp | 42 …NativeDisplayManager_ErrorCode errorCode = OH_NativeDisplayManager_GetDefaultDisplayWidth(&screenW… in AdaptationUtil() local
|
| /applications/standard/app_samples/code/DocsSample/Media/AVRecorder/AVRecorderNDK/entry/src/main/cpp/ |
| D | camera_manager.cpp | 852 void OnCameraInputError(const Camera_Input *cameraInput, Camera_ErrorCode errorCode) in OnCameraInputError() 883 void PreviewOutputOnError(Camera_PreviewOutput *previewOutput, Camera_ErrorCode errorCode) in PreviewOutputOnError() 926 void PhotoOutputOnError(Camera_PhotoOutput *photoOutput, Camera_ErrorCode errorCode) in PhotoOutputOnError() 963 void VideoOutputOnError(Camera_VideoOutput *videoOutput, Camera_ErrorCode errorCode) in VideoOutputOnError() 994 void OnMetadataOutputError(Camera_MetadataOutput *metadataOutput, Camera_ErrorCode errorCode) in OnMetadataOutputError() 1024 void CaptureSessionOnError(Camera_CaptureSession *session, Camera_ErrorCode errorCode) in CaptureSessionOnError()
|
| D | video_encoder_sample.cpp | 24 void SampleCallback::OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) { in OnError()
|
| /applications/standard/app_samples/code/BasicFeature/Media/Camera/entry/src/main/cpp/ |
| D | camera_manager.cpp | 843 void OnCameraInputError(const Camera_Input *cameraInput, Camera_ErrorCode errorCode) in OnCameraInputError() 874 void PreviewOutputOnError(Camera_PreviewOutput *previewOutput, Camera_ErrorCode errorCode) in PreviewOutputOnError() 914 void PhotoOutputOnError(Camera_PhotoOutput *photoOutput, Camera_ErrorCode errorCode) in PhotoOutputOnError() 950 void VideoOutputOnError(Camera_VideoOutput *videoOutput, Camera_ErrorCode errorCode) in VideoOutputOnError() 981 void OnMetadataOutputError(Camera_MetadataOutput *metadataOutput, Camera_ErrorCode errorCode) in OnMetadataOutputError() 1010 void CaptureSessionOnError(Camera_CaptureSession *session, Camera_ErrorCode errorCode) in CaptureSessionOnError()
|
| /applications/standard/app_samples/code/DocsSample/ArkTS/NodeAPI/NodeAPIUse/NodeAPIError/entry/src/main/cpp/ |
| D | napi_init.cpp | 53 napi_value errorCode = nullptr; in CreateTypeError() local 69 napi_value errorCode = nullptr; in CreateRangeError() local 86 napi_value errorCode = nullptr; in NapiThrow() local
|
| /applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmError/createerror/src/main/cpp/ |
| D | hello.cpp | 73 JSVM_Value errorCode; in GetLastErrorAndClean() local 89 JSVM_Value errorCode = nullptr; in JsVmCreateThrowError() local
|
| /applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/entry/src/main/cpp/backend/ |
| D | image_edit.cpp | 95 …ImageEffect_ErrorCode errorCode = OH_ImageEffect_SetInputPixelmap(imageEffectPtr.get(), pixelmapNa… in Apply() local 159 ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, key.c_str(), &value); in SetFilterValue() local 259 …ImageEffect_ErrorCode errorCode = OH_EffectFilter_LookupFilterInfo(filterName.c_str(), effectInfo); in LookupFilterInfo() local 303 ImageEffect_ErrorCode errorCode = OH_EffectFilter_Register(effectInfo, &delegate); in RegisterCustomBrightness() local
|
| /applications/standard/settings/napi/settings/open_network_settings/ |
| D | napi_open_network_settings.h | 40 int errorCode; member
|
| /applications/standard/app_samples/code/DocsSample/Media/ScreenCapture/ScreenCaptureSample/entry/src/main/cpp/ |
| D | sample_callback.cpp | 24 void SampleCallback::OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) { in OnError()
|
| D | napi_init.cpp | 79 void OnError(OH_AVScreenCapture *capture, int32_t errorCode, void *userData) in OnError() 513 void MockOnError(OH_AVScreenCapture *screenCapture, int32_t errorCode) in MockOnError()
|
| /applications/standard/app_samples/code/BasicFeature/Media/Image/photomodify/src/main/cpp/ |
| D | image.h | 36 Image_ErrorCode errorCode = IMAGE_SUCCESS; member
|
| /applications/standard/app_samples/code/DocsSample/Media/AVTranscoder/AVTranscoderNDK/entry/src/main/cpp/ |
| D | napi_init.cpp | 76 int32_t errorCode = AV_ERR_OK; member 113 void NdkAVTransCoderUser::OnErrorCb(OH_AVTranscoder *transcoder, int32_t errorCode, const char *err… in OnErrorCb() 179 static void AvTranscoderErrorCbImpl(OH_AVTranscoder *transcoder, int32_t errorCode, const char *err… in AvTranscoderErrorCbImpl()
|
| /applications/sample/camera/cameraApp/cameraApp/src/main/cpp/ |
| D | camera_manager.h | 82 void OnCreateFailed(const std::string cameraId, int32_t errorCode) override {} in OnCreateFailed()
|
| /applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmError/createtypeerror/src/main/cpp/ |
| D | hello.cpp | 69 JSVM_Value errorCode = nullptr; in JsVmCreateTypeError() local
|
| /applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmError/createsyntaxerror/src/main/cpp/ |
| D | hello.cpp | 69 JSVM_Value errorCode = nullptr; in JsVmCreateSyntaxError() local
|
| /applications/standard/app_samples/code/DocsSample/ArkTS/JSVMAPI/JsvmUsageGuide/JsvmError/createrangeerror/src/main/cpp/ |
| D | hello.cpp | 69 JSVM_Value errorCode = nullptr; in JsVmCreateRangeError() local
|
| /applications/standard/app_samples/code/BasicFeature/Media/AudioToVideoSync/entry/src/main/cpp/common/ |
| D | SampleCallback.cpp | 87 void SampleCallback::OnCodecError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnCodecError()
|
| /applications/standard/app_samples/code/BasicFeature/Media/AVCodec/entry/src/main/cpp/common/ |
| D | sample_callback.cpp | 87 void SampleCallback::OnCodecError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnCodecError()
|