Lines Matching refs:GetProcessInfo
1126 m_options.match_info.GetProcessInfo().GetProcessID(); in DoExecute()
1129 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1146 m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
1228 match_info.GetProcessInfo().SetProcessID(id); in SetOptionValue()
1235 match_info.GetProcessInfo().SetParentProcessID(id); in SetOptionValue()
1243 match_info.GetProcessInfo().SetUserID(success ? id : UINT32_MAX); in SetOptionValue()
1250 match_info.GetProcessInfo().SetEffectiveUserID(success ? id in SetOptionValue()
1259 match_info.GetProcessInfo().SetGroupID(success ? id : UINT32_MAX); in SetOptionValue()
1266 match_info.GetProcessInfo().SetEffectiveGroupID(success ? id in SetOptionValue()
1283 match_info.GetProcessInfo().GetArchitecture() = in SetOptionValue()
1288 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1294 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1300 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1306 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1312 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1416 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()