Home
last modified time | relevance | path

Searched refs:GetCurrentModulePackage (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_install_checker.cpp90 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 Dbundle_overlay_data_manager.cpp86 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 Ddriver_installer.cpp35 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 Dbase_bundle_installer.cpp132 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 Dbundle_install_checker.cpp1124 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 Dbundle_mgr_service_event_handler.cpp793 …uleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + info.GetCurrentModulePackage(); in SaveInstallInfoToCache()
2000 std::string moduleName = newInfo.GetCurrentModulePackage(); in IsNeedToUpdateSharedHspByHash()
H A Dbundle_data_mgr.cpp313 … 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 Dinner_bundle_info.cpp4675 std::string moduleType = newInfo.GetModuleTypeByPackage(newInfo.GetCurrentModulePackage()); in UpdateMultiAppMode()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp460 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 Dbundle_mgr_service_event_handler.cpp324 …uleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + info.GetCurrentModulePackage(); in SaveInstallInfoToCache()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp241 …std::optional<AOTArgs> aotArgs = BuildAOTArgs(info, info.GetCurrentModulePackage(), compileMode, t… in HandleInstallWithSingleHap()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h871 std::string GetCurrentModulePackage() const in GetCurrentModulePackage() function