Searched refs:GetCurrentModulePackage (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/ |
H A D | bundle_overlay_install_checker.cpp | 90 std::string moduleName = innerBundleInfo.GetCurrentModulePackage(); in CheckInternalBundle() 143 std::string moduleName = innerBundleInfo.GetCurrentModulePackage(); in CheckExternalBundle() 177 std::string currentPackageName = info.GetCurrentModulePackage(); in CheckHapType() 211 … if (!innerBundleInfo.second.isOverlayModule(innerBundleInfo.second.GetCurrentModulePackage())) { in CheckVersionCode() 304 std::string newModuleName = newInfo.GetCurrentModulePackage(); in CheckOverlayUpdate()
|
H A D | bundle_overlay_data_manager.cpp | 86 overlayModuleInfo.hapPath = newInfo.GetModuleHapPath(newInfo.GetCurrentModulePackage()); in UpdateInternalOverlayInfo() 113 overlayModuleInfo.hapPath = newInfo.GetModuleHapPath(newInfo.GetCurrentModulePackage()); in UpdateExternalOverlayInfo() 124 const std::string &moduleHapPath = newInfo.GetModuleHapPath(newInfo.GetCurrentModulePackage()); in UpdateExternalOverlayInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/ |
H A D | driver_installer.cpp | 35 bool isModuleExisted = oldInfo.FindModule(info.second.GetCurrentModulePackage()); in CopyAllDriverFile() 56 info.FetchNativeSoAttrs(info.GetCurrentModulePackage(), cpuAbi, nativeLibraryPath); in CopyDriverSoFile() 112 const auto &moduleName = info.GetModuleName(info.GetCurrentModulePackage()); in FilterDriverSoFile() 123 std::string packageName = info.second.GetCurrentModulePackage(); in RemoveAndReNameDriverFile()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 132 return GetHapPath(info, info.GetModuleName(info.GetCurrentModulePackage())); in GetHapPath() 824 std::string packageName = info.second.GetCurrentModulePackage(); in InnerProcessBundleInstall() 1410 auto modulePackage = info.GetCurrentModulePackage(); in RollBack() 2038 modulePackage_ = info.GetCurrentModulePackage(); in ProcessBundleInstallStatus() 2114 modulePackage_ = newInfo.GetCurrentModulePackage(); in ProcessBundleUpdateStatus() 2377 modulePackage_ = info.second.GetCurrentModulePackage(); in ProcessQuickFixWhenInstallNewModule() 3449 + info.GetCurrentModulePackage(); in RemoveEmptyDirs() 5317 if (installedModules_[info.GetCurrentModulePackage()]) { in GetTempHapPath() 5478 .append(info.second.GetCurrentModulePackage()) in MoveSoFileToRealInstallationDir() 5640 entryModuleName_ = info.second.GetCurrentModulePackage(); in InstallEntryMoudleFirst() [all …]
|
H A D | bundle_install_checker.cpp | 1124 std::string packageName = newInfo.GetCurrentModulePackage(); in IsExistedDistroModule() 1372 …std::vector<std::string> devVec = info.second.GetDeviceType(info.second.GetCurrentModulePackage()); in CheckSupportAppTypes() 1398 …std::vector<std::string> devVec = info.second.GetDeviceType(info.second.GetCurrentModulePackage()); in CheckDeviceType()
|
H A D | bundle_mgr_service_event_handler.cpp | 793 …uleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + info.GetCurrentModulePackage(); in SaveInstallInfoToCache() 2000 std::string moduleName = newInfo.GetCurrentModulePackage(); in IsNeedToUpdateSharedHspByHash()
|
H A D | bundle_data_mgr.cpp | 313 … info.SetOverlayModuleState(info.GetCurrentModulePackage(), OverlayState::OVERLAY_INVALID, in AddInnerBundleInfo() 318 BuildExternalOverlayConnection(info.GetCurrentModulePackage(), info, info.GetUserId()); in AddInnerBundleInfo() 331 …APP_LOGD("add new module info module name %{public}s ", newInfo.GetCurrentModulePackage().c_str()); in AddNewModuleInfo() 612 bundleName.c_str(), newInfo.GetCurrentModulePackage().c_str()); in UpdateInnerBundleInfo()
|
H A D | inner_bundle_info.cpp | 4675 std::string moduleType = newInfo.GetModuleTypeByPackage(newInfo.GetCurrentModulePackage()); in UpdateMultiAppMode()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 460 newInfo.GetCurrentModulePackage().c_str()); in InnerProcessInstall() 476 newInfo.GetCurrentModulePackage().c_str(), bundlePath.c_str()); in ExtractModule() 741 std::string moduleName = newInfo.GetCurrentModulePackage(); in ProcessBundleUpdateStatus() 772 std::string moduleName = newInfo.GetCurrentModulePackage(); in ProcessModuleUpdate() 806 std::string moduleName = newInfo.GetCurrentModulePackage(); in ProcessNewModuleInstall()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 324 …uleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + info.GetCurrentModulePackage(); in SaveInstallInfoToCache()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_handler.cpp | 241 …std::optional<AOTArgs> aotArgs = BuildAOTArgs(info, info.GetCurrentModulePackage(), compileMode, t… in HandleInstallWithSingleHap()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 871 std::string GetCurrentModulePackage() const in GetCurrentModulePackage() function
|