Home
last modified time | relevance | path

Searched refs:GetCloneAppIndexes (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H A Dstart_ability_utils.h58 static std::vector<int32_t> GetCloneAppIndexes(const std::string &bundleName, int32_t userId);
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dstart_ability_utils.cpp132 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 Dbundle_mgr_helper.h108 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 Dbundle_mgr_helper.cpp908 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 Ddialog_session_manager.cpp439 auto appIndexes = StartAbilityUtils::GetCloneAppIndexes(bundleName, userId); in IsCreateCloneSelectorDialog()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager.cpp425 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 Dbundle_mgr_interface.h1523 virtual ErrCode GetCloneAppIndexes(const std::string &bundleName, std::vector<int32_t> &appIndexes, in GetCloneAppIndexes() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h1076 virtual ErrCode GetCloneAppIndexes(const std::string &bundleName, std::vector<int32_t> &appIndexes,
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp535 auto appIndexes = StartAbilityUtils::GetCloneAppIndexes(request.want.GetBundle(), userId); in GenerateAbilityRequestByAppIndexes()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h994 virtual ErrCode GetCloneAppIndexes(const std::string &bundleName, std::vector<int32_t> &appIndexes,
H A Dbundle_data_mgr.h960 std::vector<int32_t> GetCloneAppIndexes(const std::string &bundleName, int32_t userId) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1461 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 Dbundle_data_mgr.cpp738 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 Dbms_bundle_kit_service_test.cpp9796 * @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 Dbundle_mgr_host.cpp3909 auto ret = GetCloneAppIndexes(bundleName, appIndexes, userId); in HandleGetCloneAppIndexes()
H A Dbundle_mgr_proxy.cpp5031 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 Dbundle_manager.cpp5296 ErrCode getCloneIndexesRet = iBundleMgr->GetCloneAppIndexes(bundleName, appIndexes, userId); in InnerGetAllAppCloneBundleInfo()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp9369 ret = bundleMgrProxy->GetCloneAppIndexes(appName, appIndexes, USERID); in HWTEST_F()
9370 EXPECT_EQ(ret, ERR_OK) << "GetCloneAppIndexes fail!"; in HWTEST_F()

Completed in 97 milliseconds