Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_perftest_util.cc123 ReflectorImpl::ReflectorImpl(mojo::ScopedMessagePipeHandle handle, in ReflectorImpl() function in IPC::ReflectorImpl
128 ReflectorImpl::~ReflectorImpl() { in ~ReflectorImpl()
132 void ReflectorImpl::Ping(const std::string& value, PingCallback callback) { in Ping()
136 void ReflectorImpl::SyncPing(const std::string& value, PingCallback callback) { in SyncPing()
140 void ReflectorImpl::Quit() { in Quit()
Dipc_perftest_util.h98 class ReflectorImpl : public IPC::mojom::Reflector {
100 explicit ReflectorImpl(mojo::ScopedMessagePipeHandle handle,
103 ~ReflectorImpl() override;
Dipc_cpu_perftest.cc371 ReflectorImpl impl(std::move(scoped_mp), run_loop.QuitWhenIdleClosure()); in RunPingPongClient()
Dipc_mojo_perftest.cc346 ReflectorImpl impl(std::move(scoped_mp), run_loop.QuitWhenIdleClosure()); in RunPingPongClient()
632 ReflectorImpl impl(std::move(scoped_mp), base::Closure()); in TEST_P()