Searched refs:currentBundle (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | context_impl.cpp | 478 bool currentBundle = false; in CreateModuleResourceManager() local 487 bundleInfo, currentBundle, moduleName); in CreateModuleResourceManager() 495 bundleInfo, currentBundle, moduleName); in CreateModuleResourceManager() 556 bool ¤tBundle) in GetBundleInfo() argument 563 currentBundle = bundleName == currentBundleName; in GetBundleInfo() 571 if (currentBundle) { in GetBundleInfo() 798 bundleInfo, currentBundle, moduleName); in InitResourceManager() 808 bundleInfo, currentBundle, moduleName, inputContext); in InitResourceManager() 846 bundleInfo, currentBundle, moduleName); in InitResourceManagerInner() 872 if (currentBundle) { in InitResourceManagerInner() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/ |
H A D | context_impl.h | 425 bool currentBundle = false, const std::string &moduleName = "", 456 … const AppExecFwk::BundleInfo &bundleInfo, bool currentBundle, const std::string& moduleName); 458 const AppExecFwk::BundleInfo &bundleInfo, bool currentBundle, const std::string& moduleName, 461 … std::string &bundleName, const std::string &moduleName, std::string &loadPath, bool currentBundle, 469 …BundleInfo(const std::string &bundleName, AppExecFwk::BundleInfo &bundleInfo, bool ¤tBundle);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 395 const auto ¤tBundle = iter->second; in MergeBundleInfos() local 396 const auto& infos = currentBundle.GetInnerSharedModuleInfos(); in MergeBundleInfos() 408 …if (newBundleInfo_.GetBaseBundleInfo().versionCode < currentBundle.GetBaseBundleInfo().versionCode… in MergeBundleInfos() 409 newBundleInfo_.UpdateBaseBundleInfo(currentBundle.GetBaseBundleInfo(), false); in MergeBundleInfos() 410 newBundleInfo_.UpdateBaseApplicationInfo(currentBundle.GetBaseApplicationInfo(), false); in MergeBundleInfos() 411 newBundleInfo_.UpdateReleaseType(currentBundle); in MergeBundleInfos()
|