Home
last modified time | relevance | path

Searched defs:errcode (Results 1 – 25 of 31) sorted by relevance

12

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
Dbundle_installer.h71 #define CHECK_PRO_RESULT(errcode, bundleInfo, permissions, abilityRes) \ argument
90 #define CHECK_PRO_PART_ROLLBACK(errcode, path, permissions, bundleInfo, abilityRes) \ argument
101 #define CHECK_PRO_ROLLBACK(errcode, permissions, bundleInfo, abilityRes, randStr) \ argument
Dgt_bundle_installer.h87 #define CHECK_PRO_RESULT(errcode, fp, permissions, bundleInfo, signatureInfo) \ argument
105 #define CHECK_PRO_PART_ROLLBACK(errcode, path, permissions, bundleInfo, signatureInfo) \ argument
117 #define CHECK_PRO_ROLLBACK(errcode, permissions, bundleInfo, signatureInfo, randStr) \ argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dstop_user_callback_proxy.cpp24 void StopUserCallbackProxy::OnStopUserDone(int userId, int errcode) in OnStopUserDone()
29 void StopUserCallbackProxy::SendRequestCommon(int userId, int errcode, IStopUserCallback::StopUserC… in SendRequestCommon()
/foundation/ability/ability_runtime/test/unittest/stop_user_callback_proxy_test/
Dstop_user_callback_proxy_test.cpp65 int errcode = 0; variable
84 int errcode = 0; variable
Dstop_user_callback_stub_mock.h48 virtual void OnStopUserDone(int userId, int errcode) {}; in OnStopUserDone()
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
Dtrans_auth_message.c60 int32_t errcode; in TransAuthChannelMsgUnpack() local
81 NO_SANITIZE("cfi") int32_t TransAuthChannelErrorPack(int32_t errcode, const char *errMsg, char *cJs… in TransAuthChannelErrorPack()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_provision_info/
Dapp_provision_info_rdb.h46 #define CHECK_RDB_RESULT_RETURN_IF_FAIL(errcode, errmsg) \ argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
Dshared_bundle_installer.h82 #define CHECK_RESULT(errcode, errmsg) \ argument
Dinner_shared_bundle_installer.h121 #define CHECK_RESULT(errcode, errmsg) \ argument
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
Djs_ability.cpp39 …int errcode = stageContext->GetSystemPreferencesDir(dataGroupId, false, contextInfo.preferencesDir… in GetContextInfo() local
/foundation/ability/ability_runtime/test/fuzztest/stopuser_fuzzer/
Dstopuser_fuzzer.cpp37 void OnStopUserDone(int userId, int errcode) override {} in OnStopUserDone()
/foundation/ability/ability_runtime/test/fuzztest/stopusercallbackstub_fuzzer/
Dstopusercallbackstub_fuzzer.cpp40 void OnStopUserDone(int userId, int errcode) override in OnStopUserDone()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
Dbase_bundle_installer.h652 #define CHECK_RESULT(errcode, errmsg) \ argument
660 #define CHECK_RESULT_WITH_ROLLBACK(errcode, errmsg, newInfos, oldInfo) \ argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_relational_schema_analysis_test.cpp105 int errcode = SQLiteUtils::AnalysisSchema(db, name, table); in AnalysisTable() local
/foundation/ability/ability_runtime/test/unittest/stop_user_callback_stub_test/
Dstop_user_callback_stub_test.cpp30 void OnStopUserDone(int userId, int errcode) override in OnStopUserDone()
/foundation/ability/ability_runtime/frameworks/js/napi/ability_manager/
Djs_ability_manager.cpp116 auto errcode = AbilityManagerClient::GetInstance()->GetAbilityRunningInfos(infos); in OnGetAbilityRunningInfos() local
159 … auto errcode = AbilityManagerClient::GetInstance()->GetExtensionRunningInfos(upperLimit, infos); in OnGetExtensionRunningInfos() local
213 auto errcode = GetAppManagerInstance()->UpdateConfiguration(changeConfig); in OnUpdateConfiguration() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
Djs_ability_context.cpp747 auto errcode = context->StartServiceExtensionAbility(want); in OnStartExtensionAbility() local
788 auto errcode = context->StartServiceExtensionAbility(want, accountId); in OnStartExtensionAbilityWithAccount() local
826 auto errcode = context->StopServiceExtensionAbility(want); in OnStopExtensionAbility() local
867 auto errcode = context->StopServiceExtensionAbility(want, accountId); in OnStopExtensionAbilityWithAccount() local
974 …int32_t errcode = static_cast<int32_t>(AbilityRuntime::GetJsErrorCodeByNativeError(innerErrorCode)… in OnConnectAbility() local
1038 …int32_t errcode = static_cast<int32_t>(AbilityRuntime::GetJsErrorCodeByNativeError(innerErrorCode)… in OnConnectAbilityWithAccount() local
1124 auto errcode = context->TerminateSelf(); in OnTerminateSelf() local
1153 auto errcode = context->RestoreWindowStage(engine, info.argv[0]); in OnRestoreWindowStage() local
1702 auto errcode = context->SetMissionContinueState(state); in OnSetMissionContinueState() local
1755 auto errcode = context->SetMissionLabel(label); in OnSetMissionLabel() local
[all …]
/foundation/arkui/ui_appearance/services/src/
Dui_appearance_ability.cpp106 auto errcode = appManagerInstance->UpdateConfiguration(config); in OnSetDarkMode() local
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
Djs_ability_context.cpp129 auto errcode = abilityContext->TerminateSelf(); in OnTerminateSelf() local
161 auto errcode = abilityContext->TerminateSelf(); in OnTerminateSelfWithResult() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
Dui_extension_pattern.cpp214 auto errcode = Rosen::ExtensionSessionManager::GetInstance().RequestExtensionSessionActivation( in RequestExtensionSessionActivation() local
234 auto errcode = in RequestExtensionSessionBackground() local
252 auto errcode = in RequestExtensionSessionDestruction() local
/foundation/distributeddatamgr/udmf/interfaces/jskits/common/
Dnapi_queue.h141 #define ASSERT_WITH_ERRCODE(ctxt, condition, errcode, message) \ argument
/foundation/distributeddatamgr/preferences/frameworks/native/src/
Dpreferences_impl.cpp354 int errcode = dataObsMgrClient->RegisterObserver(MakeUri(), observer); in RegisterObserver() local
385 int errcode = dataObsMgrClient->UnregisterObserver(MakeUri(), *it); in UnRegisterObserver() local
/foundation/ability/ability_runtime/frameworks/js/napi/quick_fix/
Djs_quick_fix_manager.cpp133 … auto errcode = DelayedSingleton<AAFwk::QuickFixManagerClient>::GetInstance()->ApplyQuickFix( in OnApplyQuickFix() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
Djs_form_extension_context.cpp133 auto errcode = context->UpdateForm(formId, formProviderData); in OnUpdateForm() local
231 …int32_t errcode = static_cast<int32_t>(AbilityRuntime::GetJsErrorCodeByNativeError(innerErrorCode)… in OnConnectAbility() local
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
Dsoftbus_hisysevt_transreporter.c838 static inline void CreateTransErrMsg(SoftBusEvtReportMsg* msg, int32_t errcode) in CreateTransErrMsg()
866 void SoftbusReportTransErrorEvt(int32_t errcode) in SoftbusReportTransErrorEvt()

12