/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/ |
H A D | image_effect.cpp | 85 ImageEffect_ErrorCode errorCode = OH_ImageEffect_AddFilterByFilter(imageEffect, filter); in OH_ImageEffect_AddFilter() local 340 ErrorCode errorCode = imageEffect->imageEffect_->SetOutNativeWindow(nativeWindow); in OH_ImageEffect_SetOutputSurface() local 383 ErrorCode errorCode = in OH_ImageEffect_SetInputPixelmap() local 402 ErrorCode errorCode = in OH_ImageEffect_SetOutputPixelmap() local 425 ErrorCode errorCode = imageEffect->imageEffect_->SetInputSurfaceBuffer(surfaceBuffer); in OH_ImageEffect_SetInputNativeBuffer() local 446 ErrorCode errorCode = imageEffect->imageEffect_->SetOutputSurfaceBuffer(surfaceBuffer); in OH_ImageEffect_SetOutputNativeBuffer() local 469 ErrorCode errorCode = imageEffect->imageEffect_->SetInputUri(uri); in OH_ImageEffect_SetInputUri() local 498 ErrorCode errorCode = imageEffect->imageEffect_->SetOutputUri(strUri); in OH_ImageEffect_SetOutputUri() local 520 ErrorCode errorCode = in OH_ImageEffect_SetInputPicture() local 539 ErrorCode errorCode = in OH_ImageEffect_SetOutputPicture() local [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_source_mdk_kits.cpp | 123 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNativeCreate() local 218 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreateFromUri() local 251 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreateFromFd() local 285 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreateFromData() local 327 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreateFromRawFile() local 366 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreateIncremental() local 473 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreatePixelmap() local 507 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreatePixelmapList() local 537 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiGetDelayTime() local 566 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiGetFrameCount() local [all …]
|
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | location_napi_event.cpp | 148 LocationErrCode errorCode = CheckLocationSwitchEnable(); in SubscribeGnssStatusV9() local 170 LocationErrCode errorCode = CheckLocationSwitchEnable(); in SubscribeNmeaMessageV9() local 238 LocationErrCode errorCode = CheckLocationSwitchEnable(); in SubscribeLocationChangeV9() local 325 LocationErrCode errorCode = CheckLocationSwitchEnable(); in SubscribeCacheLocationChangeV9() local 355 LocationErrCode errorCode = CheckLocationSwitchEnable(); in SubscribeFenceStatusChangeV9() local 584 LocationErrCode errorCode = CheckLocationSwitchEnable(); in RequestLocationOnceV9() local 948 LocationErrCode errorCode = in OnLocatingRequiredDataChangeCallback() local 1067 LocationErrCode errorCode = UnSubscribeGnssStatusV9(callbackHost); in OffAllGnssStatusChangeCallback() local 1096 LocationErrCode errorCode = UnSubscribeNmeaMessageV9(callbackHost); in OffAllNmeaMessageChangeCallback() local 1248 LocationErrCode errorCode = UnSubscribeGnssStatusV9(gnssCallbackHost); in OffGnssStatusChangeCallback() local [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/ |
H A D | js_error_utils.h | 41 #define ASSERT_ERR(env, assertion, errorCode, message) \ argument 49 #define ASSERT_BUSINESS_ERR(ctxt, assertion, errorCode, message) \ argument 58 #define ASSERT_PERMISSION_ERR(ctxt, assertion, errorCode, message) \ argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_error_utils.h | 40 #define ASSERT_ERR(env, assertion, errorCode, message) \ argument 48 #define ASSERT_BUSINESS_ERR(ctxt, assertion, errorCode, message) \ argument 57 #define ASSERT_PERMISSION_ERR(ctxt, assertion, errorCode, message) \ argument
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | post_proc_test.cpp | 52 uint32_t errorCode = 0; variable 89 uint32_t errorCode = 0; variable 127 uint32_t errorCode = 0; variable 165 uint32_t errorCode = 0; variable 202 uint32_t errorCode = 0; variable 241 uint32_t errorCode = 0; variable 280 uint32_t errorCode = 0; variable 319 uint32_t errorCode = 0; variable 441 uint32_t errorCode = 0; variable 485 uint32_t errorCode = 0; variable [all …]
|
H A D | image_color_space_test.cpp | 66 uint32_t errorCode = 0; variable 105 uint32_t errorCode = 0; variable 174 uint32_t errorCode = 0; variable 210 uint32_t errorCode = 0; variable
|
/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/ |
H A D | i_standard_player_listener.h | 30 virtual void OnError(PlayerErrorType errorType, int32_t errorCode) in OnError() 36 virtual void OnError(int32_t errorCode, const std::string &errorMsg) in OnError()
|
H A D | player_listener_stub.cpp | 49 int32_t errorCode = data.ReadInt32(); in OnRemoteRequest() local 65 int32_t errorCode = data.ReadInt32(); in OnRemoteRequest() local 77 void PlayerListenerStub::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError() 119 void PlayerListenerStub::OnError(int32_t errorCode, const std::string &errorMsg) in OnError()
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/ |
H A D | iso15693_tag_test.cpp | 112 int errorCode = iso15693->ReadSingleBlock(TEST_FLAG, TEST_BLOCK_INDEX, testHexRespData); variable 125 int errorCode = iso15693->WriteSingleBlock(TEST_FLAG, TEST_BLOCK_INDEX, TEST_HEX_CMD_DATA); variable 138 int errorCode = iso15693->LockSingleBlock(TEST_FLAG, TEST_BLOCK_INDEX); variable 152 …int errorCode = iso15693->ReadMultipleBlock(TEST_FLAG, TEST_BLOCK_INDEX, TEST_BLOCK_NUM, testHexRe… variable 165 …int errorCode = iso15693->WriteMultipleBlock(TEST_FLAG, TEST_BLOCK_INDEX, TEST_BLOCK_NUM, TEST_HEX… variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/stream_test/ |
H A D | buffer_packer_stream_test.cpp | 49 uint32_t errorCode = 0; variable 78 uint32_t errorCode = 0; variable 107 uint32_t errorCode = 0; variable 136 uint32_t errorCode = 0; variable 165 uint32_t errorCode = 0; variable
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | native_resource_manager.cpp | 128 ResourceManager_ErrorCode errorCode = static_cast<ResourceManager_ErrorCode>(state); in OH_ResourceManager_GetMediaBase64Data() local 164 ResourceManager_ErrorCode errorCode = static_cast<ResourceManager_ErrorCode>(state); in OH_ResourceManager_GetMediaBase64DataByName() local 201 ResourceManager_ErrorCode errorCode = static_cast<ResourceManager_ErrorCode>(state); in OH_ResourceManager_GetMediaData() local 234 ResourceManager_ErrorCode errorCode = static_cast<ResourceManager_ErrorCode>(state); in OH_ResourceManager_GetMediaDataByName() local 344 ResourceManager_ErrorCode errorCode = static_cast<ResourceManager_ErrorCode>(state); in OH_ResourceManager_GetSymbol() local 362 ResourceManager_ErrorCode errorCode = static_cast<ResourceManager_ErrorCode>(state); in OH_ResourceManager_GetSymbolByName() local 422 ResourceManager_ErrorCode errorCode = static_cast<ResourceManager_ErrorCode>(state); in OH_ResourceManager_GetStringArray() local 439 ResourceManager_ErrorCode errorCode = static_cast<ResourceManager_ErrorCode>(state); in OH_ResourceManager_GetStringArrayByName() local 456 ResourceManager_ErrorCode errorCode = static_cast<ResourceManager_ErrorCode>(state); in OH_ResourceManager_GetPluralStringByName() local 473 ResourceManager_ErrorCode errorCode = static_cast<ResourceManager_ErrorCode>(state); in OH_ResourceManager_GetPluralString() local [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | hap_sign_verify.cpp | 30 uint8_t errorCode = SwitchErrorCode(ret); in VerifySignature() local 45 uint8_t HapSignVerify::SwitchErrorCode(int32_t errorCode) in SwitchErrorCode()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_packer_test.cpp | 280 uint32_t errorCode = 0; variable 296 uint32_t errorCode = 0; variable 314 uint32_t errorCode = 0; variable 362 uint32_t errorCode = -1; variable 404 uint32_t errorCode = 0; variable 437 uint32_t errorCode = 0; variable 476 uint32_t errorCode = 0; variable 556 uint32_t errorCode = 0; variable 589 uint32_t errorCode = 0; variable 628 uint32_t errorCode = 0; variable [all …]
|
H A D | image_source_gif_test.cpp | 58 uint32_t errorCode = 0; variable 84 uint32_t errorCode = 0; variable 111 uint32_t errorCode = 0; variable 161 uint32_t errorCode = 0; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_image_source.cpp | 31 void MockImageSourceCreateImageSource(bool mockRet, uint32_t errorCode) in MockImageSourceCreateImageSource() 37 void MockImageSourceCreatePixelMap(bool mockRet, uint32_t errorCode) in MockImageSourceCreatePixelMap() 66 const SourceOptions &opts, uint32_t &errorCode) in CreateImageSource() 72 const SourceOptions &opts, uint32_t &errorCode) in CreateImageSource() 85 uint32_t &errorCode) in CreateImageSource() 98 uint32_t &errorCode) in CreateImageSource() 104 uint32_t &errorCode) in CreateIncrementalImageSource() 128 uint32_t &errorCode) in CreateIncrementalPixelMap() 185 const SourceInfo &ImageSource::GetSourceInfo(uint32_t &errorCode) in GetSourceInfo() 259 AbsImageDecoder *ImageSource::CreateDecoder(uint32_t &errorCode) in CreateDecoder() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/utils/unittest/ |
H A D | softbus_utils_test.cpp | 341 uint32_t errorCode = -SOFTBUS_PUBLIC_ERR_BASE; variable 354 uint32_t errorCode = -SOFTBUS_DISCOVER_ERR_BASE; variable 367 uint32_t errorCode = -SOFTBUS_CONN_ERR_BASE; variable 380 uint32_t errorCode = -SOFTBUS_AUTH_ERR_BASE; variable 393 uint32_t errorCode = -SOFTBUS_NETWORK_ERR_BASE; variable 406 uint32_t errorCode = -SOFTBUS_TRANS_ERR_BASE; variable
|
/ohos5.0/foundation/multimedia/camera_lite/interfaces/kits/ |
H A D | camera_state_callback.h | 71 virtual void OnCreateFailed(const std::string cameraId, int32_t errorCode) {} in OnCreateFailed() 89 virtual void OnConfigureFailed(const std::string cameraId, int32_t errorCode) {} in OnConfigureFailed()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/ |
H A D | napi_rpc_error.h | 43 int errorCode; member 50 NapiError(int32_t errorCode) : errorCode_(errorCode) {}; in NapiError() 53 inline void Error(int32_t errorCode) in Error()
|
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | locator_callback_host.cpp | 42 int errorCode = data.ReadInt32(); in OnRemoteRequest() local 63 void LocatorCallbackHost::OnErrorReport(const int errorCode) in OnErrorReport()
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | i18n_normalizer.cpp | 20 I18nNormalizer::I18nNormalizer(I18nNormalizerMode mode, I18nErrorCode &errorCode) in I18nNormalizer() 42 std::string I18nNormalizer::Normalize(const char *text, int32_t length, I18nErrorCode &errorCode) in Normalize()
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/hisysevent_wrapper/src/ |
H A D | cm_report_wrapper.c | 22 const char *name, int32_t errorCode) in ReportFaultEvent() 47 const struct CmBlob *certName, int32_t errorCode) in CmReport()
|
/ohos5.0/base/telephony/core_service/test/fuzztest/vcard_fuzzer/ |
H A D | vcard_fuzzer.cpp | 74 int32_t errorCode = static_cast<int32_t>(*data % TYPE_NUM); in DecodeVcard() local 95 int32_t errorCode = static_cast<int32_t>(*data % TYPE_NUM); in DecodeVcardData() local 106 int32_t errorCode = static_cast<int32_t>(*data % TYPE_NUM); in DecodeVcardRelation() local 119 int32_t errorCode = static_cast<int32_t>(*data % TYPE_NUM); in DecodeVcardRelationData() local 218 int32_t errorCode = static_cast<int32_t>(*data % TYPE_NUM); in DecodeVcardRelationV30() local 229 int32_t errorCode = static_cast<int32_t>(*data % TYPE_NUM); in DecodeVcardRelationDataV30() local 239 int32_t errorCode = static_cast<int32_t>(*data % TYPE_NUM); in DecodeVcardRelationV40() local 251 int32_t errorCode = static_cast<int32_t>(*data % TYPE_NUM); in DecodeVcardRelationDataV40() local
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | js_err_utils.cpp | 216 std::string JsErrUtils::GetErrorMsg(const WMError& errorCode) in GetErrorMsg() 222 std::string JsErrUtils::GetErrorMsg(const WmErrorCode& errorCode) in GetErrorMsg() 228 std::string JsErrUtils::GetErrorMsg(const DMError& errorCode) in GetErrorMsg() 234 std::string JsErrUtils::GetErrorMsg(const DmErrorCode& errorCode) in GetErrorMsg() 240 napi_value JsErrUtils::CreateJsError(napi_env env, const WMError& errorCode, std::string msg) in CreateJsError() 248 napi_value JsErrUtils::CreateJsError(napi_env env, const WmErrorCode& errorCode, std::string msg) in CreateJsError() 256 napi_value JsErrUtils::CreateJsError(napi_env env, const DMError& errorCode, std::string msg) in CreateJsError() 264 napi_value JsErrUtils::CreateJsError(napi_env env, const DmErrorCode& errorCode, std::string msg) in CreateJsError()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/common/dfx_utils/src/ |
H A D | daudio_hisysevent.cpp | 65 …DAudioHisysevent::SysEventWriteFault(const std::string &eventName, int32_t saId, int32_t errorCode, in SysEventWriteFault() 77 void DAudioHisysevent::SysEventWriteFault(const std::string &eventName, int32_t errorCode, const st… in SysEventWriteFault() 88 const std::string &dhId, int32_t errorCode, const std::string &msg) in SysEventWriteFault()
|