/foundation/ability/ability_runtime/services/abilitymgr/include/utils/ |
H A D | start_ability_utils.h | 58 static std::vector<int32_t> GetCloneAppIndexes(const std::string &bundleName, int32_t userId);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | start_ability_utils.cpp | 132 std::vector<int32_t> StartAbilityUtils::GetCloneAppIndexes(const std::string &bundleName, int32_t userId) in GetCloneAppIndexes() function in OHOS::AAFwk::StartAbilityUtils 137 IN_PROCESS_CALL_WITHOUT_RET(bms->GetCloneAppIndexes(bundleName, appIndexes, userId)); in GetCloneAppIndexes()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.h | 108 ErrCode GetCloneAppIndexes(const std::string &bundleName, std::vector<int32_t> &appIndexes, int32_t userId);
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.cpp | 908 ErrCode BundleMgrHelper::GetCloneAppIndexes(const std::string &bundleName, std::vector<int32_t> &appIndexes, in GetCloneAppIndexes() function in OHOS::AppExecFwk::BundleMgrHelper 919 return bundleMgr->GetCloneAppIndexes(bundleName, appIndexes, userId); in GetCloneAppIndexes()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/dialog_session/ |
H A D | dialog_session_manager.cpp | 439 auto appIndexes = StartAbilityUtils::GetCloneAppIndexes(bundleName, userId); in IsCreateCloneSelectorDialog()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/ |
H A D | app_control_manager.cpp | 425 std::vector<int32_t> appIndexVec = dataMgr->GetCloneAppIndexes(bundleName, Constants::ALL_USERID); in DeleteAllDisposedRuleByBundle()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1523 virtual ErrCode GetCloneAppIndexes(const std::string &bundleName, std::vector<int32_t> &appIndexes, in GetCloneAppIndexes() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 1076 virtual ErrCode GetCloneAppIndexes(const std::string &bundleName, std::vector<int32_t> &appIndexes,
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | implicit_start_processor.cpp | 535 auto appIndexes = StartAbilityUtils::GetCloneAppIndexes(request.want.GetBundle(), userId); in GenerateAbilityRequestByAppIndexes()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 994 virtual ErrCode GetCloneAppIndexes(const std::string &bundleName, std::vector<int32_t> &appIndexes,
|
H A D | bundle_data_mgr.h | 960 std::vector<int32_t> GetCloneAppIndexes(const std::string &bundleName, int32_t userId) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 1461 std::vector<int32_t> appIndexes = dataMgr->GetCloneAppIndexes(bundleName, userId); in CheckAppIndex() 4255 ErrCode BundleMgrHostImpl::GetCloneAppIndexes(const std::string &bundleName, std::vector<int32_t> &appIndexes, in GetCloneAppIndexes() function in OHOS::AppExecFwk::BundleMgrHostImpl 4258 APP_LOGD("start GetCloneAppIndexes bundleName = %{public}s, userId = %{public}d", bundleName.c_str(), userId); in GetCloneAppIndexes() 4268 APP_LOGD("verify permission success, begin to GetCloneAppIndexes"); in GetCloneAppIndexes() 4274 appIndexes = dataMgr->GetCloneAppIndexes(bundleName, userId); in GetCloneAppIndexes()
|
H A D | bundle_data_mgr.cpp | 738 std::vector<int32_t> cloneAppIndexes = GetCloneAppIndexes(element.GetBundleName(), userId); in GetCloneAbilityInfos() 755 std::vector<int32_t> cloneAppIndexes = GetCloneAppIndexes(element.GetBundleName(), userId); in GetCloneAbilityInfosV9() 2062 std::vector<int32_t> BundleDataMgr::GetCloneAppIndexes(const std::string &bundleName, int32_t userId) const in GetCloneAppIndexes() function in OHOS::AppExecFwk::BundleDataMgr 8423 std::vector<int32_t> cloneAppIndexes = GetCloneAppIndexes(bundleName, userId); in QueryAllCloneExtensionInfos() 8462 std::vector<int32_t> cloneAppIndexes = GetCloneAppIndexes(bundleName, userId); in QueryAllCloneExtensionInfosV9()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 9796 * @tc.name: test GetCloneAppIndexes 9797 * @tc.desc: 1.Test the GetCloneAppIndexes by BundleMgrHostImpl 9804 ErrCode ret = hostImpl->GetCloneAppIndexes(BUNDLE_NAME_DEMO, appIndexes, DEFAULT_USERID); in HWTEST_F() 13407 * @tc.name: GetCloneAppIndexes 13420 std::vector<int32_t> appCloneIndexes = dataMgr->GetCloneAppIndexes(bundleName, userId); in HWTEST_F() 13423 appCloneIndexes = dataMgr->GetCloneAppIndexes(bundleName, userIdInvalid); in HWTEST_F() 13425 appCloneIndexes = dataMgr->GetCloneAppIndexes("", userId); in HWTEST_F() 13432 appCloneIndexes = dataMgr->GetCloneAppIndexes(bundleName, userId); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 3909 auto ret = GetCloneAppIndexes(bundleName, appIndexes, userId); in HandleGetCloneAppIndexes()
|
H A D | bundle_mgr_proxy.cpp | 5031 ErrCode BundleMgrProxy::GetCloneAppIndexes(const std::string &bundleName, std::vector<int32_t> &appIndexes, in GetCloneAppIndexes() function in OHOS::AppExecFwk::BundleMgrProxy 5035 APP_LOGD("begin to GetCloneAppIndexes of %{public}s", bundleName.c_str()); in GetCloneAppIndexes() 5038 APP_LOGE("fail to GetCloneAppIndexes due to write InterfaceToken fail"); in GetCloneAppIndexes() 5042 APP_LOGE("failed to GetCloneAppIndexes due to write bundleName fail"); in GetCloneAppIndexes() 5046 APP_LOGE("fail to GetCloneAppIndexes due to write userId fail"); in GetCloneAppIndexes() 5052 APP_LOGE("fail to GetCloneAppIndexes from server"); in GetCloneAppIndexes() 5060 APP_LOGE("fail to GetCloneAppIndexes from reply"); in GetCloneAppIndexes()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 5296 ErrCode getCloneIndexesRet = iBundleMgr->GetCloneAppIndexes(bundleName, appIndexes, userId); in InnerGetAllAppCloneBundleInfo()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 9369 ret = bundleMgrProxy->GetCloneAppIndexes(appName, appIndexes, USERID); in HWTEST_F() 9370 EXPECT_EQ(ret, ERR_OK) << "GetCloneAppIndexes fail!"; in HWTEST_F()
|