Home
last modified time | relevance | path

Searched refs:GetInnerModuleInfoHnpInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp2007 if (info.GetInnerModuleInfoHnpInfo(info.GetCurModuleName())) { in ProcessBundleInstallNative()
2025 if (info.GetInnerModuleInfoHnpInfo(info.GetCurModuleName())) { in ProcessBundleUnInstallNative()
2320 auto hnpPackageOldInfos = oldInfo.GetInnerModuleInfoHnpInfo(oldInfo.GetCurModuleName()); in ProcessModuleUpdate()
2321 auto hnpPackageNewInfos = newInfo.GetInnerModuleInfoHnpInfo(newInfo.GetCurModuleName()); in ProcessModuleUpdate()
3168 if (auto hnpPackageInfos = info.GetInnerModuleInfoHnpInfo(info.GetCurModuleName())) { in ExtractModule()
H A Dinner_bundle_info.cpp2810 std::optional<std::vector<HnpPackage>> InnerBundleInfo::GetInnerModuleInfoHnpInfo(const std::string… in GetInnerModuleInfoHnpInfo() function in OHOS::AppExecFwk::InnerBundleInfo
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp2400 auto ret = info.GetInnerModuleInfoHnpInfo("");
2524 auto ret = info.GetInnerModuleInfoHnpInfo(MODULE_NAME);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1202 …std::optional<std::vector<HnpPackage>> GetInnerModuleInfoHnpInfo(const std::string &moduleName) co…