Lines Matching defs:foregroundPids
164 std::set<int32_t> foregroundPids = GetForegroundPids();
165 bool haveForeground = HaveForegroundHandler(foregroundPids);
166 ShowHandlers(std::string("TriggerHandlers"), foregroundPids);
169 if (!haveForeground || (foregroundPids.find(handler.GetPid()) != foregroundPids.end())) {
188 std::set<int32_t> foregroundPids = GetForegroundPids();
189 bool haveForeground = HaveForegroundHandler(foregroundPids);
190 ShowHandlers(std::string("NotifyHandlers"), foregroundPids);
193 if (!haveForeground || (foregroundPids.find(handler.GetPid()) != foregroundPids.end())) {
200 const std::string &prefix, const std::set<int32_t> &foregroundPids) const
212 << (foregroundPids.find(handler.GetPid()) != foregroundPids.cend() ? ",F]" : ",B]");
263 std::set<int32_t> foregroundPids = GetForegroundPids();
264 bool haveForeground = HaveForegroundHandler(foregroundPids);
265 ShowHandlers(std::string("RunPendingHandlers"), foregroundPids);
268 if (!haveForeground || (foregroundPids.find(handler.GetPid()) != foregroundPids.end())) {