Home
last modified time | relevance | path

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

/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_api.cpp623 napi_value errorCode = nullptr; in ExecuteDone() local
1216 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in AddContact() local
1261 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in DeleteContact() local
1306 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in UpdateContact() local
1358 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryContact() local
1419 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryContacts() local
1477 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryContactsByEmail() local
1540 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryContactsByPhoneNumber() local
1601 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryGroups() local
1652 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryHolders() local
[all …]
Dcontacts_napi_utils.cpp68 napi_value errorCode = nullptr; in CreateError() local
85 napi_value errorCode = nullptr; in CreateErrorByVerification() local
/applications/standard/app_samples/code/BasicFeature/Media/Camera/entry/src/main/cpp/
Dcamera_manager.cpp828 void OnCameraInputError(const Camera_Input *cameraInput, Camera_ErrorCode errorCode) in OnCameraInputError()
859 void PreviewOutputOnError(Camera_PreviewOutput *previewOutput, Camera_ErrorCode errorCode) in PreviewOutputOnError()
899 void PhotoOutputOnError(Camera_PhotoOutput *photoOutput, Camera_ErrorCode errorCode) in PhotoOutputOnError()
935 void VideoOutputOnError(Camera_VideoOutput *videoOutput, Camera_ErrorCode errorCode) in VideoOutputOnError()
966 void OnMetadataOutputError(Camera_MetadataOutput *metadataOutput, Camera_ErrorCode errorCode) in OnMetadataOutputError()
995 void CaptureSessionOnError(Camera_CaptureSession *session, Camera_ErrorCode errorCode) in CaptureSessionOnError()
/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/sample/camera/cameraApp/cameraApp/src/main/cpp/
Dcamera_manager.h82 void OnCreateFailed(const std::string cameraId, int32_t errorCode) override {} in OnCreateFailed()
/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()