Home
last modified time | relevance | path

Searched refs:CleanBundleDataDirByName (Results 1 - 14 of 14) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp156 ErrCode InstalldClient::CleanBundleDataDirByName( in CleanBundleDataDirByName() function in OHOS::AppExecFwk::InstalldClient
164 return CallService(&IInstalld::CleanBundleDataDirByName, bundleName, userid, appIndex); in CleanBundleDataDirByName()
H A Dmock_installd_host_impl.cpp99 ErrCode InstalldHostImpl::CleanBundleDataDirByName(const std::string &bundleName, const int userid, in CleanBundleDataDirByName() function in OHOS::AppExecFwk::InstalldHostImpl
H A Dmock_install_client.cpp113 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 Dinstalld_client.cpp172 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 Dbundle_mgr_host_impl.cpp1674 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 Dinstalld_host_impl.h128 virtual ErrCode CleanBundleDataDirByName(const std::string &bundleName, const int userid,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h109 ErrCode CleanBundleDataDirByName(const std::string &bundleName, const int userid, const int appIndex = 0);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h186 virtual ErrCode CleanBundleDataDirByName(const std::string &bundleName, const int userid, const int appIndex = 0) in CleanBundleDataDirByName() function in OHOS::AppExecFwk::IInstalld
H A Dinstalld_proxy.h130 virtual ErrCode CleanBundleDataDirByName(const std::string &bundleName, const int userid,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_permission_test.cpp558 * @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 Dbms_install_daemon_ipc_test.cpp849 * @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 Dinstalld_host.cpp443 ErrCode result = CleanBundleDataDirByName(bundleName, userid, appIndex); in HandleCleanBundleDataDirByName()
H A Dinstalld_proxy.cpp276 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 Dinstalld_host_impl.cpp861 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()

Completed in 24 milliseconds