Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dmessage_pipe_perftest.cc79 void RunPingPongServer(MojoHandle mp) { in RunPingPongServer() function in mojo::core::__anone2723e2a0111::MessagePipePerfTest
141 RunPingPongServer(server_handle); in TEST_F()
156 RunTestClient("PingPongClient", [&](MojoHandle h) { RunPingPongServer(h); }); in TEST_F()
/external/libchrome/ipc/
Dipc_cpu_perftest.cc213 void RunPingPongServer(const std::string& label, bool sync) { in RunPingPongServer() function in IPC::__anon4c13cc8a0111::ChannelSteadyPingPongTest
260 RunPingPongServer("IPC_CPU_Async", false); in TEST_F()
264 RunPingPongServer("IPC_CPU_Sync", true); in TEST_F()
272 void RunPingPongServer(MojoHandle mp, const std::string& label, bool sync) { in RunPingPongServer() function in IPC::__anon4c13cc8a0111::MojoSteadyPingPongTest
405 RunPingPongServer(h, "Mojo_CPU_Async", false); in TEST_F()
412 RunPingPongServer(h, "Mojo_CPU_Sync", true); in TEST_F()
Dipc_mojo_perftest.cc281 void RunPingPongServer(MojoHandle mp, const std::string& label) { in RunPingPongServer() function in IPC::__anon422127d70111::MojoInterfacePerfTest
582 RunPingPongServer(h, "Multiprocess"); in TEST_F()
590 RunPingPongServer(h, "MultiprocessSync"); in TEST_F()
621 RunPingPongServer(server_handle, "SingleProcess"); in TEST_P()
634 RunPingPongServer(server_handle, "SingleProcess"); in TEST_P()