Searched refs:other_process_id (Results 1 – 1 of 1) sorted by relevance
482 const int64_t other_process_id = GetCurrentProcId() + 1; in TEST_F() local493 global->RecordProcessLaunch(other_process_id, FILE_PATH_LITERAL("foo --bar")); in TEST_F()530 EXPECT_NE(other_process_id, owning_id); in TEST_F()533 EXPECT_NE(other_process_id, owning_id); in TEST_F()536 EXPECT_NE(other_process_id, owning_id); in TEST_F()537 global->process_data().SetOwningProcessIdForTesting(other_process_id, in TEST_F()539 thread->SetOwningProcessIdForTesting(other_process_id, past_stamp); in TEST_F()540 user_data.SetOwningProcessIdForTesting(other_process_id, past_stamp); in TEST_F()543 EXPECT_EQ(other_process_id, owning_id); in TEST_F()546 EXPECT_EQ(other_process_id, owning_id); in TEST_F()[all …]