Home
last modified time | relevance | path

Searched defs:errorCode (Results 51 – 75 of 1146) sorted by relevance

12345678910>>...46

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dimage_effect.cpp85 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 Dimage_source_mdk_kits.cpp123 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 Dlocation_napi_event.cpp148 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 Djs_error_utils.h41 #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 Djs_error_utils.h40 #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 Dpost_proc_test.cpp52 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 Dimage_color_space_test.cpp66 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 Di_standard_player_listener.h30 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 Dplayer_listener_stub.cpp49 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 Diso15693_tag_test.cpp112 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 Dbuffer_packer_stream_test.cpp49 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 Dnative_resource_manager.cpp128 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 Dhap_sign_verify.cpp30 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 Dimage_packer_test.cpp280 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 Dimage_source_gif_test.cpp58 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 Dmock_image_source.cpp31 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 Dsoftbus_utils_test.cpp341 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 Dcamera_state_callback.h71 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 Dnapi_rpc_error.h43 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 Dlocator_callback_host.cpp42 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 Di18n_normalizer.cpp20 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 Dcm_report_wrapper.c22 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 Dvcard_fuzzer.cpp74 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 Djs_err_utils.cpp216 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 Ddaudio_hisysevent.cpp65 …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()

12345678910>>...46