/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/ |
H A D | notification_clone_disturb_service.cpp | 124 std::string key = bundle.GetBundleName() + std::to_string(bundle.GetAppIndex()); in GetProfileUid() 128 …_t uid = NotificationCloneUtil::GetBundleUid(bundle.GetBundleName(), userId, bundle.GetAppIndex()); in GetProfileUid() 129 … ANS_LOGW("Notification get uid %{public}d %{public}d %{public}s.", uid, bundle.GetAppIndex(), in GetProfileUid() 144 …HandlerBundleEvent(bundleOption->GetBundleName(), bundleOption->GetAppIndex(), bundleOption->GetUi… in OnBundleDataAdd() 149 …HandlerBundleEvent(bundleOption->GetBundleName(), bundleOption->GetAppIndex(), bundleOption->GetUi… in OnBundleDataUpdate() 211 bundleItem->GetAppIndex() == bundle.GetAppIndex()) { in CheckBundleInfo()
|
H A D | notification_clone_bundle_service.cpp | 92 userId, bundle->GetAppIndex()); in OnRestore() 110 …HandleBundleEvent(bundleOption->GetBundleName(), bundleOption->GetAppIndex(), bundleOption->GetUid… in OnBundleDataAdd() 115 …HandleBundleEvent(bundleOption->GetBundleName(), bundleOption->GetAppIndex(), bundleOption->GetUid… in OnBundleDataUpdate() 130 if (bundle->GetBundleName() == bundleName && bundle->GetAppIndex() == appIndex) { in HandleBundleEvent()
|
H A D | notification_clone_bundle_info.cpp | 50 int32_t NotificationCloneBundleInfo::GetAppIndex() const in GetAppIndex() function in OHOS::Notification::NotificationCloneBundleInfo
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/startup_util_test/ |
H A D | startup_util_test.cpp | 55 auto queryRet = StartupUtil::GetAppIndex(want, appIndex); 69 auto queryRet = StartupUtil::GetAppIndex(want, appIndex); 83 auto queryRet = StartupUtil::GetAppIndex(want, appIndex);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | start_ability_utils.cpp | 45 bool StartAbilityUtils::GetAppIndex(const Want &want, sptr<IRemoteObject> callerToken, int32_t &app… in GetAppIndex() function in OHOS::AAFwk::StartAbilityUtils 48 …if (abilityRecord && abilityRecord->GetAppIndex() > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_… in GetAppIndex() 50 appIndex = abilityRecord->GetAppIndex(); in GetAppIndex() 54 return AbilityRuntime::StartupUtil::GetAppIndex(want, appIndex); in GetAppIndex() 126 if (!AbilityRuntime::StartupUtil::GetAppIndex(want, appIndex)) { in CheckAppProvisionMode()
|
H A D | start_ability_handler.cpp | 94 callerAppIndex = record ? record->GetAppIndex() : 0; in GetCallerAppIndex()
|
H A D | dlp_state_item.cpp | 56 if (!record || record->GetAppIndex() <= AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in HandleDlpConnectionState()
|
H A D | pending_want_key.cpp | 135 int32_t PendingWantKey::GetAppIndex() in GetAppIndex() function in OHOS::AAFwk::PendingWantKey
|
H A D | pending_want_record.cpp | 155 … wantParams.SetParam("ohos.extra.param.key.appCloneIndex", Integer::Box(key_->GetAppIndex())); in BuildSendWant()
|
H A D | ability_first_frame_state_observer_manager.cpp | 125 abilityFirstFrameStateData.appIndex = abilityRecord->GetAppIndex(); in OnAbilityFirstFrameState()
|
/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() 85 abilityRecord->GetAppIndex() > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX) { in OtherAppsAccessDlpCheck()
|
H A D | pending_want_key.h | 58 int32_t GetAppIndex();
|
H A D | start_ability_utils.h | 51 static bool GetAppIndex(const Want &want, sptr<IRemoteObject> callerToken, int32_t &appIndex);
|
/ohos5.0/foundation/ability/ability_runtime/utils/server/startup/include/ |
H A D | startup_util.h | 41 static bool GetAppIndex(const AAFwk::Want &want, int32_t &appIndex);
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_bundle_option.h | 92 int32_t GetAppIndex() const;
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_clone_bundle_info.h | 44 int32_t GetAppIndex() const;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_launch_data.h | 150 inline int32_t GetAppIndex() const in GetAppIndex() function
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/startabilityutils_fuzzer/ |
H A D | startabilityutils_fuzzer.cpp | 71 StartAbilityUtils::GetAppIndex(want, callerToken, int32Param); in StartAbilityUtilsFuzztest1()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_bundle_option.cpp | 67 int32_t NotificationBundleOption::GetAppIndex() const in GetAppIndex() function in OHOS::Notification::NotificationBundleOption
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/ |
H A D | work_info.h | 302 int32_t GetAppIndex() const;
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_running_manager.cpp | 229 appRecord->GetAppIndex() == appCloneIndex) { in CheckAppCloneRunningRecordIsExistByBundleName() 758 info.appCloneIndex = appRecord->GetAppIndex(); in AssignRunningProcessInfoByAppRecord() 801 appData.appIndex = appRecord->GetAppIndex(); in GetForegroundApplications() 1160 || appRecord->GetAppIndex() != foregroundingRecord.GetAppIndex()) { in IsApplicationFirstForeground() 1184 || appRecord->GetAppIndex() != backgroundingRecord.GetAppIndex()) { in IsApplicationBackground()
|
/ohos5.0/foundation/ability/ability_runtime/utils/server/startup/src/ |
H A D | startup_util.cpp | 31 bool StartupUtil::GetAppIndex(const AAFwk::Want &want, int32_t &appIndex) in GetAppIndex() function in OHOS::AbilityRuntime::StartupUtil
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_info.h | 51 uint32_t GetAppIndex();
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_conn_manager.cpp | 106 want.SetParam(PARAM_APP_CLONE_INDEX_KEY, workStatus->workInfo_->GetAppIndex()); in StartWork()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_subscribe_manager.cpp | 256 uint32_t appIndex = appAccountInfo.GetAppIndex(); in PublishAccount()
|