Searched refs:processList (Results 1 – 2 of 2) sorted by relevance
584 void KillProcess(const std::vector<ProcessInfo> &processList, std::vector<ProcessInfo> &killFailLis… in KillProcess() argument586 if (processList.empty()) { in KillProcess()589 for (const auto &item: processList) { in KillProcess()622 std::string ProcessToString(std::vector<ProcessInfo> &processList) in ProcessToString() argument624 if (processList.empty()) { in ProcessToString()628 for (auto & iter : processList) { in ProcessToString()
62 void KillProcess(const std::vector<ProcessInfo> &processList, std::vector<ProcessInfo> &killFailLis…64 std::string ProcessToString(std::vector<ProcessInfo> &processList);