Searched refs:AddPlaceholderForPid (Results 1 – 4 of 4) sorted by relevance
36 void AddPlaceholderForPid(base::ProcessHandle pid) { in AddPlaceholderForPid() function in base::MachPortBrokerTest38 broker_.AddPlaceholderForPid(pid); in AddPlaceholderForPid()71 AddPlaceholderForPid(1); in TEST_F()100 broker_.AddPlaceholderForPid(test_child_process.Handle()); in TEST_F()
60 void AddPlaceholderForPid(base::ProcessHandle pid);
115 void MachPortBroker::AddPlaceholderForPid(base::ProcessHandle pid) {
68 g_mach_broker->AddPlaceholderForPid(helper_.test_child().Handle()); in ClientController()