/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/include/ |
H A D | mock_app_manager_client.h | 44 MOCK_METHOD1(KillProcessesByUserId, AppMgrResultCode(int32_t userId));
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/killprocessesbyuserid_fuzzer/ |
H A D | killprocessesbyuserid_fuzzer.cpp | 48 if (appMgrClient->KillProcessesByUserId(userId) != AppMgrResultCode::RESULT_OK) { in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_mgr_client.h | 35 MOCK_METHOD1(KillProcessesByUserId, AppMgrResultCode(int32_t userId));
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/ |
H A D | app_mgr_client.cpp | 75 AppMgrResultCode AppMgrClient::KillProcessesByUserId(int32_t userId) in KillProcessesByUserId() function in OHOS::AppExecFwk::AppMgrClient
|
H A D | mock_app_scheduler.cpp | 81 void AppScheduler::KillProcessesByUserId(int32_t userId) in KillProcessesByUserId() function in OHOS::AAFwk::AppScheduler
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/ |
H A D | app_mgr_client.h | 118 virtual AppMgrResultCode KillProcessesByUserId(int32_t userId);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | user_controller.cpp | 172 appScheduler->KillProcessesByUserId(userId); in StopUser() 225 appScheduler->KillProcessesByUserId(userId); in LogoutUser()
|
H A D | app_scheduler.cpp | 162 void AppScheduler::KillProcessesByUserId(int32_t userId) in KillProcessesByUserId() function in OHOS::AAFwk::AppScheduler 166 appMgrClient_->KillProcessesByUserId(userId); in KillProcessesByUserId()
|
H A D | ability_connect_manager.cpp | 1878 KillProcessesByUserId(); in TerminateDone() 2147 KillProcessesByUserId(); in KeepAbilityAlive() 2633 void AbilityConnectManager::KillProcessesByUserId() const in KillProcessesByUserId() function in OHOS::AAFwk::AbilityConnectManager 2640 IN_PROCESS_CALL_WITHOUT_RET(appScheduler->KillProcessesByUserId(userId_)); in KillProcessesByUserId()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/ |
H A D | mock_app_mgr_service_inner.h | 59 MOCK_METHOD1(KillProcessesByUserId, void(int32_t userId));
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_ams_mgr_scheduler.h | 39 MOCK_METHOD1(KillProcessesByUserId, void(int32_t userId));
|
H A D | mock_app_mgr_service_inner.h | 62 MOCK_METHOD1(KillProcessesByUserId, void(int32_t userId));
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/ |
H A D | amsmgrscheduler_fuzzer.cpp | 106 amsMgrScheduler->KillProcessesByUserId(userId); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | ams_mgr_scheduler.h | 121 virtual void KillProcessesByUserId(int32_t userId) override;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | ams_mgr_interface.h | 118 virtual void KillProcessesByUserId(int32_t userId) = 0;
|
H A D | ams_mgr_proxy.h | 108 virtual void KillProcessesByUserId(int32_t userId) override;
|
H A D | app_mgr_client.h | 141 virtual AppMgrResultCode KillProcessesByUserId(int32_t userId);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | ams_mgr_scheduler.cpp | 233 void AmsMgrScheduler::KillProcessesByUserId(int32_t userId) in KillProcessesByUserId() function in OHOS::AppExecFwk::AmsMgrScheduler 254 amsMgrServiceInner->KillProcessesByUserId(userId); in KillProcessesByUserId()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | app_scheduler.h | 212 void KillProcessesByUserId(int32_t userId);
|
H A D | ability_connect_manager.h | 604 void KillProcessesByUserId() const;
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/ |
H A D | ams_mgr_scheduler_test.cpp | 638 amsMgrScheduler->KillProcessesByUserId(userId); 657 amsMgrScheduler->KillProcessesByUserId(userId); 677 amsMgrScheduler->KillProcessesByUserId(userId);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_client.cpp | 231 AppMgrResultCode AppMgrClient::KillProcessesByUserId(int32_t userId) in KillProcessesByUserId() function in OHOS::AppExecFwk::AppMgrClient 237 amsService->KillProcessesByUserId(userId); in KillProcessesByUserId()
|
H A D | ams_mgr_stub.cpp | 322 KillProcessesByUserId(userId); in HandleKillProcessesByUserId()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/ |
H A D | app_scheduler_test.cpp | 633 DelayedSingleton<AppScheduler>::GetInstance()->KillProcessesByUserId(userId);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/ |
H A D | app_mgr_client_test.cpp | 382 int ret = appMgrClient->KillProcessesByUserId(ERROR_USER_ID);
|