/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/ |
H A D | form_mgr_stub_test.cpp | 771 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 D | overlay_test_ng.cpp | 2012 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 D | locator_ability.cpp | 672 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 D | xcomponent_resource.cpp | 135 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 D | js_ability_impl.cpp | 359 int16_t errorCode = 0; in InvokeOnRestoreData() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_extractor_util.cpp | 121 uint8_t errorCode = ExtractFileAttr(fp, fileName, relativeFilePath, fileSize); in ExtractFileToPath() local
|
/ohos5.0/foundation/multimedia/audio_framework/test/fuzztest/audiostream_fuzzer/ |
H A D | audio_stream_fuzzer.cpp | 282 int32_t errorCode = 0; in AudioServerFuzzTest() local
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | operator_file_parser.cpp | 76 std::error_code errorCode; in DeleteFiles() local
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | async_call.h | 43 void SetErrorCode(int32_t errorCode) in SetErrorCode()
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/system_manager/include/ |
H A D | update_policy_utils.h | 84 int32_t errorCode = 0; member
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/ |
H A D | hitranscoder_callback_looper.cpp | 139 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 D | camera_deferred_video_unittest.cpp | 43 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 D | bundle_resource_parser.cpp | 92 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 D | form_share_mgr.cpp | 79 … 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 D | videoenc_capi_mock.cpp | 31 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 D | native_screenshot_module.cpp | 432 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 D | js_third_provider_interaction_operation_test.cpp | 172 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 D | hiplayer_impl.cpp | 482 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 D | navigation_transition_proxy.h | 161 int32_t errorCode = AnimationUtils::StartInteractiveAnimation(interactiveAnimation_); in StartAnimation() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.h | 81 …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 D | rich_text_resource.cpp | 134 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 D | web_resource.cpp | 139 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 D | image_compress.cpp | 150 uint32_t errorCode = 0; in CompressImageByContent() local
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
H A D | avcodec_audio_decoder_inner_demo.cpp | 257 void ADecDemoCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/base/time/time_service/framework/js/napi/common/include/ |
H A D | napi_utils.h | 115 int errorCode = JsErrorCode::ERROR_OK; member
|