Home
last modified time | relevance | path

Searched refs:GetCurModuleName (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp179 bundleName_.c_str(), item.second.GetCurModuleName().c_str(), in SendStartInstallNotify()
183 .modulePackage = item.second.GetCurModuleName(), in SendStartInstallNotify()
2007 if (info.GetInnerModuleInfoHnpInfo(info.GetCurModuleName())) { in ProcessBundleInstallNative()
2025 if (info.GetInnerModuleInfoHnpInfo(info.GetCurModuleName())) { in ProcessBundleUnInstallNative()
2530 auto moduleName = newInfo.GetCurModuleName(); in UpdateLibAttrs()
2606 if (info.IsCompressNativeLibs(info.GetCurModuleName())) { in ExtractEncryptedSoFiles()
3680 auto moduleName = innerBundleInfo.GetCurModuleName(); in GetCreateExtensionDirs()
3725 std::string modulePackage = item.second.GetCurModuleName(); in GetRemoveExtensionDirs()
5009 targetSoPathMap_.emplace(info.GetCurModuleName(), targetSoPath); in InnerProcessNativeLibs()
5070 std::string moduleName = (iter->second).GetCurModuleName(); in VerifyCodeSignatureForHap()
[all …]
H A Dbundle_install_checker.cpp897 … return std::make_tuple(false, info.second.GetCurModuleName(), info.second.GetReleaseType()); in GetValidReleaseType()
900 return std::make_tuple(true, (infos.begin()->second).GetCurModuleName(), in GetValidReleaseType()
956 info.second.GetCurModuleName().c_str(), info.second.GetReleaseType().c_str()); in CheckAppLabelInfo()
1123 std::string moduleName = newInfo.GetCurModuleName(); in IsExistedDistroModule()
1152 std::string moduleName = newInfo.GetCurModuleName(); in IsContainModuleName()
H A Dmodule_profile.cpp1764 if (!innerBundleInfo.IsCompressNativeLibs(innerBundleInfo.GetCurModuleName())) { in UpdateNativeSoAttrs()
1782 innerBundleInfo.GetCurModuleName() + ServiceConstants::PATH_SEPARATOR + soRelativePath); in UpdateNativeSoAttrs()
1784 innerBundleInfo.GetCurModuleName() + ServiceConstants::PATH_SEPARATOR + soRelativePath); in UpdateNativeSoAttrs()
H A Dbundle_profile.cpp2050 if (!innerBundleInfo.IsCompressNativeLibs(innerBundleInfo.GetCurModuleName())) { in UpdateNativeSoAttrs()
2068 innerBundleInfo.GetCurModuleName() + ServiceConstants::PATH_SEPARATOR + soRelativePath); in UpdateNativeSoAttrs()
H A Dbundle_mgr_service_event_handler.cpp819 auto& hapModuleName = info.GetCurModuleName(); in SaveInstallInfoToCache()
H A Dinner_bundle_info.cpp3413 const std::string InnerBundleInfo::GetCurModuleName() const in GetCurModuleName() function in OHOS::AppExecFwk::InnerBundleInfo
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp406 … auto moduleInfo = info.second.GetInnerModuleInfoByModuleName(info.second.GetCurModuleName()); in CheckAppLabelInfo()
639 newInnerBundleInfo_.SetInstallMark(bundleName_, newInnerBundleInfo_.GetCurModuleName(), in SaveBundleInfoToStorage()
958 std::string moduleName { newInfo.GetCurModuleName() }; in CheckNeedUpdate()
1049 … info.SetInstallMark(bundleName_, info.GetCurModuleName(), InstallExceptionStatus::INSTALL_FINISH); in MarkInstallFinish()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp125 item.second.GetBundleName().c_str(), item.second.GetCurModuleName().c_str(), in sendStartSharedBundleInstallNotify()
129 .modulePackage = item.second.GetCurModuleName(), in sendStartSharedBundleInstallNotify()
795 … info.SetInstallMark(bundleName_, info.GetCurModuleName(), InstallExceptionStatus::INSTALL_FINISH); in MarkInstallFinish()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp78 extendResourceInfo.moduleName = innerBundleInfo.GetCurModuleName(); in ConvertToExtendResourceInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp346 auto& hapModuleName = info.GetCurModuleName(); in SaveInstallInfoToCache()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h943 const std::string GetCurModuleName() const;