Searched refs:KillProcessesInBatch (Results 1 – 10 of 10) sorted by relevance
41 MOCK_METHOD1(KillProcessesInBatch, int(const std::vector<int32_t> &pids));
145 virtual int32_t KillProcessesInBatch(const std::vector<int32_t> &pids) override;
205 virtual int32_t KillProcessesInBatch(const std::vector<int32_t> &pids);
142 virtual int32_t KillProcessesInBatch(const std::vector<int32_t> &pids) = 0;
132 virtual int32_t KillProcessesInBatch(const std::vector<int32_t> &pids) override;
309 int32_t AmsMgrScheduler::KillProcessesInBatch(const std::vector<int32_t> &pids) in KillProcessesInBatch() function in OHOS::AppExecFwk::AmsMgrScheduler315 return amsMgrServiceInner_->KillProcessesInBatch(pids); in KillProcessesInBatch()
2721 int32_t AppMgrServiceInner::KillProcessesInBatch(const std::vector<int32_t> &pids) in KillProcessesInBatch() function in OHOS::AppExecFwk::AppMgrServiceInner
124 static napi_value KillProcessesInBatch(napi_env env, napi_callback_info info) in KillProcessesInBatch() function in OHOS::AbilityRuntime::__anonf4da04950110::JsAppManager1148 *innerErrorCode = appManager->GetAmsMgr()->KillProcessesInBatch(pids); in OnKillProcessesInBatch()1604 …veFunction(env, exportObj, "killProcessesInBatch", moduleName, JsAppManager::KillProcessesInBatch); in JsAppManagerInit()
391 int32_t result = KillProcessesInBatch(pids); in HandleKillProcessesInBatch()
392 int32_t AmsMgrProxy::KillProcessesInBatch(const std::vector<int32_t> &pids) in KillProcessesInBatch() function in OHOS::AppExecFwk::AmsMgrProxy