/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_system_bundle_installer_test.cpp | 47 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 D | bms_bundle_ota_update_test.cpp | 247 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 D | bms_bundle_installer_test.cpp | 6776 * @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 D | system_bundle_installer.h | 75 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 D | hmp_bundle_installer.h | 52 bool UninstallSystemBundle(const std::string &bundleName, const std::string &modulePackage);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/ |
H A D | mock_system_bundle_installer.cpp | 85 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 D | system_bundle_installer.cpp | 138 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 D | hmp_bundle_installer.cpp | 298 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 D | bundle_mgr_service_event_handler.cpp | 2668 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 D | hmpbundleinstaller_fuzzer.cpp | 45 hmpBundleInstaller.UninstallSystemBundle(std::string(data, size), std::string(data, size)); in DoSomethingInterestingWithMyAPI()
|