/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.cpp | 244 { IStatusReceiver::ERR_INSTALL_INTERNAL_ERROR, ERROR_BUNDLE_SERVICE_EXCEPTION }, in CreateErrCodeMap() 245 { IStatusReceiver::ERR_INSTALL_HOST_INSTALLER_FAILED, ERROR_BUNDLE_SERVICE_EXCEPTION }, in CreateErrCodeMap() 246 { IStatusReceiver::ERR_INSTALLD_PARAM_ERROR, ERROR_BUNDLE_SERVICE_EXCEPTION }, in CreateErrCodeMap() 247 { IStatusReceiver::ERR_INSTALLD_GET_PROXY_ERROR, ERROR_BUNDLE_SERVICE_EXCEPTION }, in CreateErrCodeMap() 248 { IStatusReceiver::ERR_INSTALL_INSTALLD_SERVICE_ERROR, ERROR_BUNDLE_SERVICE_EXCEPTION }, in CreateErrCodeMap() 249 { IStatusReceiver::ERR_UNINSTALL_BUNDLE_MGR_SERVICE_ERROR, ERROR_BUNDLE_SERVICE_EXCEPTION }, in CreateErrCodeMap() 250 { IStatusReceiver::ERR_FAILED_SERVICE_DIED, ERROR_BUNDLE_SERVICE_EXCEPTION }, in CreateErrCodeMap() 251 { IStatusReceiver::ERR_FAILED_GET_INSTALLER_PROXY, ERROR_BUNDLE_SERVICE_EXCEPTION }, in CreateErrCodeMap() 252 { IStatusReceiver::ERR_USER_CREATE_FAILED, ERROR_BUNDLE_SERVICE_EXCEPTION }, in CreateErrCodeMap() 253 { IStatusReceiver::ERR_USER_REMOVE_FAILED, ERROR_BUNDLE_SERVICE_EXCEPTION }, in CreateErrCodeMap() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager_sync.cpp | 168 BusinessError::ThrowError(env, ERROR_BUNDLE_SERVICE_EXCEPTION, ERR_MSG_BUNDLE_SERVICE_EXCEPTION); in SetApplicationEnabledSync() 209 BusinessError::ThrowError(env, ERROR_BUNDLE_SERVICE_EXCEPTION, ERR_MSG_BUNDLE_SERVICE_EXCEPTION); in SetAbilityEnabledSync() 244 BusinessError::ThrowError(env, ERROR_BUNDLE_SERVICE_EXCEPTION, ERR_MSG_BUNDLE_SERVICE_EXCEPTION); in IsApplicationEnabledSync() 279 BusinessError::ThrowError(env, ERROR_BUNDLE_SERVICE_EXCEPTION, ERR_MSG_BUNDLE_SERVICE_EXCEPTION); in IsAbilityEnabledSync() 415 BusinessError::ThrowError(env, ERROR_BUNDLE_SERVICE_EXCEPTION, ERR_MSG_BUNDLE_SERVICE_EXCEPTION); in QueryExtensionInfosSync() 416 return ERROR_BUNDLE_SERVICE_EXCEPTION; in QueryExtensionInfosSync() 451 BusinessError::ThrowError(env, ERROR_BUNDLE_SERVICE_EXCEPTION, ERR_MSG_BUNDLE_SERVICE_EXCEPTION); in QueryExtensionInfosSyncOnlyWithTypeName() 452 return ERROR_BUNDLE_SERVICE_EXCEPTION; in QueryExtensionInfosSyncOnlyWithTypeName() 514 BusinessError::ThrowError(env, ERROR_BUNDLE_SERVICE_EXCEPTION, ERR_MSG_BUNDLE_SERVICE_EXCEPTION); in GetPermissionDefSync() 578 BusinessError::ThrowError(env, ERROR_BUNDLE_SERVICE_EXCEPTION, ERR_MSG_BUNDLE_SERVICE_EXCEPTIO in GetAbilityLabelSync() [all...] |
H A D | bundle_manager.cpp | 179 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetBundleArchiveInfo() 268 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetAppCloneIdentity() 281 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetApplicationInfo() 293 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetApplicationInfos() 587 BusinessError::ThrowError(env, ERROR_BUNDLE_SERVICE_EXCEPTION, ERR_MSG_BUNDLE_SERVICE_EXCEPTION); in GetLaunchWant() 732 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerQueryAbilityInfos() 745 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerBatchQueryAbilityInfos() 757 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerSetApplicationEnabled() 773 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerIsApplicationEnabled() 789 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerSetAbilityEnabled() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager.cpp | 48 return ERROR_BUNDLE_SERVICE_EXCEPTION; in VerifyAbc() 122 return {ERROR_BUNDLE_SERVICE_EXCEPTION, {}}; in GetProfileByExtensionAbility() 213 return {ERROR_BUNDLE_SERVICE_EXCEPTION, {}}; in GetProfileByAbility() 246 code = ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerCanOpenLink()
|
H A D | default_app.cpp | 95 nRet.code = ERROR_BUNDLE_SERVICE_EXCEPTION; in FfiBundleManagerIsDefaultApplication()
|
H A D | bundle_error.h | 84 constexpr ErrCode ERROR_BUNDLE_SERVICE_EXCEPTION = 17700101; member
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/default_app/ |
H A D | js_default_app.cpp | 235 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerIsDefaultApplication() 240 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerIsDefaultApplication() 358 napi_value error = BusinessError::CreateCommonError(env, ERROR_BUNDLE_SERVICE_EXCEPTION, in IsDefaultApplicationSync() 382 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetDefaultApplication() 387 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetDefaultApplication() 517 napi_value error = BusinessError::CreateCommonError(env, ERROR_BUNDLE_SERVICE_EXCEPTION, in GetDefaultApplicationSync() 545 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerSetDefaultApplication() 550 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerSetDefaultApplication() 693 napi_value error = BusinessError::CreateCommonError(env, ERROR_BUNDLE_SERVICE_EXCEPTION, in SetDefaultApplicationSync() 718 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerResetDefaultApplication() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launcher_bundle_manager/ |
H A D | launcher_bundle_manager.cpp | 64 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetLauncherAbilityInfo() 167 env, ERROR_BUNDLE_SERVICE_EXCEPTION, GET_LAUNCHER_ABILITY_INFO_SYNC, in GetLauncherAbilityInfoSync() 195 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetAllLauncherAbilityInfo() 278 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetShortcutInfo() 380 env, ERROR_BUNDLE_SERVICE_EXCEPTION, GET_SHORTCUT_INFO_SYNC, in GetShortcutInfoSync()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/ |
H A D | bundle_resource.cpp | 232 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetBundleResourceInfo() 294 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetLauncherAbilityResourceInfo() 355 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetAllBundleResourceInfo() 442 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetAllLauncherAbilityResourceInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | bundle_errors.h | 97 constexpr ErrCode ERROR_BUNDLE_SERVICE_EXCEPTION = 17700101; member
|
H A D | business_error.cpp | 178 { ERROR_BUNDLE_SERVICE_EXCEPTION, ERR_MSG_BUNDLE_SERVICE_EXCEPTION },
|
H A D | common_func.cpp | 672 return ERROR_BUNDLE_SERVICE_EXCEPTION; in ConvertErrCode()
|
/foundation/ability/ability_runtime/service_router_framework/interfaces/kits/js/serviceroutermgr/ |
H A D | service_router_mgr.cpp | 136 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerQueryBusinessAbilityInfos() 141 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerQueryBusinessAbilityInfos()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/ |
H A D | free_install.cpp | 60 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerIsHapModuleRemovable() 150 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerSetHapModuleUpgradeFlag() 554 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetBundlePackInfo() 662 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetDispatchInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/overlay/ |
H A D | js_app_overlay.cpp | 227 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetOverlayModuleInfoExec() 251 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetOverlayModuleInfoExec()
|
/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributedBundle/ |
H A D | distributed_bundle.cpp | 213 return ERROR_BUNDLE_SERVICE_EXCEPTION; in InnerGetRemoteAbilityInfo()
|