Searched refs:test_child (Results 1 – 3 of 3) sorted by relevance
77 const base::Process& test_child() const { return test_child_; } in test_child() function
70 g_mach_broker->AddPlaceholderForPid(helper_.test_child().Handle()); in ClientController()86 g_mach_broker->InvalidatePid(helper_.test_child().Handle()); in WaitForShutdown()
48 const base::Process& client_process() const { return helper_.test_child(); } in client_process()