Searched refs:GetFirstProcess (Results 1 – 5 of 5) sorted by relevance
175 const int64_t pid = analyzer.GetFirstProcess(); in TEST_F()192 ASSERT_EQ(pid, analyzer.GetFirstProcess()); in TEST_F()203 ASSERT_EQ(pid, analyzer.GetFirstProcess()); in TEST_F()240 const int64_t pid = analyzer->GetFirstProcess(); in TEST_F()376 int64_t first_pid = global_analyzer.GetFirstProcess(); in TEST_F()423 modules1 = global_analyzer.GetModules(global_analyzer.GetFirstProcess()); in TEST_F()438 modules1 = global_analyzer.GetModules(global_analyzer.GetFirstProcess()); in TEST_F()464 modules2 = global_analyzer.GetModules(global_analyzer.GetFirstProcess()); in TEST_F()531 const int64_t pid1 = analyzer.GetFirstProcess(); in TEST_F()
168 int64_t GetFirstProcess();
161 int64_t GlobalActivityAnalyzer::GetFirstProcess() { in GetFirstProcess() function in base::debug::GlobalActivityAnalyzer
320 NOINLINE void GetFirstProcess(HANDLE snapshot, PROCESSENTRY32* proc_entry) { in GetFirstProcess() function399 GetFirstProcess(snapshot, &proc_entry); in CollectChildGDIUsageAndDie()
89 bool GetFirstProcess(PROCESSENTRY32 *pe) { return BOOLToBool(Process32First(_handle, pe)); } in GetFirstProcess() function in CProcessSnapshot269 BOOL res = snapshot.GetFirstProcess(&pe); in GetSnapshot()