Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/ams_mgr_kill_process_test/
H A Dams_mgr_kill_process_test.cpp124 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 Dmock_ams_mgr_scheduler.h37 MOCK_METHOD3(KillProcessWithAccount, int(const std::string&, const int, const bool clearPageStack));
/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/
H A Damsmgrscheduler_fuzzer.cpp105 amsMgrScheduler->KillProcessWithAccount(bundleName, accountId); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_interface.h122 * KillProcessWithAccount, call KillProcessWithAccount() through proxy object,
129 virtual int KillProcessWithAccount(
H A Dams_mgr_proxy.h112 * KillProcessWithAccount, call KillProcessWithAccount() through proxy object,
119 virtual int32_t KillProcessWithAccount(
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dams_mgr_scheduler.h126 * 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 Djs_app_manager.cpp88 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 Dams_mgr_scheduler_test.cpp593 * 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 Djs_app_manager.cpp123 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 Dams_mgr_scheduler.cpp277 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 Dams_mgr_scheduler_second_test.cpp477 * @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 Dams_mgr_stub.cpp348 int32_t result = KillProcessWithAccount(bundleName, accountId, clearPageStack); in HandleKillProcessWithAccount()
H A Dams_mgr_proxy.cpp314 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 Dams_app_life_cycle_module_test.cpp1770 * Function: KillProcessWithAccount
1772 * FunctionPoints: Test KillProcessWithAccount
1789 ErrCode result = proxy->GetAmsMgr()->KillProcessWithAccount(STRING_BUNDLE_NAME, ACCOUNT_ID); in HWTEST_F()

Completed in 29 milliseconds