Home
last modified time | relevance | path

Searched refs:GetFirstProcess (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libchrome/base/debug/
H A Dactivity_analyzer_unittest.cc175 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()
H A Dactivity_analyzer.h168 int64_t GetFirstProcess();
H A Dactivity_analyzer.cc161 int64_t GlobalActivityAnalyzer::GetFirstProcess() { in GetFirstProcess() function in base::debug::GlobalActivityAnalyzer
/aosp_15_r20/external/cronet/base/debug/
H A Dgdi_debug_util_win.cc320 NOINLINE void GetFirstProcess(HANDLE snapshot, PROCESSENTRY32* proc_entry) { in GetFirstProcess() function
399 GetFirstProcess(snapshot, &proc_entry); in CollectChildGDIUsageAndDie()
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanelItemOpen.cpp89 bool GetFirstProcess(PROCESSENTRY32 *pe) { return BOOLToBool(Process32First(_handle, pe)); } in GetFirstProcess() function in CProcessSnapshot
269 BOOL res = snapshot.GetFirstProcess(&pe); in GetSnapshot()