Searched refs:KillProcessByClient (Results 1 – 4 of 4) sorted by relevance
103 ResSchedMgr::GetInstance().KillProcessByClient(nullptr);105 ResSchedMgr::GetInstance().KillProcessByClient(payload);108 ResSchedMgr::GetInstance().KillProcessByClient(payload);110 ResSchedMgr::GetInstance().KillProcessByClient(payload);112 ResSchedMgr::GetInstance().KillProcessByClient(payload);114 ResSchedMgr::GetInstance().KillProcessByClient(payload);
65 int32_t KillProcessByClient(const nlohmann::json& payload = nullptr);
180 int32_t ResSchedMgr::KillProcessByClient(const nlohmann::json& payload) in KillProcessByClient() function in OHOS::ResourceSchedule::ResSchedMgr
67 return ResSchedMgr::GetInstance().KillProcessByClient(payload); in KillProcess()