Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_mojo_perftest.cc276 class MojoInterfacePerfTest : public mojo::core::test::MojoTestBase { class
278 MojoInterfacePerfTest() : message_count_(0), count_down_(0) {} in MojoInterfacePerfTest() function in IPC::__anon422127d70111::MojoInterfacePerfTest
291 ping_receiver_->Ping("hello", base::Bind(&MojoInterfacePerfTest::OnPong, in RunPingPongServer()
332 ping_receiver_->Ping(payload_, base::Bind(&MojoInterfacePerfTest::OnPong, in OnPong()
361 DISALLOW_COPY_AND_ASSIGN(MojoInterfacePerfTest);
568 using MojoInProcessInterfacePerfTest = InProcessPerfTest<MojoInterfacePerfTest>;
572 DEFINE_TEST_CLIENT_WITH_PIPE(PingPongClient, MojoInterfacePerfTest, h) { in DEFINE_TEST_CLIENT_WITH_PIPE() argument
579 TEST_F(MojoInterfacePerfTest, MultiprocessPingPong) { in TEST_F() argument
586 TEST_F(MojoInterfacePerfTest, MultiprocessSyncPing) { in TEST_F() argument