Home
last modified time | relevance | path

Searched refs:RemoveModuleDataDir (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_exception_handler.cpp56 result = InstalldClient::GetInstance()->RemoveModuleDataDir(bundleOrMoudleDir, userId); in RemoveBundleAndDataDir()
H A Dinstalld_client.cpp141 ErrCode InstalldClient::RemoveModuleDataDir(const std::string &ModuleName, const int userid) in RemoveModuleDataDir() function in OHOS::AppExecFwk::InstalldClient
148 return CallService(&IInstalld::RemoveModuleDataDir, ModuleName, userid); in RemoveModuleDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp131 ErrCode InstalldClient::RemoveModuleDataDir(const std::string &ModuleName, const int userid) in RemoveModuleDataDir() function in OHOS::AppExecFwk::InstalldClient
138 return CallService(&IInstalld::RemoveModuleDataDir, ModuleName, userid); in RemoveModuleDataDir()
H A Dmock_install_client.cpp96 ErrCode InstalldClient::RemoveModuleDataDir(const std::string &ModuleName, const int userid) in RemoveModuleDataDir() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp80 ErrCode InstalldHostImpl::RemoveModuleDataDir(const std::string &ModuleDir, const int userid) in RemoveModuleDataDir() function in OHOS::AppExecFwk::InstalldHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp502 ErrCode result = installClient_->RemoveModuleDataDir(ModuleName, userid);
517 ErrCode result = installClient_->RemoveModuleDataDir(ModuleName, userid);
532 ErrCode result = installClient_->RemoveModuleDataDir(ModuleName, userid);
533 …EXPECT_EQ(result, installClient_->CallService(&IInstalld::RemoveModuleDataDir, ModuleName, userid)…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h83 ErrCode RemoveModuleDataDir(const std::string &ModuleDir, const int userid);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h152 virtual ErrCode RemoveModuleDataDir(const std::string &ModuleDir, const int userid) in RemoveModuleDataDir() function
H A Dinstalld_proxy.h105 virtual ErrCode RemoveModuleDataDir(const std::string &ModuleDir, const int userid) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h103 virtual ErrCode RemoveModuleDataDir(const std::string &ModuleDir, const int userid) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_test.cpp530 ErrCode ret = InstalldClient::GetInstance()->RemoveModuleDataDir("", USERID);
532 ret = InstalldClient::GetInstance()->RemoveModuleDataDir("entry", -1);
H A Dbms_install_daemon_ipc_test.cpp255 auto ret = proxy->RemoveModuleDataDir(TEST_STRING, 0);
H A Dbms_install_daemon_host_impl_test.cpp173 auto ret = hostImpl->RemoveModuleDataDir(TEST_STRING, 0);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp429 ErrCode result = RemoveModuleDataDir(moduleNmae, userid); in HandleRemoveModuleDataDir()
H A Dinstalld_proxy.cpp246 ErrCode InstalldProxy::RemoveModuleDataDir(const std::string &ModuleName, const int userid) in RemoveModuleDataDir() function in OHOS::AppExecFwk::InstalldProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2430 auto ret = impl.RemoveModuleDataDir(TEST_STRING, INVAILD_CODE);
2433 ret = impl.RemoveModuleDataDir("", USERID);
2436 ret = impl.RemoveModuleDataDir("", INVAILD_CODE);
2439 ret = impl.RemoveModuleDataDir(TEST_STRING, USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp795 ErrCode InstalldHostImpl::RemoveModuleDataDir(const std::string &ModuleDir, const int userid) in RemoveModuleDataDir() function in OHOS::AppExecFwk::InstalldHostImpl