Lines Matching refs:pids
56 std::vector<std::string> pids = StringSplit(args[idx + 1], ",");
57 hookData.pids.insert(pids.begin(), pids.end());
58 for (auto iter = hookData.pids.begin(); iter != hookData.pids.end();) {
60 iter = hookData.pids.erase(iter);
66 if (hookData.pids.empty()) {
208 if (!hookData.fileName.empty() && (!hookData.processName.empty() || hookData.pids.size() > 0)) {
223 if (hookData.pids.size() > 0) {
224 for (const auto& pid : hookData.pids) {
235 hookData.pids.emplace(std::to_string(pidValue));
297 <-p pids>