Lines Matching refs:scoped_mp
285 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()
679 mojo::ScopedMessagePipeHandle scoped_mp(mp_handle); in TEST_P() local
681 InterfacePassingTestDriverImpl impl(std::move(scoped_mp), base::Closure()); in TEST_P()
694 mojo::ScopedMessagePipeHandle scoped_mp(mp_handle); in TEST_P() local
696 InterfacePassingTestDriverImpl impl(std::move(scoped_mp), base::Closure()); in TEST_P()