Home
last modified time | relevance | path

Searched refs:MAX_APP_CLONE_INDEX (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Ddlp_utils.h53 if (abilityRecord->GetAppIndex() <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in DlpAccessOtherAppsCheck()
78 if (dlpIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX && dlpIndex != 0) { in OtherAppsAccessDlpCheck()
85 abilityRecord->GetAppIndex() > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in OtherAppsAccessDlpCheck()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_ability_utils.cpp48 …lityRecord && abilityRecord->GetAppIndex() > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX && in GetAppIndex()
190 appIndex < AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in StartAbilityInfoWrap()
234 if (appIndex > 0 && appIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in CreateStartAbilityInfo()
286 if (appIndex > 0 && appIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in CreateStartExtensionInfo()
H A Ddlp_state_item.cpp56 if (!record || record->GetAppIndex() <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in HandleDlpConnectionState()
H A Dconnection_state_manager.cpp490 if (dlpAbility->GetAppIndex() <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in HandleDlpAbilityInner()
H A Dmission_list_manager.cpp697 if (dlpIndex > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in BuildInnerMissionInfo()
1871 … if ((abilityRecord->GetAppIndex() > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) || in CompleteTerminateAndUpdateMission()
2093 …uto isPrivate = abilityRecord->GetAppIndex() > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX; in UpdateSnapShot()
2279 …t.isPrivate = (abilityRecord->GetAppIndex() > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX); in UpdateMissionSnapshot()
2812 if ((ability->GetAppIndex() > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) || in HandleAbilityDiedByDefault()
3738 … (abilityRecord->GetAppIndex() > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX); in GetMissionSnapshot()
H A Dability_auto_startup_service.cpp457 } else if (appIndex <= GlobalConstant::MAX_APP_CLONE_INDEX) { in GetBundleInfo()
H A Dimplicit_start_processor.cpp531 if (appIndexes.size() > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in GenerateAbilityRequestByAppIndexes()
H A Dability_record.cpp1884 …bool isSandboxApp = appIndex_ > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX ? true : false; in SendResultToCallers()
3277 if (caller && caller->appIndex_ > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in GrantUriPermission()
H A Dability_manager_service.cpp6254 …lityRecord && abilityRecord->GetAppIndex() > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX && in GenerateAbilityRequest()
6339 …lityRecord && abilityRecord->GetAppIndex() > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX && in GenerateExtensionAbilityRequest()
7035 …o.appCloneIndex > 0 && info.appCloneIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in RetryStartAutoStartupApps()
11219 if (appIndex >= 0 && appIndex < AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in SetTargetCloneIndexInSameBundle()
/ohos5.0/foundation/ability/ability_runtime/utils/server/startup/src/
H A Dstartup_util.cpp34 if (appIndex > GlobalConstant::MAX_APP_CLONE_INDEX) { in GetAppIndex()
39 if (appIndex < 0 || appIndex > GlobalConstant::MAX_APP_CLONE_INDEX) { in GetAppIndex()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp102 if (bundleName.empty() || appIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in UninstallSandboxApp()
133 if (bundleName.empty() || appIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in GetSandboxBundleInfo()
151 if (appIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in GetSandboxAbilityInfo()
172 if (appIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in GetSandboxExtAbilityInfos()
190 if (appIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in GetSandboxHapModuleInfo()
592 } else if (appIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in GetApplicationInfoWithAppIndex()
/ohos5.0/foundation/ability/ability_runtime/utils/global/constant/
H A Dglobal_constant.h21 constexpr int32_t MAX_APP_CLONE_INDEX = 1000; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/utils/
H A Dappspawn_util.h64 applicationInfo.appIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in BuildStartFlags()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/ability_auto_startup_callback/
H A Djs_ability_auto_startup_manager_utils.cpp132 if (info.appCloneIndex >= 0 && info.appCloneIndex < GlobalConstant::MAX_APP_CLONE_INDEX) { in CreateJsAutoStartupInfo()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Ddisposed_rule_interceptor.cpp104 if (appIndex > 0 && appIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in CheckControl()
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_utils.cpp283 if (appIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in GetTokenIdByBundleName()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dmodule_running_record.cpp378 if (appIndex_ <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in GetHapModuleInfo()
H A Dapp_mgr_service.cpp364 if (appCloneIndex < 0 || appCloneIndex > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in ClearUpApplicationData()
465 …gRecord && appRunningRecord->GetAppIndex() > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in JudgeSandboxByPid()
H A Dapp_mgr_service_inner.cpp936 } else if (appIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in GetBundleAndHapInfo()
949 if (appIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in GetBundleAndHapInfo()
6080 if (appCloneIndex < 0 || appCloneIndex > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in NotifyAppFaultBySA()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1217 if (appIndex > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in GetBundleForLaunchApplication()