/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_bundle_installer_service.h | 36 MOCK_METHOD3(Uninstall, 38 MOCK_METHOD4(Uninstall, bool(const std::string &, const std::string &, const AppExecFwk::InstallParam &, 40 MOCK_METHOD2(Uninstall, bool(const AppExecFwk::UninstallParam &, const sptr<AppExecFwk::IStatusReceiver> &));
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_installer.h | 71 * @brief Uninstall a bundle using this installer object. 76 void Uninstall(const std::string &bundleName, const InstallParam &installParam); 78 * @brief Uninstall a module using this installer object. 84 void Uninstall(const std::string &bundleName, const std::string &modulePackage, const InstallParam &installParam); 86 * @brief Uninstall a bundle by uninstallParam. 90 void Uninstall(const UninstallParam &uninstallParam);
|
H A D | bundle_installer_host.h | 78 virtual bool Uninstall(const std::string &bundleName, const InstallParam &installParam, 88 virtual bool Uninstall(const std::string &bundleName, const std::string &modulePackage, 91 virtual bool Uninstall(const UninstallParam &uninstallParam, 113 * @brief Uninstall sandbox application. 161 * @brief Handles the Uninstall bundle function called from a IBundleInstaller proxy object. 168 * @brief Handles the Uninstall module function called from a IBundleInstaller proxy object.
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/ |
H A D | bundle_manager.cpp | 25 bool Uninstall(const char *bundleName, const InstallParam *installParam, InstallerCallback installerCallback)
in Uninstall() function 27 return OHOS::BundleMsClient::GetInstance().Uninstall(bundleName, installParam, installerCallback);
in Uninstall()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/ |
H A D | bms_compatible_system_test.cpp | 77 static void Uninstall(const std::string &bundleName, std::string &installMessage); 155 void BmsCompatibleSystemTest::Uninstall(const std::string &bundleName, std::string &uninstallMessage) in Uninstall() function in OHOS::AppExecFwk::BmsCompatibleSystemTest 172 installerProxy->Uninstall(bundleName, installParam, statusReceiver); in Uninstall() 286 Uninstall(bundleName, message); in HWTEST_F() 327 Uninstall(bundleName, message); in HWTEST_F() 366 Uninstall(bundleName, message); in HWTEST_F() 410 Uninstall(bundleName, message); in HWTEST_F() 429 Uninstall(bundleName, message); in HWTEST_F() 508 Uninstall(bundleName, message); in HWTEST_F() 545 Uninstall(bundleNam in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_installer_interface.h | 70 virtual bool Uninstall(const std::string &bundleName, const InstallParam &installParam, 73 virtual bool Uninstall(const UninstallParam &uninstallParam, 83 virtual bool Uninstall(const std::string &bundleName, const std::string &modulePackage, 110 * @brief Uninstall sandbox application.
|
H A D | bundle_installer_proxy.h | 69 virtual bool Uninstall(const std::string &bundleName, const InstallParam &installParam, 79 virtual bool Uninstall(const std::string &bundleName, const std::string &modulePackage, 87 virtual bool Uninstall(const UninstallParam &uninstallParam, const sptr<IStatusReceiver> &statusReceiver) override; 98 * @brief Uninstall sandbox application.
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerhost_fuzzer/ |
H A D | bundleinstallerhost_fuzzer.cpp | 70 bundleInstallerHost->Uninstall(bundleName, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI() 71 bundleInstallerHost->Uninstall(bundleName, modulePackage, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI() 72 bundleInstallerHost->Uninstall(uninstallParam, statusReceiver); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_tool/test/mock/ |
H A D | mock_bundle_installer_host.h | 58 bool Uninstall( 61 bool Uninstall(const std::string &bundleName, const std::string &modulePackage, const InstallParam &installParam, 64 bool Uninstall(const UninstallParam &uninstallParam, const sptr<IStatusReceiver> &statusReceiver);
|
H A D | mock_bundle_installer_host.cpp | 59 bool MockBundleInstallerHost::Uninstall( in Uninstall() function in OHOS::AppExecFwk::MockBundleInstallerHost 72 bool MockBundleInstallerHost::Uninstall(const std::string &bundleName, const std::string &modulePackage, in Uninstall() function in OHOS::AppExecFwk::MockBundleInstallerHost 126 bool MockBundleInstallerHost::Uninstall(const UninstallParam &uninstallParam, in Uninstall() function in OHOS::AppExecFwk::MockBundleInstallerHost
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 268 static void Uninstall(const std::string &bundleName, std::vector<std::string> &resvec); 366 void ActsBmsKitSystemTest::Uninstall(const std::string &bundleName, std::vector<std::string> &resvec) in Uninstall() function in OHOS::AppExecFwk::ActsBmsKitSystemTest 383 installerProxy->Uninstall(bundleName, installParam, statusReceiver); in Uninstall() 406 installerProxy->Uninstall(bundleName, modulePackage, installParam, statusReceiver); in HapUninstall() 552 Uninstall(appName, resvec); in HWTEST_F() 585 Uninstall(appName, resvec); in HWTEST_F() 619 Uninstall(appName, resvec); in HWTEST_F() 695 Uninstall(appName, resvec); in HWTEST_F() 784 Uninstall(ROUTER_MAP_TEST_BUNDLE_NAME, resvec); in HWTEST_F() 817 Uninstall(appNam in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_mgr_slite_feature.cpp | 29 .Uninstall = BundleMgrSliteFeature::Uninstall,
108 bool BundleMgrSliteFeature::Uninstall(const char *bundleName, const InstallParam *installParam,
in Uninstall() function in OHOS::BundleMgrSliteFeature 111 return OHOS::GtManagerService::GetInstance().Uninstall(bundleName, installParam, installerCallback);
in Uninstall()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerproxy_fuzzer/ |
H A D | bundleinstallerproxy_fuzzer.cpp | 41 bundleinstallerProxy.Uninstall(bundleName, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI() 43 bundleinstallerProxy.Uninstall(bundleFilePath, modulePackage, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/ |
H A D | bms_launcher_service_system_test.cpp | 95 static void Uninstall(const std::string &bundleName, std::string &uninstallMessage); 214 void BmsLauncherServiceSystemTest::Uninstall(const std::string &bundleName, std::string &uninstallMessage) in Uninstall() function in OHOS::AppExecFwk::BmsLauncherServiceSystemTest 231 installerProxy->Uninstall(bundleName, installParam, statusReceiver); in Uninstall() 426 Uninstall(bundleName, message); in HWTEST_F() 447 Uninstall(bundleName, message); in HWTEST_F() 473 Uninstall(bundleName, message); in HWTEST_F() 496 Uninstall(bundleName, message); in HWTEST_F() 522 Uninstall(bundleName, message); in HWTEST_F() 549 Uninstall(bundleName, message); in HWTEST_F() 587 Uninstall(bundleNam in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_multiuser_install_test/ |
H A D | bms_bundle_multiuser_install_ipc_test.cpp | 130 bool Uninstall(const std::string &bundleName, const InstallParam &installParam, in Uninstall() function in OHOS::EmptyTestBundleInstaller 135 bool Uninstall(const UninstallParam &uninstallParam, in Uninstall() function in OHOS::EmptyTestBundleInstaller 140 bool Uninstall(const std::string &bundleName, const std::string &modulePackage, in Uninstall() function in OHOS::EmptyTestBundleInstaller
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/ |
H A D | bms_bundle_installers_test.cpp | 289 * @tc.name: Uninstall 290 * @tc.desc: test Uninstall (Parameters are normal) 305 bundleInstaller_->Uninstall(BUNDLE_PATH, installParam); in HWTEST_F() 313 * @tc.name: Uninstall 314 * @tc.desc: test Uninstall (The bundlename parameter is EMPTY_STRING) 329 bundleInstaller_->Uninstall(EMPTY_STRING, installParam); in HWTEST_F() 337 * @tc.name: Uninstall 338 * @tc.desc: test Uninstall (No user ID added) 352 bundleInstaller_->Uninstall(BUNDLE_PATH, installParam); in HWTEST_F() 360 * @tc.name: Uninstall [all...] |
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/ |
H A D | bms_uninstall_system_test.cpp | 106 static void Uninstall(const std::string &bundleName, std::vector<std::string> &resvec); 136 Uninstall(bundleName, resvec); in SetUp() 310 void BmsUninstallSystemTest::Uninstall(const std::string &bundleName, std::vector<std::string> &resvec) in Uninstall() function in OHOS::AppExecFwk::BmsUninstallSystemTest 327 installerProxy->Uninstall(bundleName, installParam, statusReceiver); in Uninstall() 350 installerProxy->Uninstall(bundleName, modulePackage, installParam, statusReceiver); in HapUninstall() 372 installerProxy->Uninstall(bundleName, installParam, statusReceiver); in UninstallWithoutResvec() 404 Uninstall(bundleName, resvec); in HWTEST_F() 446 Uninstall(bundleName, resvec); in HWTEST_F() 479 Uninstall(bundleName, resvec); in HWTEST_F() 485 Uninstall(bundleNam in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/slite/ |
H A D | bundle_manager.h | 56 * This function can be registered through {@link Install} and {@link Uninstall} to receive the installation, update, 94 bool Uninstall(const char *bundleName, const InstallParam *installParam, InstallerCallback installerCallback);
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
H A D | bms_search_system_test.cpp | 181 static void Uninstall(const std::string &bundleName, std::vector<std::string> &resvec); 209 Uninstall(bundleName, resvec); in TearDownTestCase() 288 void BmsSearchSystemTest::Uninstall(const std::string &bundleName, std::vector<std::string> &resvec) in Uninstall() function in OHOS::AppExecFwk::BmsSearchSystemTest 305 installerProxy->Uninstall(bundleName, installParam, statusReceiver); in Uninstall() 711 Uninstall(bundleName, resvec2); in HWTEST_F() 716 Uninstall(bundleName, resvec2); in HWTEST_F() 767 Uninstall(bundleName, resvec); in HWTEST_F() 771 Uninstall(bundleName, resvec); in HWTEST_F() 849 Uninstall(appName, resvec); in HWTEST_F() 947 Uninstall(appNam in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | native_module.cpp | 41 DECLARE_NAPI_FUNCTION("uninstall", Uninstall), in BundleInstallerExport()
|
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
H A D | bundle_manager.h | 62 * This function can be registered through {@link Install} and {@link Uninstall} to receive the installation, update, 125 bool Uninstall(const char *bundleName, const InstallParam *installParam, InstallerCallback installerCallback);
|
/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/ |
H A D | bundle_service_interface.h | 52 bool (*Uninstall)(const char *bundleName, const InstallParam *installParam, InstallerCallback installerCallback);
member
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/ |
H A D | bundlems_slite_client.h | 39 bool Uninstall(const char *bundleName, const InstallParam *installParam, InstallerCallback installerCallback) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer_manager.cpp | 131 installer->Uninstall(bundleName, installParam); in CreateUninstallTask() 148 installer->Uninstall(bundleName, modulePackage, installParam); in CreateUninstallTask() 165 installer->Uninstall(uninstallParam); in CreateUninstallTask()
|
H A D | bundle_installer.cpp | 118 void BundleInstaller::Uninstall(const std::string &bundleName, const InstallParam &installParam) in Uninstall() function in OHOS::AppExecFwk::BundleInstaller 152 void BundleInstaller::Uninstall(const UninstallParam &uninstallParam) in Uninstall() function in OHOS::AppExecFwk::BundleInstaller 161 void BundleInstaller::Uninstall( in Uninstall() function in OHOS::AppExecFwk::BundleInstaller
|