Home
last modified time | relevance | path

Searched defs:errorCode (Results 601 – 625 of 1146) sorted by relevance

1...<<21222324252627282930>>...46

/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp771 constexpr int32_t errorCode = ERR_OK + 1; variable
818 constexpr int32_t errorCode = ERR_OK + 1; variable
865 constexpr int32_t errorCode = ERR_OK + 1; variable
912 constexpr int32_t errorCode = ERR_OK + 1; variable
1529 constexpr int32_t errorCode = ERR_OK + 1; variable
1575 constexpr int32_t errorCode = ERR_OK + 1; variable
1625 constexpr int32_t errorCode = ERR_OK + 1; variable
1673 constexpr int32_t errorCode = ERR_OK + 1; variable
1796 constexpr int32_t errorCode = ERR_OK + 1; variable
2578 constexpr int32_t errorCode = ERR_OK + 1; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_test_ng.cpp2012 auto openCallbackFst = [](int32_t errorCode) { in __anona7e7e9b92202()
2024 auto openCallbackSnd = [](int32_t errorCode) { in __anona7e7e9b92302()
2034 auto closeCallbackFst = [](int32_t errorCode) { in __anona7e7e9b92402()
2044 auto closeCallbackSnd = [](int32_t errorCode) { in __anona7e7e9b92502()
2086 auto openCallback = [](int32_t errorCode) {}; in __anona7e7e9b92602()
2101 auto updateCallbackFst = [](int32_t errorCode) { in __anona7e7e9b92702()
2113 auto updateCallbackSnd = [](int32_t errorCode) { in __anona7e7e9b92802()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp672 LocationErrCode errorCode = in GetCachedGnssLocationsSize() local
773 LocationErrCode errorCode = ERRCODE_NOT_SUPPORTED; in SendLocationMockMsgToGnssSa() local
795 LocationErrCode errorCode = ERRCODE_NOT_SUPPORTED; in SendLocationMockMsgToNetworkSa() local
817 LocationErrCode errorCode = ERRCODE_NOT_SUPPORTED; in SendLocationMockMsgToPassiveSa() local
1209 LocationErrCode errorCode = GetSwitchState(state); in ReportLocationStatus() local
1227 LocationErrCode errorCode = GetSwitchState(state); in ReportErrorStatus() local
1297 LocationErrCode errorCode = LocationErrCode(replyParcel.ReadInt32()); in IsGeoConvertAvailable() local
1320 int errorCode = reply.ReadInt32(); in GetAddressByCoordinate() local
1346 int errorCode = reply.ReadInt32(); in GetAddressByLocationName() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/
H A Dxcomponent_resource.cpp135 void XComponentResource::OnError(const std::string& errorCode, const std::string& errorMsg) in OnError()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_ability_impl.cpp359 int16_t errorCode = 0; in InvokeOnRestoreData() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_extractor_util.cpp121 uint8_t errorCode = ExtractFileAttr(fp, fileName, relativeFilePath, fileSize); in ExtractFileToPath() local
/ohos5.0/foundation/multimedia/audio_framework/test/fuzztest/audiostream_fuzzer/
H A Daudio_stream_fuzzer.cpp282 int32_t errorCode = 0; in AudioServerFuzzTest() local
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_file_parser.cpp76 std::error_code errorCode; in DeleteFiles() local
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Dasync_call.h43 void SetErrorCode(int32_t errorCode) in SetErrorCode()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/system_manager/include/
H A Dupdate_policy_utils.h84 int32_t errorCode = 0; member
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_callback_looper.cpp139 void HiTransCoderCallbackLooper::OnError(TransCoderErrorType errorType, int32_t errorCode) in OnError()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_deferred_video_unittest.cpp43 ErrCode TestDeferredVideoProcSessionCallback::OnError(const std::string& videoId, int32_t errorCode) in OnError()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_parser.cpp92 uint32_t errorCode = 0; in GetBadgeResource() local
483 uint32_t errorCode = 0; in ParserCloneResourceInfo() local
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_share_mgr.cpp79 … ErrCode errorCode = FormAmsHelper::GetInstance().ConnectServiceAbility(want, formShareConnection); in ShareForm() local
254 auto errorCode = FormAmsHelper::GetInstance().StartAbility(want, userId); in StartFormUser() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
H A Dvideoenc_capi_mock.cpp31 void VideoEncCapiMock::OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError()
71 void VideoEncCapiMock::OnErrorExt(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnErrorExt()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screenshot/
H A Dnative_screenshot_module.cpp432 void SetDmErrorObjectProperty(napi_env env, napi_value errorCode) in SetDmErrorObjectProperty()
482 napi_value errorCode = nullptr; in ScreenshotModuleInit() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_test.cpp172 void (*callback)(int32_t errorCode)) override in SendAccessibilityAsyncEvent()
577 auto callback = [](int32_t errorCode) { g_mockErrorCode = errorCode; }; in __anona1ea35ec0202()
717 auto callback = [](int32_t errorCode) { g_mockErrorCode = errorCode; }; in __anona1ea35ec0302()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp482 ErrorCode errorCode = ErrorCode::ERROR_UNKNOWN; in HandleErrorEvent() local
491 ErrorCode errorCode = DoOnReady(); in HandleReadyEvent() local
726 ErrorCode HiPlayerImpl::DoOnError(ErrorCode errorCode) in DoOnError()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_transition_proxy.h161 int32_t errorCode = AnimationUtils::StartInteractiveAnimation(interactiveAnimation_); in StartAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.h81 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c… in TransferJsPluginGetError()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_resource.cpp134 void RichTextResource::OnError(const std::string& errorCode, const std::string& errorMsg) in OnError()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_resource.cpp139 void WebResource::OnError(const std::string& errorCode, const std::string& errorMsg) in OnError()
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Dimage_compress.cpp150 uint32_t errorCode = 0; in CompressImageByContent() local
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_decoder_inner_demo.cpp257 void ADecDemoCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError()
/ohos5.0/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_utils.h115 int errorCode = JsErrorCode::ERROR_OK; member

1...<<21222324252627282930>>...46