Home
last modified time | relevance | path

Searched refs:RemoveModuleDataDir (Results 1 - 19 of 19) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp126 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 Dmock_installd_host_impl.cpp79 ErrCode InstalldHostImpl::RemoveModuleDataDir(const std::string &ModuleDir, const int userid) in RemoveModuleDataDir() function in OHOS::AppExecFwk::InstalldHostImpl
H A Dmock_install_client.cpp90 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 Dapp_service_fwk_installer.h48 void RemoveModuleDataDir(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_exception_handler.cpp57 result = InstalldClient::GetInstance()->RemoveModuleDataDir(bundleOrMoudleDir, userId); in RemoveBundleAndDataDir()
H A Dinstalld_client.cpp132 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 Dinstalld_host_impl.h101 virtual ErrCode RemoveModuleDataDir(const std::string &ModuleDir, const int userid) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h82 ErrCode RemoveModuleDataDir(const std::string &ModuleDir, const int userid);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h147 virtual ErrCode RemoveModuleDataDir(const std::string &ModuleDir, const int userid) in RemoveModuleDataDir() function in OHOS::AppExecFwk::IInstalld
H A Dinstalld_proxy.h103 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 Dbms_installd_client_test.cpp494 * @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 Dapp_service_fwk_installer.cpp236 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 Dbms_install_daemon_test.cpp499 * @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 Dbms_install_daemon_ipc_test.cpp247 * @tc.desc: 1. calling RemoveModuleDataDir of proxy
255 auto ret = proxy->RemoveModuleDataDir(TEST_STRING, 0); in HWTEST_F()
H A Dbms_install_daemon_host_impl_test.cpp166 * @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 Dinstalld_host.cpp407 ErrCode result = RemoveModuleDataDir(moduleNmae, userid); in HandleRemoveModuleDataDir()
H A Dinstalld_proxy.cpp230 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 Dbms_bundle_installer_test.cpp2429 * @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 Dinstalld_host_impl.cpp793 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()

Completed in 39 milliseconds