/ohos5.0/foundation/bundlemanager/bundle_tool/test/mock/ |
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 &modulePac… in Uninstall() function in OHOS::AppExecFwk::MockBundleInstallerHost 126 bool MockBundleInstallerHost::Uninstall(const UninstallParam &uninstallParam, in Uninstall() function in OHOS::AppExecFwk::MockBundleInstallerHost
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer.cpp | 115 void BundleInstaller::Uninstall(const std::string &bundleName, const InstallParam &installParam) in Uninstall() function in OHOS::AppExecFwk::BundleInstaller 148 void BundleInstaller::Uninstall(const UninstallParam &uninstallParam) in Uninstall() function in OHOS::AppExecFwk::BundleInstaller 157 void BundleInstaller::Uninstall( in Uninstall() function in OHOS::AppExecFwk::BundleInstaller
|
H A D | bundle_installer_host.cpp | 435 bool BundleInstallerHost::Uninstall( in Uninstall() function in OHOS::AppExecFwk::BundleInstallerHost 457 bool BundleInstallerHost::Uninstall(const std::string &bundleName, const std::string &modulePackage, in Uninstall() function in OHOS::AppExecFwk::BundleInstallerHost 480 bool BundleInstallerHost::Uninstall(const UninstallParam &uninstallParam, in Uninstall() function in OHOS::AppExecFwk::BundleInstallerHost
|
/ohos5.0/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
|
/ohos5.0/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 installe… in Uninstall() function
|
H A D | bundlems_slite_client.cpp | 94 bool BundleMsClient::Uninstall (const char *bundleName, const InstallParam *installParam, in Uninstall() function in OHOS::BundleMsClient
|
/ohos5.0/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 inst… member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_installer_proxy.cpp | 127 bool BundleInstallerProxy::Uninstall( in Uninstall() function in OHOS::AppExecFwk::BundleInstallerProxy 150 bool BundleInstallerProxy::Uninstall(const std::string &bundleName, const std::string &modulePackag… in Uninstall() function in OHOS::AppExecFwk::BundleInstallerProxy 174 bool BundleInstallerProxy::Uninstall(const UninstallParam &uninstallParam, in Uninstall() function in OHOS::AppExecFwk::BundleInstallerProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_mgr_slite_feature.cpp | 108 bool BundleMgrSliteFeature::Uninstall(const char *bundleName, const InstallParam *installParam, in Uninstall() function in OHOS::BundleMgrSliteFeature
|
H A D | bundle_installer.cpp | 425 uint8_t BundleInstaller::Uninstall(const char *bundleName, const InstallParam &installParam) in Uninstall() function in OHOS::BundleInstaller
|
H A D | gt_bundle_installer.cpp | 587 uint8_t GtBundleInstaller::Uninstall(const char *bundleName) in Uninstall() function in OHOS::GtBundleInstaller
|
H A D | gt_bundle_manager_service.cpp | 169 bool GtManagerService::Uninstall(const char *bundleName, const InstallParam *installParam, in Uninstall() function in OHOS::GtManagerService
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/ |
H A D | bundle_mgr_ext.h | 66 virtual ErrCode Uninstall(const std::string &bundleName) in Uninstall() function
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/src/ |
H A D | bundle_manager_proxy.cpp | 70 int32_t BundleManagerProxy::Uninstall(AppExecFwk::ElementName &admin, std::string bundleName, int32… in Uninstall() function in OHOS::EDM::BundleManagerProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/ |
H A D | bms_extension_data_mgr.cpp | 197 ErrCode BmsExtensionDataMgr::Uninstall(const std::string &bundleName) in Uninstall() function in OHOS::AppExecFwk::BmsExtensionDataMgr
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_manager.cpp | 402 bool Uninstall(const char *bundleName, const InstallParam *installParam, InstallerCallback installe… in Uninstall() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/ |
H A D | bms_compatible_system_test.cpp | 155 void BmsCompatibleSystemTest::Uninstall(const std::string &bundleName, std::string &uninstallMessag… in Uninstall() function in OHOS::AppExecFwk::BmsCompatibleSystemTest
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/bundle_manager/src/ |
H A D | bundle_manager_addon.cpp | 86 napi_value BundleManagerAddon::Uninstall(napi_env env, napi_callback_info info) in Uninstall() function in BundleManagerAddon
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/ |
H A D | bms_launcher_service_system_test.cpp | 214 void BmsLauncherServiceSystemTest::Uninstall(const std::string &bundleName, std::string &uninstallM… in Uninstall() function in OHOS::AppExecFwk::BmsLauncherServiceSystemTest
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
H A D | bms_search_system_test.cpp | 288 void BmsSearchSystemTest::Uninstall(const std::string &bundleName, std::vector<std::string> &resvec) in Uninstall() function in OHOS::AppExecFwk::BmsSearchSystemTest
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/ |
H A D | bms_uninstall_system_test.cpp | 310 void BmsUninstallSystemTest::Uninstall(const std::string &bundleName, std::vector<std::string> &res… in Uninstall() function in OHOS::AppExecFwk::BmsUninstallSystemTest
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.cpp | 1303 napi_value Uninstall(napi_env env, napi_callback_info info) in Uninstall() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 415 bool IBundleInstallerTest::Uninstall( in Uninstall() function in OHOS::IBundleInstallerTest 421 bool IBundleInstallerTest::Uninstall(const UninstallParam& uninstallParam, const sptr<IStatusReceiv… in Uninstall() function in OHOS::IBundleInstallerTest 426 bool IBundleInstallerTest::Uninstall(const std::string& bundleName, const std::string& modulePackag… in Uninstall() function in OHOS::IBundleInstallerTest
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 5531 napi_value Uninstall(napi_env env, napi_callback_info info) in Uninstall() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 366 void ActsBmsKitSystemTest::Uninstall(const std::string &bundleName, std::vector<std::string> &resve… in Uninstall() function in OHOS::AppExecFwk::ActsBmsKitSystemTest
|