Home
last modified time | relevance | path

Searched refs:test_child (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.h77 const base::Process& test_child() const { return test_child_; } in test_child() function
Dmojo_test_base.cc70 g_mach_broker->AddPlaceholderForPid(helper_.test_child().Handle()); in ClientController()
86 g_mach_broker->InvalidatePid(helper_.test_child().Handle()); in WaitForShutdown()
/external/libchrome/ipc/
Dipc_test_base.h48 const base::Process& client_process() const { return helper_.test_child(); } in client_process()