Lines Matching refs:GetProcessInfo
1151 m_options.match_info.GetProcessInfo().GetProcessID(); in DoExecute()
1154 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1172 m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
1273 match_info.GetProcessInfo().SetProcessID(id); in SetOptionValue()
1280 match_info.GetProcessInfo().SetParentProcessID(id); in SetOptionValue()
1288 match_info.GetProcessInfo().SetUserID(success ? id : UINT32_MAX); in SetOptionValue()
1295 match_info.GetProcessInfo().SetEffectiveUserID(success ? id in SetOptionValue()
1304 match_info.GetProcessInfo().SetGroupID(success ? id : UINT32_MAX); in SetOptionValue()
1311 match_info.GetProcessInfo().SetEffectiveGroupID(success ? id in SetOptionValue()
1328 match_info.GetProcessInfo().GetArchitecture() = in SetOptionValue()
1333 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1339 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1345 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1351 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1357 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1454 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1573 match_info.GetProcessInfo().GetExecutableFile().SetFile( in HandleOptionArgumentCompletion()