Home
last modified time | relevance | path

Searched refs:BuildExternalOverlayConnection (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1186 …void BuildExternalOverlayConnection(const std::string &moduleName, InnerBundleInfo &oldInfo, int32…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp318 BuildExternalOverlayConnection(info.GetCurrentModulePackage(), info, info.GetUserId()); in AddInnerBundleInfo()
7762 BuildExternalOverlayConnection(moduleName, oldInfo, newInfo.GetUserId()); in UpdateOverlayInfo()
7786 void BundleDataMgr::BuildExternalOverlayConnection(const std::string &moduleName, InnerBundleInfo &… in BuildExternalOverlayConnection() function in OHOS::AppExecFwk::BundleDataMgr