Searched refs:RunPingPongServer (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/mojo/core/ |
D | message_pipe_perftest.cc | 79 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/ |
D | ipc_cpu_perftest.cc | 213 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()
|
D | ipc_mojo_perftest.cc | 281 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()
|