Home
last modified time | relevance | path

Searched refs:AddPlaceholderForPid (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/mac/
Dmach_port_broker_unittest.cc36 void AddPlaceholderForPid(base::ProcessHandle pid) { in AddPlaceholderForPid() function in base::MachPortBrokerTest
38 broker_.AddPlaceholderForPid(pid); in AddPlaceholderForPid()
71 AddPlaceholderForPid(1); in TEST_F()
100 broker_.AddPlaceholderForPid(test_child_process.Handle()); in TEST_F()
Dmach_port_broker.h60 void AddPlaceholderForPid(base::ProcessHandle pid);
Dmach_port_broker.mm115 void MachPortBroker::AddPlaceholderForPid(base::ProcessHandle pid) {
/external/libmojo/mojo/edk/test/
Dmojo_test_base.cc68 g_mach_broker->AddPlaceholderForPid(helper_.test_child().Handle()); in ClientController()