/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | dlp_utils.h | 53 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 D | start_ability_utils.cpp | 48 …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 D | dlp_state_item.cpp | 56 if (!record || record->GetAppIndex() <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in HandleDlpConnectionState()
|
H A D | connection_state_manager.cpp | 490 if (dlpAbility->GetAppIndex() <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in HandleDlpAbilityInner()
|
H A D | mission_list_manager.cpp | 697 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 D | ability_auto_startup_service.cpp | 457 } else if (appIndex <= GlobalConstant::MAX_APP_CLONE_INDEX) { in GetBundleInfo()
|
H A D | implicit_start_processor.cpp | 531 if (appIndexes.size() > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in GenerateAbilityRequestByAppIndexes()
|
H A D | ability_record.cpp | 1884 …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 D | ability_manager_service.cpp | 6254 …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 D | startup_util.cpp | 34 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 D | bundle_mgr_helper.cpp | 102 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 D | global_constant.h | 21 constexpr int32_t MAX_APP_CLONE_INDEX = 1000; variable
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/utils/ |
H A D | appspawn_util.h | 64 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 D | js_ability_auto_startup_manager_utils.cpp | 132 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 D | disposed_rule_interceptor.cpp | 104 if (appIndex > 0 && appIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in CheckControl()
|
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/ |
H A D | uri_permission_utils.cpp | 283 if (appIndex <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in GetTokenIdByBundleName()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | module_running_record.cpp | 378 if (appIndex_ <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in GetHapModuleInfo()
|
H A D | app_mgr_service.cpp | 364 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 D | app_mgr_service_inner.cpp | 936 } 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 D | main_thread.cpp | 1217 if (appIndex > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in GetBundleForLaunchApplication()
|