Home
last modified time | relevance | path

Searched refs:RunTestClient (Results 1 – 13 of 13) sorted by relevance

/external/libchrome/mojo/core/
Dshared_buffer_unittest.cc73 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()
Dmultiprocess_message_pipe_unittest.cc323 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 …]
Dembedder_unittest.cc188 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()
Dplatform_wrapper_unittest.cc72 RunTestClient("ReadPlatformFile", [&](MojoHandle h) { in TEST_F()
121 RunTestClient("ReadPlatformSharedBuffer", [&](MojoHandle h) { in TEST_F()
Dmessage_unittest.cc238 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()
Dmessage_pipe_unittest.cc343 RunTestClient("HandlePingPong", [&](MojoHandle h) { in TEST_F()
362 RunTestClient("HandlePingPong", [&](MojoHandle h) { in TEST_F()
378 RunTestClient("HandlePingPong", [&](MojoHandle h) { in TEST_F()
Dmessage_pipe_perftest.cc156 RunTestClient("PingPongClient", [&](MojoHandle h) { RunPingPongServer(h); }); in TEST_F()
Dsignals_unittest.cc155 RunTestClient("RemotePeersClient", [&](MojoHandle h) { in TEST_F()
Ddata_pipe_unittest.cc1743 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/
De2e_perftest.cc186 RunTestClient("PingService", [&](MojoHandle mp) { in TEST_F()
196 RunTestClient("PingService", [&](MojoHandle mp) { in TEST_F()
/external/libchrome/ipc/
Dipc_cpu_perftest.cc403 RunTestClient("PingPongClient", [&](MojoHandle h) { in TEST_F()
410 RunTestClient("PingPongClient", [&](MojoHandle h) { in TEST_F()
Dipc_mojo_perftest.cc580 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/
Dmojo_test_base.h62 void RunTestClient(const std::string& client_name, HandlerFunc handler) { in RunTestClient() function