Home
last modified time | relevance | path

Searched refs:GetCloneAppIndexesNoLock (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp1341 std::vector<int32_t> cloneAppIndexes = GetCloneAppIndexesNoLock(bundleName, userId); in ImplicitQueryCurCloneAbilityInfos()
1402 std::vector<int32_t> cloneAppIndexes = GetCloneAppIndexesNoLock(bundleName, userId); in ImplicitQueryCurCloneAbilityInfosV9()
1487 std::vector<int32_t> cloneAppIndexes = GetCloneAppIndexesNoLock(innerBundleInfo.GetBundleName(), userId); in ImplicitQueryAllCloneAbilityInfos()
1559 std::vector<int32_t> cloneAppIndexes = GetCloneAppIndexesNoLock(item.second.GetBundleName(), userId); in ImplicitQueryAllCloneAbilityInfosV9()
2099 std::vector<int32_t> BundleDataMgr::GetCloneAppIndexesNoLock(const std::string &bundleName, int32_t userId) const in GetCloneAppIndexesNoLock() function in OHOS::AppExecFwk::BundleDataMgr
2476 std::vector<int32_t> appIndexVec = GetCloneAppIndexesNoLock(info.GetBundleName(), userId); in GetCloneAppInfo()
2607 std::vector<int32_t> appIndexVec = GetCloneAppIndexesNoLock(info.GetBundleName(), userId); in GetCloneAppInfoV9()
4348 std::vector<int32_t> appIndexVec = GetCloneAppIndexesNoLock(abilityInfo.bundleName, Constants::ALL_USERID); in IsAbilityEnabled()
8497 std::vector<int32_t> cloneAppIndexes = GetCloneAppIndexesNoLock(bundleName, userId); in ImplicitQueryCurCloneExtensionAbilityInfos()
8529 std::vector<int32_t> cloneAppIndexes = GetCloneAppIndexesNoLock(bundleNam in ImplicitQueryCurCloneExtensionAbilityInfosV9()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1069 std::vector<int32_t> GetCloneAppIndexesNoLock(const std::string &bundleName, int32_t userId) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp7381 * @tc.name: GetCloneAppIndexesNoLock
7382 * @tc.desc: test GetCloneAppIndexesNoLock the BundleDataMgr
7390 std::vector<int32_t> ret = bundleDataMgr->GetCloneAppIndexesNoLock(bundleName, -2); in HWTEST_F()

Completed in 27 milliseconds