Searched refs:GetMatchAllUsers (Results 1 – 6 of 6) sorted by relevance
144 bool all_users = match_info.GetMatchAllUsers(); in FindProcessesImpl()
148 bool all_users = match_info.GetMatchAllUsers(); in FindProcessesImpl()
155 bool all_users = match_info.GetMatchAllUsers() || (our_uid == 0); in FindProcessesImpl()
181 match_info.GetMatchAllUsers() || in FindProcessesImpl()
318 bool GetMatchAllUsers() const { return m_match_all_users; } in GetMatchAllUsers() function
2367 packet.Printf("all_users:%u;", match_info.GetMatchAllUsers() ? 1 : 0); in FindProcesses()