/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_exception_handler.cpp | 56 result = InstalldClient::GetInstance()->RemoveModuleDataDir(bundleOrMoudleDir, userId); in RemoveBundleAndDataDir()
|
H A D | installd_client.cpp | 141 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 D | installd_client.cpp | 131 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 D | mock_install_client.cpp | 96 ErrCode InstalldClient::RemoveModuleDataDir(const std::string &ModuleName, const int userid) in RemoveModuleDataDir() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 80 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 D | bms_installd_client_test.cpp | 502 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 D | installd_client.h | 83 ErrCode RemoveModuleDataDir(const std::string &ModuleDir, const int userid);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 152 virtual ErrCode RemoveModuleDataDir(const std::string &ModuleDir, const int userid) in RemoveModuleDataDir() function
|
H A D | installd_proxy.h | 105 virtual ErrCode RemoveModuleDataDir(const std::string &ModuleDir, const int userid) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 103 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 D | bms_install_daemon_test.cpp | 530 ErrCode ret = InstalldClient::GetInstance()->RemoveModuleDataDir("", USERID); 532 ret = InstalldClient::GetInstance()->RemoveModuleDataDir("entry", -1);
|
H A D | bms_install_daemon_ipc_test.cpp | 255 auto ret = proxy->RemoveModuleDataDir(TEST_STRING, 0);
|
H A D | bms_install_daemon_host_impl_test.cpp | 173 auto ret = hostImpl->RemoveModuleDataDir(TEST_STRING, 0);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 429 ErrCode result = RemoveModuleDataDir(moduleNmae, userid); in HandleRemoveModuleDataDir()
|
H A D | installd_proxy.cpp | 246 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 D | bms_bundle_installer_test.cpp | 2430 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 D | installd_host_impl.cpp | 795 ErrCode InstalldHostImpl::RemoveModuleDataDir(const std::string &ModuleDir, const int userid) in RemoveModuleDataDir() function in OHOS::AppExecFwk::InstalldHostImpl
|