Searched refs:ClearUpApplicationDataByUserId (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/ |
H A D | app_mgr_service_inner_second_test.cpp | 1216 * @tc.desc: Test ClearUpApplicationDataByUserId 1229 auto res = appMgrServiceInner->ClearUpApplicationDataByUserId(bundleName, callerUid, callerPid, appCloneIndex, in HWTEST_F() 1234 res = appMgrServiceInner->ClearUpApplicationDataByUserId(bundleName, callerUid, callerPid, appCloneIndex, userId, in HWTEST_F() 1238 res = appMgrServiceInner->ClearUpApplicationDataByUserId(bundleName, callerUid, callerPid, appCloneIndex, userId, in HWTEST_F() 1254 res = appMgrServiceInner->ClearUpApplicationDataByUserId(bundleName, callerUid, callerPid, appCloneIndex, userId, in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 966 appMgrServiceInner->ClearUpApplicationDataByUserId(bundleName, 0, 0, 0, 0); in HWTEST_F() 967 appMgrServiceInner->ClearUpApplicationDataByUserId(bundleName, 1, 0, 0, 0); in HWTEST_F() 968 appMgrServiceInner->ClearUpApplicationDataByUserId(bundleName, 1, 1, 0, 0); in HWTEST_F() 971 appMgrServiceInner->ClearUpApplicationDataByUserId(bundleName, 1, 1, 0, 0); in HWTEST_F() 974 appMgrServiceInner->ClearUpApplicationDataByUserId(bundleName, 1, 1, 0, 0); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service_inner.h | 1642 int32_t ClearUpApplicationDataByUserId(const std::string &bundleName, 1644 const std::string& reason = "ClearUpApplicationDataByUserId");
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 1698 return ClearUpApplicationDataByUserId(bundleName, callerUid, callerPid, appCloneIndex, newUserId, in ClearUpApplicationData() 1718 return ClearUpApplicationDataByUserId(callerBundleName, callerUid, callerPid, 0, newUserId, true, in ClearUpApplicationDataBySelf() 1722 int32_t AppMgrServiceInner::ClearUpApplicationDataByUserId(const std::string &bundleName, int32_t callerUid, in ClearUpApplicationDataByUserId() function in OHOS::AppExecFwk::AppMgrServiceInner
|
Completed in 25 milliseconds