Searched refs:GetCloneBundleInfos (Results 1 - 3 of 3) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_data_mgr.h | 1116 void GetCloneBundleInfos(const InnerBundleInfo& info, int32_t flags, int32_t userId,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 2022 void BundleDataMgr::GetCloneBundleInfos(const InnerBundleInfo& info, int32_t flags, int32_t userId, in GetCloneBundleInfos() function in OHOS::AppExecFwk::BundleDataMgr 3178 GetCloneBundleInfos(innerBundleInfo, flags, responseUserId, bundleInfo, bundleInfos); in GetBundleInfos() 3302 GetCloneBundleInfos(info, flags, Constants::ALL_USERID, bundleInfo, bundleInfos); in GetAllBundleInfos() 3364 GetCloneBundleInfos(innerBundleInfo, flags, responseUserId, bundleInfo, bundleInfos); in GetBundleInfosV9() 3408 GetCloneBundleInfos(info, flags, Constants::ALL_USERID, bundleInfo, bundleInfos); in GetAllBundleInfosV9()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 5782 * @tc.name: GetCloneBundleInfos 5783 * @tc.desc: test GetCloneBundleInfos 5795 GetBundleDataMgr()->GetCloneBundleInfos(innerBundleInfo, flags, USERID, bundleInfo, bundleInfos); in HWTEST_F() 5808 GetBundleDataMgr()->GetCloneBundleInfos(innerBundleInfo, flags, USERID, bundleInfo, bundleInfos); in HWTEST_F()
|
Completed in 29 milliseconds