/foundation/ability/ability_runtime/test/unittest/ams_mgr_kill_process_test/ |
H A D | ams_mgr_kill_process_test.cpp | 124 ErrCode result = proxy->GetAmsMgr()->KillProcessWithAccount(STRING_BUNDLE_NAME, ACCOUNT_ID); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_ams_mgr_scheduler.h | 37 MOCK_METHOD3(KillProcessWithAccount, int(const std::string&, const int, const bool clearPageStack));
|
/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/ |
H A D | amsmgrscheduler_fuzzer.cpp | 105 amsMgrScheduler->KillProcessWithAccount(bundleName, accountId); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | ams_mgr_interface.h | 122 * KillProcessWithAccount, call KillProcessWithAccount() through proxy object, 129 virtual int KillProcessWithAccount(
|
H A D | ams_mgr_proxy.h | 112 * KillProcessWithAccount, call KillProcessWithAccount() through proxy object, 119 virtual int32_t KillProcessWithAccount(
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | ams_mgr_scheduler.h | 126 * KillProcessWithAccount, call KillProcessWithAccount() through proxy object, kill the 133 virtual int32_t KillProcessWithAccount(
|
/foundation/ability/ability_runtime/frameworks/js/napi/app/app_manager/ |
H A D | js_app_manager.cpp | 88 static napi_value KillProcessWithAccount(napi_env env, napi_callback_info info) in KillProcessWithAccount() function in OHOS::AbilityRuntime::__anon155::final 432 auto ret = appManager->GetAmsMgr()->KillProcessWithAccount(bundleName, accountId); in OnKillProcessWithAccount() 558 JsAppManager::KillProcessWithAccount); in JsAppManagerInit()
|
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/ |
H A D | ams_mgr_scheduler_test.cpp | 593 * Function: KillProcessWithAccount 595 * FunctionPoints: AmsMgrScheduler KillProcessWithAccount 597 * CaseDescription: Verify KillProcessWithAccount 605 int32_t res1 = amsMgrScheduler->KillProcessWithAccount(bundleName, accountId); in HWTEST_F() 609 int32_t res2 = amsMgrScheduler->KillProcessWithAccount(bundleName, accountId); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/ |
H A D | js_app_manager.cpp | 123 static napi_value KillProcessWithAccount(napi_env env, napi_callback_info info) in KillProcessWithAccount() function in OHOS::AbilityRuntime::__anon159::final 1100 auto ret = appManager->GetAmsMgr()->KillProcessWithAccount(bundleName, accountId, clearPageStack); in OnKillProcessWithAccount() 1539 BindNativeFunction(env, exportObj, "killProcessWithAccount", moduleName, JsAppManager::KillProcessWithAccount); in JsAppManagerInit()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | ams_mgr_scheduler.cpp | 277 int32_t AmsMgrScheduler::KillProcessWithAccount( in KillProcessWithAccount() function in OHOS::AppExecFwk::AmsMgrScheduler 286 "KillProcessWithAccount"); in KillProcessWithAccount()
|
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/ |
H A D | ams_mgr_scheduler_second_test.cpp | 477 * @tc.desc: Test KillProcessWithAccount 492 auto ret = amsMgrScheduler->KillProcessWithAccount(bundleName, 1, false); in HWTEST_F() 499 * @tc.desc: Test KillProcessWithAccount 515 auto ret = amsMgrScheduler->KillProcessWithAccount(bundleName, 1, false); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | ams_mgr_stub.cpp | 348 int32_t result = KillProcessWithAccount(bundleName, accountId, clearPageStack); in HandleKillProcessWithAccount()
|
H A D | ams_mgr_proxy.cpp | 314 int32_t AmsMgrProxy::KillProcessWithAccount( in KillProcessWithAccount() function in OHOS::AppExecFwk::AmsMgrProxy
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/ |
H A D | ams_app_life_cycle_module_test.cpp | 1770 * Function: KillProcessWithAccount 1772 * FunctionPoints: Test KillProcessWithAccount 1789 ErrCode result = proxy->GetAmsMgr()->KillProcessWithAccount(STRING_BUNDLE_NAME, ACCOUNT_ID); in HWTEST_F()
|