Searched refs:UninstallSystemBundle (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/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; 66 return installer->UninstallSystemBundle(bundleName); in UninstallSystemBundle() 75 bool BmsSystemBundleInstallerTest::UninstallSystemBundle( in UninstallSystemBundle() function in OHOS::BmsSystemBundleInstallerTest 104 bool result = UninstallSystemBundle(bundleName); 116 bool result = UninstallSystemBundle(bundleName); 129 bool result = UninstallSystemBundle(bundleName, isKeepData); 142 bool result = UninstallSystemBundle(bundleName, isKeepData); 155 bool result = UninstallSystemBundle(bundleName, isKeepData); 168 bool result = UninstallSystemBundle(bundleName, isKeepData); 237 bool result = UninstallSystemBundle(bundleName); [all …]
|
H A D | bms_bundle_ota_update_test.cpp | 244 ret = installer->UninstallSystemBundle(bundleName); 291 ret = installer->UninstallSystemBundle(bundleName); 317 ret = installer->UninstallSystemBundle(bundleName); 344 ret = installer->UninstallSystemBundle(bundleName); 402 ret = installer->UninstallSystemBundle(bundleName); 440 ret = installer->UninstallSystemBundle(bundleName); 478 ret = installer->UninstallSystemBundle(bundleName); 510 ret = installer->UninstallSystemBundle(bundleName); 556 ret = installer->UninstallSystemBundle(BUNDLE_OTAUPDATETEST_NAME); 601 ret = installer->UninstallSystemBundle(bundleName);
|
/ohos5.0/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);
|
/ohos5.0/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 … in UninstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller 171 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, const InstallParam… in UninstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | system_bundle_installer.cpp | 137 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName) in UninstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller 163 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, bool isKeepData) in UninstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller 190 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, const std::string … in UninstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller 218 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, const InstallParam… in UninstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
|
H A D | bundle_mgr_service_event_handler.cpp | 2164 if (!installer.UninstallSystemBundle(bundleName)) { in ProcessRebootBundleUninstall() 2242 if (!installer.UninstallSystemBundle(bundleInfo.name, moduleName)) { in InnerProcessUninstallModule() 3286 if (!installer.UninstallSystemBundle(bundle, installParam)) { in InnerProcessRebootUninstallWrongBundle()
|