Home
last modified time | relevance | path

Searched refs:UninstallSystemBundle (Results 1 - 10 of 10) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_system_bundle_installer_test.cpp47 bool UninstallSystemBundle(const std::string &bundleName) const;
48 bool UninstallSystemBundle(const std::string &bundleName, bool isKeepData) const;
49 bool UninstallSystemBundle(const std::string &bundleName, const std::string &modulePackage) const;
63 bool BmsSystemBundleInstallerTest::UninstallSystemBundle(const std::string &bundleName) const in UninstallSystemBundle() function in OHOS::BmsSystemBundleInstallerTest
66 return installer->UninstallSystemBundle(bundleName); in UninstallSystemBundle()
69 bool BmsSystemBundleInstallerTest::UninstallSystemBundle(const std::string &bundleName, bool isKeepData) const in UninstallSystemBundle() function in OHOS::BmsSystemBundleInstallerTest
72 return installer->UninstallSystemBundle(bundleName, isKeepData); in UninstallSystemBundle()
75 bool BmsSystemBundleInstallerTest::UninstallSystemBundle( in UninstallSystemBundle() function in OHOS::BmsSystemBundleInstallerTest
79 return installer->UninstallSystemBundle(bundleName, modulePackage); in UninstallSystemBundle()
98 * @tc.name: UninstallSystemBundle
[all...]
H A Dbms_bundle_ota_update_test.cpp247 ret = installer->UninstallSystemBundle(bundleName); in HWTEST_F()
294 ret = installer->UninstallSystemBundle(bundleName); in HWTEST_F()
320 ret = installer->UninstallSystemBundle(bundleName); in HWTEST_F()
347 ret = installer->UninstallSystemBundle(bundleName); in HWTEST_F()
405 ret = installer->UninstallSystemBundle(bundleName); in HWTEST_F()
443 ret = installer->UninstallSystemBundle(bundleName); in HWTEST_F()
481 ret = installer->UninstallSystemBundle(bundleName); in HWTEST_F()
513 ret = installer->UninstallSystemBundle(bundleName); in HWTEST_F()
559 ret = installer->UninstallSystemBundle(BUNDLE_OTAUPDATETEST_NAME); in HWTEST_F()
604 ret = installer->UninstallSystemBundle(bundleNam in HWTEST_F()
[all...]
H A Dbms_bundle_installer_test.cpp6776 * @tc.name: test UninstallSystemBundle
6777 * @tc.desc: 1.Test UninstallSystemBundle the HmpBundleInstaller
6795 bool ret = installer.UninstallSystemBundle(bundleName, modulePackage); in HWTEST_F()
6901 * @tc.name: test UninstallSystemBundle
6902 * @tc.desc: 1.Test UninstallSystemBundle the SystemBundleInstaller
6910 bool ret = installer.UninstallSystemBundle(bundleName, installParam); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dsystem_bundle_installer.h75 bool UninstallSystemBundle(const std::string &bundleName);
77 bool UninstallSystemBundle(const std::string &bundleName, const InstallParam &installParam);
84 bool UninstallSystemBundle(const std::string &bundleName, bool isKeepData);
91 bool UninstallSystemBundle(const std::string &bundleName, const std::string &modulePackage);
H A Dhmp_bundle_installer.h52 bool UninstallSystemBundle(const std::string &bundleName, const std::string &modulePackage);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dmock_system_bundle_installer.cpp85 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName) in UninstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
113 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, bool isKeepData) in UninstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
142 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, const std::string &modulePackage) in UninstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
171 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, const InstallParam &installParam) in UninstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp138 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName) in UninstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
170 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, bool isKeepData) in UninstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
197 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, const std::string &modulePackage) in UninstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
226 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, const InstallParam &installParam) in UninstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
H A Dhmp_bundle_installer.cpp298 if (!UninstallSystemBundle(bundleName, item.first)) { in UpdateInnerBundleInfo()
306 bool HmpBundleInstaller::UninstallSystemBundle(const std::string &bundleName, const std::string &modulePackage) in UninstallSystemBundle() function in OHOS::AppExecFwk::HmpBundleInstaller
H A Dbundle_mgr_service_event_handler.cpp2668 if (!installer.UninstallSystemBundle(bundleName)) { in ProcessRebootBundleUninstall()
2752 if (!installer.UninstallSystemBundle(bundleInfo.name, moduleName)) { in InnerProcessUninstallModule()
3854 if (!installer.UninstallSystemBundle(bundle, installParam)) { in InnerProcessRebootUninstallWrongBundle()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/hmpbundleinstaller_fuzzer/
H A Dhmpbundleinstaller_fuzzer.cpp45 hmpBundleInstaller.UninstallSystemBundle(std::string(data, size), std::string(data, size)); in DoSomethingInterestingWithMyAPI()

Completed in 23 milliseconds