Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2187 void AddOldAppId(const std::string &appId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp690 newInfo.AddOldAppId(newInfo.GetAppId()); in CollectProvisionInfo()
H A Dbundle_data_mgr.cpp357 oldInfo.AddOldAppId(oldInfo.GetAppId()); in AddNewModuleInfo()
363 oldInfo.AddOldAppId(newInfo.GetAppId()); in AddNewModuleInfo()
637 oldInfo.AddOldAppId(oldInfo.GetAppId()); in UpdateInnerBundleInfo()
639 oldInfo.AddOldAppId(newInfo.GetAppId()); in UpdateInnerBundleInfo()
H A Dinner_bundle_info.cpp4235 void InnerBundleInfo::AddOldAppId(const std::string &appId) in AddOldAppId() function in OHOS::AppExecFwk::InnerBundleInfo