Home
last modified time | relevance | path

Searched refs:hspDir (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhmp_bundle_installer.cpp254 void HmpBundleInstaller::ParseInfos(const std::string &bundleDir, const std::string &hspDir, in ParseInfos() argument
262 if (!hspDir.empty()) { in ParseInfos()
263 if (!ParseHapFiles(hspDir, infos) || infos.empty()) { in ParseInfos()
264 APP_LOGW("obtain appService bundleinfo failed : %{public}s ", hspDir.c_str()); in ParseInfos()
270 const std::string &bundleDir, const std::string &hspDir) in UpdateBundleInfo()
273 ParseInfos(bundleDir, hspDir, infos); in UpdateBundleInfo()
407 std::string hspDir = ""; in UpdateBundleInfoForHmp() local
409 hspDir = appServiceFwkBaseDir + ServiceConstants::PATH_SEPARATOR + bundleName; in UpdateBundleInfoForHmp()
411 UpdateBundleInfo(bundleName, bundleDir, hspDir); in UpdateBundleInfoForHmp()
416 std::string hspDir in UpdateBundleInfoForHmp() local
269 UpdateBundleInfo(const std::string &bundleName, const std::string &bundleDir, const std::string &hspDir) UpdateBundleInfo() argument
[all...]
H A Dbundle_mgr_service_event_handler.cpp980 for (const auto &hspDir : hspDirs) { in InnerProcessBootPreBundleProFileInstall()
981 ProcessSystemSharedBundleInstall(hspDir, Constants::AppType::SYSTEM_APP); in InnerProcessBootPreBundleProFileInstall()
2430 info.hspDir = bundlePath; in SaveHmpBundlePathInfo()
2553 installer->UpdateBundleInfo(item.second.bundleName, item.second.bundleDir, item.second.hspDir); in HandleHmpUninstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dhmp_bundle_installer.h37 void UpdateBundleInfo(const std::string &bundleName, const std::string &bundleDir, const std::string &hspDir);
47 void ParseInfos(const std::string &bundleDir, const std::string &hspDir,
H A Dbundle_mgr_service_event_handler.h73 std::string hspDir; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6745 const std::string hspDir = "/data"; in HWTEST_F() local
6746 installer.ParseInfos(bundleDir, hspDir, infos); in HWTEST_F()
6752 installer.UpdateBundleInfo(bundleName, bundleDir, hspDir); in HWTEST_F()

Completed in 19 milliseconds