Searched refs:GetCurModuleName (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 179 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 D | bundle_install_checker.cpp | 897 … 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 D | module_profile.cpp | 1764 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 D | bundle_profile.cpp | 2050 if (!innerBundleInfo.IsCompressNativeLibs(innerBundleInfo.GetCurModuleName())) { in UpdateNativeSoAttrs() 2068 innerBundleInfo.GetCurModuleName() + ServiceConstants::PATH_SEPARATOR + soRelativePath); in UpdateNativeSoAttrs()
|
H A D | bundle_mgr_service_event_handler.cpp | 819 auto& hapModuleName = info.GetCurModuleName(); in SaveInstallInfoToCache()
|
H A D | inner_bundle_info.cpp | 3413 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 D | app_service_fwk_installer.cpp | 406 … 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 D | inner_shared_bundle_installer.cpp | 125 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 D | extend_resource_manager_host_impl.cpp | 78 extendResourceInfo.moduleName = innerBundleInfo.GetCurModuleName(); in ConvertToExtendResourceInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 346 auto& hapModuleName = info.GetCurModuleName(); in SaveInstallInfoToCache()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 943 const std::string GetCurModuleName() const;
|