Home
last modified time | relevance | path

Searched refs:RemoveCloneBundle (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp224 … ScopeGuard addCloneBundleGuard([&] { dataMgr->RemoveCloneBundle(bundleName, userId, appIndex); }); in ProcessCloneBundleInstall()
294 if (dataMgr_->RemoveCloneBundle(bundleName, userId, appIndex)) { in ProcessCloneBundleUninstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_bundle_logic_test.cpp293 ErrCode r2 = innerBundleInfo.RemoveCloneBundle(userId, appIndex);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h959 … ErrCode RemoveCloneBundle(const std::string &bundleName, const int32_t userId, int32_t appIndex);
H A Dinner_bundle_info.h2210 ErrCode RemoveCloneBundle(const int32_t userId, const int32_t appIndex);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp8448 innerBundleInfo.RemoveCloneBundle(attr.userId, attr.appIndex); in AddCloneBundle()
8512 ErrCode BundleDataMgr::RemoveCloneBundle(const std::string &bundleName, const int32_t userId, int32… in RemoveCloneBundle() function in OHOS::AppExecFwk::BundleDataMgr
8521 ErrCode res = innerBundleInfo.RemoveCloneBundle(userId, appIndex); in RemoveCloneBundle()
H A Dinner_bundle_info.cpp4520 ErrCode InnerBundleInfo::RemoveCloneBundle(const int32_t userId, const int32_t appIndex) in RemoveCloneBundle() function in OHOS::AppExecFwk::InnerBundleInfo