Searched defs:errorCode (Results 1 – 8 of 8) sorted by relevance
| /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_api.cpp | 623 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 …]
|
| D | contacts_napi_utils.cpp | 68 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/ |
| D | camera_manager.cpp | 828 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/ |
| 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/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/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()
|