Home
last modified time | relevance | path

Searched refs:GetCloneBundleIdKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_clone_common.h37 static std::string GetCloneBundleIdKey(const std::string &bundleName, const int32_t appIndex) in GetCloneBundleIdKey() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp187 … std::string cloneBundleName = BundleCloneCommonHelper::GetCloneBundleIdKey(bundleName, appIndex); in ProcessCloneBundleInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp335 std::string GetCloneBundleIdKey(const std::string &bundleName, const int32_t appIndex) in GetCloneBundleIdKey() function
364 bundleNameCached = GetCloneBundleIdKey(asyncCallbackInfo->bundleName, appIndex); in GetBundleNameByUidExec()
414 …bundleNameCached = GetCloneBundleIdKey(asyncCallbackInfo->bundleName, asyncCallbackInfo->appIndex); in GetAppCloneIdentityExec()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp4631 BundleCloneCommonHelper::GetCloneBundleIdKey(bundleName, cloneInfo.appIndex); in RestoreUidAndGid()