Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhmp_bundle_installer.cpp37 HmpBundleInstaller::HmpBundleInstaller() in HmpBundleInstaller() function in OHOS::AppExecFwk::HmpBundleInstaller
42 HmpBundleInstaller::~HmpBundleInstaller() in ~HmpBundleInstaller()
47 std::set<std::string> HmpBundleInstaller::GetHmpBundleList(const std::string &path) const in GetHmpBundleList()
70 ErrCode HmpBundleInstaller::InstallSystemHspInHmp(const std::string &bundleDir) const in InstallSystemHspInHmp()
85 ErrCode HmpBundleInstaller::InstallNormalAppInHmp(const std::string &bundleDir, bool removable) in InstallNormalAppInHmp()
137 bool HmpBundleInstaller::GetRequiredUserIds(std::string bundleName, std::set<int32_t> &userIds) in GetRequiredUserIds()
161 bool HmpBundleInstaller::CheckAppIsUpdatedByUser(const std::string &bundleName) in CheckAppIsUpdatedByUser()
190 void HmpBundleInstaller
[all...]
H A Dbundle_mgr_service_event_handler.cpp2327 std::shared_ptr<HmpBundleInstaller> installer = std::make_shared<HmpBundleInstaller>(); in HandleInstallModuleUpdateNormalApp()
2507 std::shared_ptr<HmpBundleInstaller> installer = std::make_shared<HmpBundleInstaller>(); in ModuleUpdateRollBack()
2552 std::shared_ptr<HmpBundleInstaller> installer = std::make_shared<HmpBundleInstaller>(); in HandleHmpUninstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dhmp_bundle_installer.h23 class HmpBundleInstaller : public BaseBundleInstaller { class
25 HmpBundleInstaller();
26 virtual ~HmpBundleInstaller() override;
68 DISALLOW_COPY_AND_MOVE(HmpBundleInstaller);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/hmpbundleinstaller_fuzzer/
H A Dhmpbundleinstaller_fuzzer.cpp31 HmpBundleInstaller hmpBundleInstaller; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6456 * @tc.desc: 1.Test InstallSystemHspInHmp the HmpBundleInstaller
6460 HmpBundleInstaller installer; in HWTEST_F()
6468 * @tc.desc: 1.Test InstallNormalAppInHmp the HmpBundleInstaller
6472 HmpBundleInstaller installer; in HWTEST_F()
6480 * @tc.desc: 1.Test GetRequiredUserIds the HmpBundleInstaller
6484 HmpBundleInstaller installer; in HWTEST_F()
6734 * @tc.desc: 1.Test GetHmpBundleList the HmpBundleInstaller
6738 HmpBundleInstaller installer; in HWTEST_F()
6762 * @tc.desc: 1.Test ParseHapFiles the HmpBundleInstaller
6766 HmpBundleInstaller installe in HWTEST_F()
[all...]

Completed in 25 milliseconds