Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp2412 std::string ret = info.GetInnerModuleInfoHnpPath("");
2547 auto ret = info.GetInnerModuleInfoHnpPath(MODULE_NAME);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1203 std::string GetInnerModuleInfoHnpPath(const std::string &moduleName) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp2822 std::string InnerBundleInfo::GetInnerModuleInfoHnpPath(const std::string &moduleName) const in GetInnerModuleInfoHnpPath() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbase_bundle_installer.cpp2008 std::string moduleHnpsPath = info.GetInnerModuleInfoHnpPath(info.GetCurModuleName()); in ProcessBundleInstallNative()