Searched refs:KillApplicationByUserId (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_mgr_kill_process_test/ |
H A D | ams_mgr_kill_process_test.cpp | 104 ErrCode result = appMgrServiceInner->KillApplicationByUserId(STRING_BUNDLE_NAME, 0, ACCOUNT_ID);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | ams_mgr_scheduler.cpp | 305 return amsMgrServiceInner_->KillApplicationByUserId(bundleName, 0, accountId, clearPageStack, in KillProcessWithAccount()
|
H A D | app_mgr_service_inner.cpp | 1573 int32_t AppMgrServiceInner::KillApplicationByUserId( in KillApplicationByUserId() function in OHOS::AppExecFwk::AppMgrServiceInner 1696 : KillApplicationByUserId(bundleName, appCloneIndex, userId, false, reason); in ClearUpApplicationDataByUserId()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 882 int result = appMgrServiceInner->KillApplicationByUserId(bundleName, 0, 0); 886 appMgrServiceInner->KillApplicationByUserId(bundleName, 0, 0); 890 appMgrServiceInner->KillApplicationByUserId(bundleName, 0, 0); 894 appMgrServiceInner->KillApplicationByUserId(bundleName, 0, 0);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service_inner.h | 328 virtual int32_t KillApplicationByUserId(
|