Searched refs:RunTestClient (Results 1 – 13 of 13) sorted by relevance
/external/libchrome/mojo/core/ |
D | shared_buffer_unittest.cc | 73 RunTestClient("CopyToBufferClient", [&](MojoHandle h) { in TEST_F() 96 RunTestClient("CreateBufferClient", [&](MojoHandle h) { in TEST_F() 144 RunTestClient("CreateAndPassBuffer", [&](MojoHandle h0) { in TEST_F() 145 RunTestClient("ReceiveAndEditBuffer", [&](MojoHandle h1) { in TEST_F() 167 RunTestClient("CreateAndPassBuffer", [&](MojoHandle child) { in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() 187 RunTestClient("ReceiveAndEditBuffer", [&](MojoHandle child) { in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() 214 RunTestClient("CreateAndPassBufferParent", [&](MojoHandle child1) { in TEST_F() 215 RunTestClient("ReceiveAndEditBufferParent", [&](MojoHandle child2) { in TEST_F() 263 RunTestClient("ReadAndMapWriteSharedBuffer", [&](MojoHandle h) { in TEST_F() 301 RunTestClient("CreateAndPassReadOnlyBuffer", [&](MojoHandle h) { in TEST_F()
|
D | multiprocess_message_pipe_unittest.cc | 323 RunTestClient("CheckSharedBuffer", [&](MojoHandle h) { in TEST_F() 447 RunTestClient("CheckPlatformHandleFile", [&](MojoHandle h) { in TEST_P() 537 RunTestClient("CheckMessagePipe", [&](MojoHandle h) { in TEST_P() 575 RunTestClient("CheckMessagePipe", [&](MojoHandle h) { in TEST_P() 657 RunTestClient("DataPipeConsumer", [&](MojoHandle h) { in TEST_F() 746 RunTestClient("ChannelEchoClient", [&](MojoHandle h) { in TEST_P() 775 RunTestClient("EchoServiceClient", [&](MojoHandle h) { in TEST_P() 842 RunTestClient("EchoServiceFactoryClient", [&](MojoHandle h) { in TEST_P() 876 RunTestClient("ChannelEchoClient", [&](MojoHandle a) { in TEST_P() 877 RunTestClient("ChannelEchoClient", [&](MojoHandle b) { in TEST_P() [all …]
|
D | embedder_unittest.cc | 188 RunTestClient("MultiprocessChannelsClient", [&](MojoHandle server_mp) { in TEST_F() 274 RunTestClient("MultiprocessSharedMemoryClient", [&](MojoHandle server_mp) { in TEST_F() 360 RunTestClient("MultiprocessMixMachAndFdsClient", [&](MojoHandle server_mp) { in TEST_F()
|
D | platform_wrapper_unittest.cc | 72 RunTestClient("ReadPlatformFile", [&](MojoHandle h) { in TEST_F() 121 RunTestClient("ReadPlatformSharedBuffer", [&](MojoHandle h) { in TEST_F()
|
D | message_unittest.cc | 238 RunTestClient("ReceiveMessageNoHandles", [&](MojoHandle h) { in TEST_F() 246 RunTestClient("ReceiveMessageNoHandles", [&](MojoHandle h) { in TEST_F() 278 RunTestClient("ReceiveMessageOneHandle", [&](MojoHandle h) { in TEST_F() 301 RunTestClient("ReceiveMessageWithHandles", [&](MojoHandle h) { in TEST_F() 850 RunTestClient("ReadAndIgnoreMessage", [&](MojoHandle h) { in TEST_F() 903 RunTestClient("ReadMessageAndCheckPipe", [&](MojoHandle h) { in TEST_F()
|
D | message_pipe_unittest.cc | 343 RunTestClient("HandlePingPong", [&](MojoHandle h) { in TEST_F() 362 RunTestClient("HandlePingPong", [&](MojoHandle h) { in TEST_F() 378 RunTestClient("HandlePingPong", [&](MojoHandle h) { in TEST_F()
|
D | message_pipe_perftest.cc | 156 RunTestClient("PingPongClient", [&](MojoHandle h) { RunPingPongServer(h); }); in TEST_F()
|
D | signals_unittest.cc | 155 RunTestClient("RemotePeersClient", [&](MojoHandle h) { in TEST_F()
|
D | data_pipe_unittest.cc | 1743 RunTestClient("MultiprocessClient", [&](MojoHandle server_mp) { in TEST_F() 1895 RunTestClient("WriteAndCloseProducer", [&](MojoHandle producer_client) { in TEST_F() 1896 RunTestClient("ReadAndCloseConsumer", [&](MojoHandle consumer_client) { in TEST_F() 1934 RunTestClient("CreateAndWrite", [&](MojoHandle child) { in TEST_F() 2028 RunTestClient("DataPipeStatusChangeInTransitClient", [&](MojoHandle child) { in TEST_F()
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | e2e_perftest.cc | 186 RunTestClient("PingService", [&](MojoHandle mp) { in TEST_F() 196 RunTestClient("PingService", [&](MojoHandle mp) { in TEST_F()
|
/external/libchrome/ipc/ |
D | ipc_cpu_perftest.cc | 403 RunTestClient("PingPongClient", [&](MojoHandle h) { in TEST_F() 410 RunTestClient("PingPongClient", [&](MojoHandle h) { in TEST_F()
|
D | ipc_mojo_perftest.cc | 580 RunTestClient("PingPongClient", [&](MojoHandle h) { in TEST_F() 588 RunTestClient("PingPongClient", [&](MojoHandle h) { in TEST_F() 595 RunTestClient("InterfacePassingClient", [&](MojoHandle h) { in TEST_F() 602 RunTestClient("InterfacePassingClient", [&](MojoHandle h) { in TEST_F()
|
/external/libchrome/mojo/core/test/ |
D | mojo_test_base.h | 62 void RunTestClient(const std::string& client_name, HandlerFunc handler) { in RunTestClient() function
|