HomeSort by relevance Sort by last modified time
    Searched refs:StartChild (Results 1 - 4 of 4) sorted by null

  /external/libmojo/mojo/edk/test/
multiprocess_test_helper_unittest.cc 55 helper.StartChild("RunChild");
66 helper.StartChild("NoSuchTestChildMain");
74 helper.StartChild("PassedChannel");
121 helper.StartChild("ChildTestPasses");
134 helper.StartChild("ChildTestFailsAssert");
150 helper.StartChild("ChildTestFailsExpect");
multiprocess_test_helper.h 36 ScopedMessagePipeHandle StartChild(const std::string& test_child_name);
38 // Like |StartChild()|, but appends an extra switch (with ASCII value) to the
75 // Valid after |StartChild()| and before |WaitForChildShutdown()|.
multiprocess_test_helper.cc 57 ScopedMessagePipeHandle MultiprocessTestHelper::StartChild(
mojo_test_base.cc 66 pipe_ = helper_.StartChild(client_name);

Completed in 110 milliseconds