Home
last modified time | relevance | path

Searched refs:RunTestClientAndGetExitCode (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/core/test/
Dmojo_test_base.h63 EXPECT_EQ(0, RunTestClientAndGetExitCode(client_name, handler)); in RunTestClient()
67 int RunTestClientAndGetExitCode(const std::string& client_name, in RunTestClientAndGetExitCode() function
/external/libchrome/mojo/core/
Dmultiprocess_message_pipe_unittest.cc175 int exit_code = RunTestClientAndGetExitCode("EchoEcho", [&](MojoHandle h) { in TEST_P()
211 int exit_code = RunTestClientAndGetExitCode("EchoEcho", [&](MojoHandle h) { in TEST_P()