Home
last modified time | relevance | path

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

/applications/standard/app_samples/code/DocsSample/Media/Image/ImageEffect/entry/src/main/cpp/backend/
Dimage_edit.cpp132 …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/
Dpixelmap_helper.cpp28 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/
Dpixelmap_helper.cpp28 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/
Dcontacts_napi_utils.cpp68 napi_value errorCode = nullptr; in CreateError() local
85 napi_value errorCode = nullptr; in CreateErrorByVerification() local
Dcontacts_api.cpp625 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/
Dcamera_manager.cpp843 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/
Dnapi_init.cpp49 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/
DBaseResponse.ts18 protected errorCode: number; property in BaseResponse
/applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/entry/src/main/cpp/backend/
Dimage_edit.cpp95 …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/
Dnapi_open_network_settings.h40 int errorCode; member
/applications/standard/app_samples/code/BasicFeature/Media/Image/photomodify/src/main/cpp/
Dimage.h36 Image_ErrorCode errorCode = IMAGE_SUCCESS; member
DImage.cpp325 napi_value getJsResult(napi_env env, Image_ErrorCode errorCode) in getJsResult()
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/
Dcamera_manager.h82 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/
DSampleCallback.cpp87 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/
Drawfile_request.cpp261 void RawfileRequest::DidFailWithError(ArkWeb_NetError errorCode) in DidFailWithError()
/applications/sample/camera/media/
Dcamera_sample.cpp184 void OnCreateFailed(const std::string cameraId, int32_t errorCode) override {} in OnCreateFailed()
Dplayer_sample.cpp200 void PlayerCallbackImpl::OnError(int32_t errorType, int32_t errorCode) in OnError()
/applications/standard/settings/cj/settings/src/
Dcj_settings.cpp205 int32_t errorCode = businessError.GetCode(); in QueryValue() local
/applications/standard/settings/napi/settings/
Dnapi_settings.cpp49 void ThrowExistingError(napi_env env, int errorCode, std::string errorMessage) in ThrowExistingError()