Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_mojo_perftest.cc285 mojo::ScopedMessagePipeHandle scoped_mp(mp_handle); in RunPingPongServer() local
286 ping_receiver_.Bind(IPC::mojom::ReflectorPtrInfo(std::move(scoped_mp), 0u)); in RunPingPongServer()
339 mojo::ScopedMessagePipeHandle scoped_mp(mp_handle); in RunPingPongClient() local
346 ReflectorImpl impl(std::move(scoped_mp), run_loop.QuitWhenIdleClosure()); in RunPingPongClient()
425 mojo::ScopedMessagePipeHandle scoped_mp(mp_handle); in RunInterfacePassingServer() local
427 mojom::InterfacePassingTestDriverPtrInfo(std::move(scoped_mp), 0u)); in RunInterfacePassingServer()
507 mojo::ScopedMessagePipeHandle scoped_mp(mp_handle); in RunInterfacePassingClient() local
514 InterfacePassingTestDriverImpl impl(std::move(scoped_mp), in RunInterfacePassingClient()
630 mojo::ScopedMessagePipeHandle scoped_mp(mp_handle); in TEST_P() local
632 ReflectorImpl impl(std::move(scoped_mp), base::Closure()); in TEST_P()
[all …]
Dipc_cpu_perftest.cc277 mojo::ScopedMessagePipeHandle scoped_mp(mp_handle); in RunPingPongServer() local
278 ping_receiver_.Bind(IPC::mojom::ReflectorPtrInfo(std::move(scoped_mp), 0u)); in RunPingPongServer()
367 mojo::ScopedMessagePipeHandle scoped_mp(mp_handle); in RunPingPongClient() local
371 ReflectorImpl impl(std::move(scoped_mp), run_loop.QuitWhenIdleClosure()); in RunPingPongClient()