/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 156 ErrCode InstalldClient::CleanBundleDataDirByName( in CleanBundleDataDirByName() function in OHOS::AppExecFwk::InstalldClient 164 return CallService(&IInstalld::CleanBundleDataDirByName, bundleName, userid, appIndex); in CleanBundleDataDirByName()
|
H A D | mock_installd_host_impl.cpp | 99 ErrCode InstalldHostImpl::CleanBundleDataDirByName(const std::string &bundleName, const int userid,
in CleanBundleDataDirByName() function in OHOS::AppExecFwk::InstalldHostImpl
|
H A D | mock_install_client.cpp | 113 ErrCode InstalldClient::CleanBundleDataDirByName(const std::string &bundleName, const int userid, const int appIndex) in CleanBundleDataDirByName() function in OHOS::AppExecFwk::InstalldClient
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 172 ErrCode InstalldClient::CleanBundleDataDirByName(const std::string &bundleName, const int userid, const int appIndex) in CleanBundleDataDirByName() function in OHOS::AppExecFwk::InstalldClient 179 return CallService(&IInstalld::CleanBundleDataDirByName, bundleName, userid, appIndex); in CleanBundleDataDirByName()
|
H A D | bundle_mgr_host_impl.cpp | 1674 if (InstalldClient::GetInstance()->CleanBundleDataDirByName(bundleName, userId, appIndex) != ERR_OK) { in CleanBundleDataFiles() 1675 APP_LOGE("%{public}s, CleanBundleDataDirByName failed", bundleName.c_str()); in CleanBundleDataFiles()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 128 virtual ErrCode CleanBundleDataDirByName(const std::string &bundleName, const int userid,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 109 ErrCode CleanBundleDataDirByName(const std::string &bundleName, const int userid, const int appIndex = 0);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 186 virtual ErrCode CleanBundleDataDirByName(const std::string &bundleName, const int userid, const int appIndex = 0) in CleanBundleDataDirByName() function in OHOS::AppExecFwk::IInstalld
|
H A D | installd_proxy.h | 130 virtual ErrCode CleanBundleDataDirByName(const std::string &bundleName, const int userid,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_permission_test.cpp | 558 * @tc.name: test CleanBundleDataDirByName 559 * @tc.desc: 1.Test the CleanBundleDataDirByName of InstalldHostImpl without permission 566 ErrCode result = installdHostImpl.CleanBundleDataDirByName(BUNDLE_NAME, userId, appIndex); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_ipc_test.cpp | 849 * @tc.name: test function CleanBundleDataDirByName
850 * @tc.desc: 1. calling CleanBundleDataDirByName of proxy
860 auto ret = proxy->CleanBundleDataDirByName(TEST_STRING, userId, appIndex);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 443 ErrCode result = CleanBundleDataDirByName(bundleName, userid, appIndex); in HandleCleanBundleDataDirByName()
|
H A D | installd_proxy.cpp | 276 ErrCode InstalldProxy::CleanBundleDataDirByName(const std::string &bundleName, const int userid, const int appIndex) in CleanBundleDataDirByName() function in OHOS::AppExecFwk::InstalldProxy
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 861 ErrCode InstalldHostImpl::CleanBundleDataDirByName(const std::string &bundleName, const int userid, const int appIndex) in CleanBundleDataDirByName() function in OHOS::AppExecFwk::InstalldHostImpl 864 "InstalldHostImpl::CleanBundleDataDirByName bundleName:%{public}s,userid:%{public}d,appIndex:%{public}d", in CleanBundleDataDirByName() 871 LOG_E(BMS_TAG_INSTALLD, "Calling the function CleanBundleDataDirByName with invalid param"); in CleanBundleDataDirByName()
|