Searched refs:GetCloneAppIndexesNoLock (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 1327 std::vector<int32_t> cloneAppIndexes = GetCloneAppIndexesNoLock(bundleName, userId); in ImplicitQueryCurCloneAbilityInfos() 1387 std::vector<int32_t> cloneAppIndexes = GetCloneAppIndexesNoLock(bundleName, userId); in ImplicitQueryCurCloneAbilityInfosV9() 1472 …std::vector<int32_t> cloneAppIndexes = GetCloneAppIndexesNoLock(innerBundleInfo.GetBundleName(), u… in ImplicitQueryAllCloneAbilityInfos() 1543 …std::vector<int32_t> cloneAppIndexes = GetCloneAppIndexesNoLock(item.second.GetBundleName(), userI… in ImplicitQueryAllCloneAbilityInfosV9() 2085 std::vector<int32_t> BundleDataMgr::GetCloneAppIndexesNoLock(const std::string &bundleName, int32_t… in GetCloneAppIndexesNoLock() function in OHOS::AppExecFwk::BundleDataMgr 2460 std::vector<int32_t> appIndexVec = GetCloneAppIndexesNoLock(info.GetBundleName(), userId); in GetCloneAppInfo() 2591 std::vector<int32_t> appIndexVec = GetCloneAppIndexesNoLock(info.GetBundleName(), userId); in GetCloneAppInfoV9() 4319 …std::vector<int32_t> appIndexVec = GetCloneAppIndexesNoLock(abilityInfo.bundleName, Constants::ALL… in IsAbilityEnabled() 8813 std::vector<int32_t> cloneAppIndexes = GetCloneAppIndexesNoLock(bundleName, userId); in ImplicitQueryCurCloneExtensionAbilityInfos() 8845 std::vector<int32_t> cloneAppIndexes = GetCloneAppIndexesNoLock(bundleName, userId); in ImplicitQueryCurCloneExtensionAbilityInfosV9() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_data_mgr.h | 1094 …std::vector<int32_t> GetCloneAppIndexesNoLock(const std::string &bundleName, int32_t userId) const;
|