Searched refs:GetProcId (Results 1 – 4 of 4) sorted by relevance
19 ProcessId GetProcId(ProcessHandle process) { in GetProcId() function
87 BASE_EXPORT ProcessId GetProcId(ProcessHandle process);
294 return GetProcId(process_); in Pid()
517 TEST_F(ProcessUtilTest, GetProcId) { in TEST_F() argument518 ProcessId id1 = GetProcId(GetCurrentProcess()); in TEST_F()