Lines Matching refs:GetProcessInfo
1095 m_options.match_info.GetProcessInfo().GetProcessID(); in DoExecute()
1098 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1114 m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
1192 match_info.GetProcessInfo().SetProcessID(id); in SetOptionValue()
1199 match_info.GetProcessInfo().SetParentProcessID(id); in SetOptionValue()
1207 match_info.GetProcessInfo().SetUserID(success ? id : UINT32_MAX); in SetOptionValue()
1214 match_info.GetProcessInfo().SetEffectiveUserID(success ? id in SetOptionValue()
1223 match_info.GetProcessInfo().SetGroupID(success ? id : UINT32_MAX); in SetOptionValue()
1230 match_info.GetProcessInfo().SetEffectiveGroupID(success ? id in SetOptionValue()
1247 match_info.GetProcessInfo().GetArchitecture() = in SetOptionValue()
1252 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1258 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1264 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1270 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1276 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1379 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()