/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 126 ErrCode InstalldClient::RemoveModuleDataDir(const std::string &ModuleName, const int userid) in RemoveModuleDataDir() function in OHOS::AppExecFwk::InstalldClient 133 return CallService(&IInstalld::RemoveModuleDataDir, ModuleName, userid); in RemoveModuleDataDir()
|
H A D | mock_installd_host_impl.cpp | 79 ErrCode InstalldHostImpl::RemoveModuleDataDir(const std::string &ModuleDir, const int userid)
in RemoveModuleDataDir() function in OHOS::AppExecFwk::InstalldHostImpl
|
H A D | mock_install_client.cpp | 90 ErrCode InstalldClient::RemoveModuleDataDir(const std::string &ModuleName, const int userid) in RemoveModuleDataDir() function in OHOS::AppExecFwk::InstalldClient
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/ |
H A D | app_service_fwk_installer.h | 48 void RemoveModuleDataDir(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_exception_handler.cpp | 57 result = InstalldClient::GetInstance()->RemoveModuleDataDir(bundleOrMoudleDir, userId); in RemoveBundleAndDataDir()
|
H A D | installd_client.cpp | 132 ErrCode InstalldClient::RemoveModuleDataDir(const std::string &ModuleName, const int userid) in RemoveModuleDataDir() function in OHOS::AppExecFwk::InstalldClient 139 return CallService(&IInstalld::RemoveModuleDataDir, ModuleName, userid); in RemoveModuleDataDir()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 101 virtual ErrCode RemoveModuleDataDir(const std::string &ModuleDir, const int userid) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 82 ErrCode RemoveModuleDataDir(const std::string &ModuleDir, const int userid);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 147 virtual ErrCode RemoveModuleDataDir(const std::string &ModuleDir, const int userid) in RemoveModuleDataDir() function in OHOS::AppExecFwk::IInstalld
|
H A D | installd_proxy.h | 103 virtual ErrCode RemoveModuleDataDir(const std::string &ModuleDir, const int userid) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 494 * @tc.name: RemoveModuleDataDir 495 * @tc.desc: Test whether RemoveModuleDataDir is called normally.(ModuleName is empty) 502 ErrCode result = installClient_->RemoveModuleDataDir(ModuleName, userid); in HWTEST_F() 509 * @tc.name: RemoveModuleDataDir 510 * @tc.desc: Test whether RemoveModuleDataDir is called normally.(userid < 0) 517 ErrCode result = installClient_->RemoveModuleDataDir(ModuleName, userid); in HWTEST_F() 524 * @tc.name: RemoveModuleDataDir 525 * @tc.desc: Test whether RemoveModuleDataDir is called normally. 532 ErrCode result = installClient_->RemoveModuleDataDir(ModuleName, userid); in HWTEST_F() 533 EXPECT_EQ(result, installClient_->CallService(&IInstalld::RemoveModuleDataDir, ModuleNam in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 236 RemoveModuleDataDir(bundleName, moduleName, oldInfo); in UnInstall() 240 void AppServiceFwkInstaller::RemoveModuleDataDir( in RemoveModuleDataDir() function in OHOS::AppExecFwk::AppServiceFwkInstaller
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_test.cpp | 499 * @tc.name: Test RemoveModuleDataDir 500 * @tc.desc: 1.Test the RemoveModuleDataDir of InstalldClient 508 ErrCode ret = InstalldClient::GetInstance()->RemoveModuleDataDir("", USERID); in HWTEST_F() 510 ret = InstalldClient::GetInstance()->RemoveModuleDataDir("entry", -1); in HWTEST_F()
|
H A D | bms_install_daemon_ipc_test.cpp | 247 * @tc.desc: 1. calling RemoveModuleDataDir of proxy
255 auto ret = proxy->RemoveModuleDataDir(TEST_STRING, 0);
in HWTEST_F()
|
H A D | bms_install_daemon_host_impl_test.cpp | 166 * @tc.desc: 1. calling RemoveModuleDataDir of hostImpl
174 auto ret = hostImpl->RemoveModuleDataDir(TEST_STRING, 0);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 407 ErrCode result = RemoveModuleDataDir(moduleNmae, userid); in HandleRemoveModuleDataDir()
|
H A D | installd_proxy.cpp | 230 ErrCode InstalldProxy::RemoveModuleDataDir(const std::string &ModuleName, const int userid) in RemoveModuleDataDir() function in OHOS::AppExecFwk::InstalldProxy
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 2429 * @tc.desc: 1.Test the RemoveModuleDataDir of InstalldHostImpl 2434 auto ret = impl.RemoveModuleDataDir(TEST_STRING, INVAILD_CODE); in HWTEST_F() 2437 ret = impl.RemoveModuleDataDir("", USERID); in HWTEST_F() 2440 ret = impl.RemoveModuleDataDir("", INVAILD_CODE); in HWTEST_F() 2443 ret = impl.RemoveModuleDataDir(TEST_STRING, USERID); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 793 ErrCode InstalldHostImpl::RemoveModuleDataDir(const std::string &ModuleDir, const int userid) in RemoveModuleDataDir() function in OHOS::AppExecFwk::InstalldHostImpl 795 LOG_D(BMS_TAG_INSTALLD, "InstalldHostImpl::RemoveModuleDataDir ModuleDir:%{public}s", ModuleDir.c_str()); in RemoveModuleDataDir()
|