Home
last modified time | relevance | path

Searched refs:KillProcessesInBatch (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_ams_mgr_scheduler.h41 MOCK_METHOD1(KillProcessesInBatch, int(const std::vector<int32_t> &pids));
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dams_mgr_scheduler.h145 virtual int32_t KillProcessesInBatch(const std::vector<int32_t> &pids) override;
H A Dapp_mgr_service_inner.h205 virtual int32_t KillProcessesInBatch(const std::vector<int32_t> &pids);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_interface.h142 virtual int32_t KillProcessesInBatch(const std::vector<int32_t> &pids) = 0;
H A Dams_mgr_proxy.h132 virtual int32_t KillProcessesInBatch(const std::vector<int32_t> &pids) override;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dams_mgr_scheduler.cpp309 int32_t AmsMgrScheduler::KillProcessesInBatch(const std::vector<int32_t> &pids) in KillProcessesInBatch() function in OHOS::AppExecFwk::AmsMgrScheduler
315 return amsMgrServiceInner_->KillProcessesInBatch(pids); in KillProcessesInBatch()
H A Dapp_mgr_service_inner.cpp2721 int32_t AppMgrServiceInner::KillProcessesInBatch(const std::vector<int32_t> &pids) in KillProcessesInBatch() function in OHOS::AppExecFwk::AppMgrServiceInner
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_manager.cpp124 static napi_value KillProcessesInBatch(napi_env env, napi_callback_info info) in KillProcessesInBatch() function in OHOS::AbilityRuntime::__anonf4da04950110::JsAppManager
1148 *innerErrorCode = appManager->GetAmsMgr()->KillProcessesInBatch(pids); in OnKillProcessesInBatch()
1604 …veFunction(env, exportObj, "killProcessesInBatch", moduleName, JsAppManager::KillProcessesInBatch); in JsAppManagerInit()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dams_mgr_stub.cpp391 int32_t result = KillProcessesInBatch(pids); in HandleKillProcessesInBatch()
H A Dams_mgr_proxy.cpp392 int32_t AmsMgrProxy::KillProcessesInBatch(const std::vector<int32_t> &pids) in KillProcessesInBatch() function in OHOS::AppExecFwk::AmsMgrProxy