Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_perftest_util.cc103 MojoPerfTestClient::MojoPerfTestClient() in MojoPerfTestClient() function in IPC::MojoPerfTestClient
108 MojoPerfTestClient::~MojoPerfTestClient() = default;
110 int MojoPerfTestClient::Run(MojoHandle handle) { in Run()
Dipc_perftest_util.h83 class MojoPerfTestClient {
85 MojoPerfTestClient();
87 ~MojoPerfTestClient();
Dipc_cpu_perftest.cc83 MojoPerfTestClient client; in MULTIPROCESS_TEST_MAIN()
85 base::Bind(&MojoPerfTestClient::Run, base::Unretained(&client)), in MULTIPROCESS_TEST_MAIN()
Dipc_mojo_perftest.cc265 MojoPerfTestClient client; in MULTIPROCESS_TEST_MAIN()
267 base::Bind(&MojoPerfTestClient::Run, base::Unretained(&client)), in MULTIPROCESS_TEST_MAIN()