Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_resource_helper.cpp179 bool BundleResourceHelper::DeleteCloneBundleResourceInfo(const std::string &bundleName, in DeleteCloneBundleResourceInfo() function in OHOS::AppExecFwk::BundleResourceHelper
191 if (!manager->DeleteCloneBundleResourceInfo(bundleName, appIndex)) { in DeleteCloneBundleResourceInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_resource_helper.h61 static bool DeleteCloneBundleResourceInfo(const std::string &bundleName, const int32_t appIndex,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_manager.h86 bool DeleteCloneBundleResourceInfo(const std::string &bundleName, const int32_t appIndex);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp307 BundleResourceHelper::DeleteCloneBundleResourceInfo(bundleName, appIndex, userId); in ProcessCloneBundleUninstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_manager.cpp593 bool BundleResourceManager::DeleteCloneBundleResourceInfo(const std::string &bundleName, in DeleteCloneBundleResourceInfo() function in OHOS::AppExecFwk::BundleResourceManager
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_resource_test.cpp3756 bool ret = BundleResourceHelper::DeleteCloneBundleResourceInfo(BUNDLE_NAME, false, USERID);