| /applications/standard/app_samples/code/DocsSample/Media/Image/ImageEffect/entry/src/main/cpp/backend/ |
| D | image_edit.cpp | 132 …ImageEffect_ErrorCode errorCode = OH_ImageEffect_SetInputPixelmap(imageEffectPtr.get(), pixelmapNa… in PixelMapFilterStart() local 172 ImageEffect_ErrorCode errorCode = OH_ImageEffect_Release(imageEffect); in NativeBufferFilterStart() local 195 …ImageEffect_ErrorCode errorCode = OH_ImageEffect_SetInputNativeBuffer(imageEffect, inputNativeBuff… in NativeBufferFilterStart() local 233 ImageEffect_ErrorCode errorCode = OH_ImageEffect_Release(imageEffect); in URIFilterStart() local 247 … ImageEffect_ErrorCode errorCode = OH_ImageEffect_SetInputUri(imageEffectPtr.get(), path.c_str()); in URIFilterStart() local 291 ImageEffect_ErrorCode errorCode = OH_ImageEffect_Start(imageEffect); in SurfaceFilterStart() local 307 ImageEffect_ErrorCode errorCode = OH_ImageEffect_Stop(imageEffect); in SurfaceFilterStop() local 332 …ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, OH_EFFECT_FILTER_INTENSITY_KEY,… in AddFilterSingle() local 391 ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, key.c_str(), &value); in SetFilterValue() local 491 …ImageEffect_ErrorCode errorCode = OH_EffectFilter_LookupFilterInfo(filterName.c_str(), effectInfo); in LookupFilterInfo() local [all …]
|
| /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/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/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 | 49 napi_value errorCode = nullptr; in CreatTypeError() local 63 napi_value errorCode = nullptr; in CreatRangeError() local 78 napi_value errorCode = nullptr; in NapiThrow() local
|
| /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/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/BasicFeature/Media/Image/photomodify/src/main/cpp/ |
| D | image.h | 36 Image_ErrorCode errorCode = IMAGE_SUCCESS; member
|
| D | Image.cpp | 325 napi_value getJsResult(napi_env env, Image_ErrorCode errorCode) in getJsResult()
|
| /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/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/DocsSample/ArkWeb/ManageWebPageLoadBrowse/NetReqInterceptCacheWinOps/entry/src/main/cpp/ |
| D | rawfile_request.cpp | 261 void RawfileRequest::DidFailWithError(ArkWeb_NetError errorCode) in DidFailWithError()
|
| /applications/sample/camera/media/ |
| D | camera_sample.cpp | 184 void OnCreateFailed(const std::string cameraId, int32_t errorCode) override {} in OnCreateFailed()
|
| D | player_sample.cpp | 200 void PlayerCallbackImpl::OnError(int32_t errorType, int32_t errorCode) in OnError()
|
| /applications/standard/settings/cj/settings/src/ |
| D | cj_settings.cpp | 205 int32_t errorCode = businessError.GetCode(); in QueryValue() local
|
| /applications/standard/settings/napi/settings/ |
| D | napi_settings.cpp | 49 void ThrowExistingError(napi_env env, int errorCode, std::string errorMessage) in ThrowExistingError()
|