Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dmessage_pipe_perftest.cc92 static int RunPingPongClient(MojoHandle mp) { in RunPingPongClient() function in mojo::core::__anone2723e2a0111::MessagePipePerfTest
139 base::Bind(base::IgnoreResult(&RunPingPongClient), client_handle)); in TEST_F()
149 return RunPingPongClient(h); in DEFINE_TEST_CLIENT_WITH_PIPE()
/external/libchrome/ipc/
Dipc_cpu_perftest.cc365 static int RunPingPongClient(MojoHandle mp) { in RunPingPongClient() function in IPC::__anon4c13cc8a0111::MojoSteadyPingPongTest
397 return RunPingPongClient(h); in DEFINE_TEST_CLIENT_WITH_PIPE()
Dipc_mojo_perftest.cc337 static int RunPingPongClient(MojoHandle mp) { in RunPingPongClient() function in IPC::__anon422127d70111::MojoInterfacePerfTest
574 return RunPingPongClient(h); in DEFINE_TEST_CLIENT_WITH_PIPE()
618 base::Bind(base::IgnoreResult(&RunPingPongClient), client_handle)); in TEST_P()