reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1067 m_options.match_info.GetProcessInfo().GetProcessID(); 1084 platform_sp->FindProcesses(m_options.match_info, proc_infos); 1087 m_options.match_info.GetProcessInfo().GetName(); 1089 switch (m_options.match_info.GetNameMatchType()) { 1170 match_info.GetProcessInfo().SetProcessID(id); 1177 match_info.GetProcessInfo().SetParentProcessID(id); 1185 match_info.GetProcessInfo().SetUserID(success ? id : UINT32_MAX); 1192 match_info.GetProcessInfo().SetEffectiveUserID(success ? id 1201 match_info.GetProcessInfo().SetGroupID(success ? id : UINT32_MAX); 1208 match_info.GetProcessInfo().SetEffectiveGroupID(success ? id 1225 match_info.GetProcessInfo().GetArchitecture() = 1230 match_info.GetProcessInfo().GetExecutableFile().SetFile( 1232 match_info.SetNameMatchType(NameMatch::Equals); 1236 match_info.GetProcessInfo().GetExecutableFile().SetFile( 1238 match_info.SetNameMatchType(NameMatch::EndsWith); 1242 match_info.GetProcessInfo().GetExecutableFile().SetFile( 1244 match_info.SetNameMatchType(NameMatch::StartsWith); 1248 match_info.GetProcessInfo().GetExecutableFile().SetFile( 1250 match_info.SetNameMatchType(NameMatch::Contains); 1254 match_info.GetProcessInfo().GetExecutableFile().SetFile( 1256 match_info.SetNameMatchType(NameMatch::RegularExpression); 1268 match_info.SetMatchAllUsers(true); 1279 match_info.Clear();