Searched refs:scoped_mp (Results 1 – 2 of 2) sorted by relevance
285 mojo::ScopedMessagePipeHandle scoped_mp(mp_handle); in RunPingPongServer() local286 ping_receiver_.Bind(IPC::mojom::ReflectorPtrInfo(std::move(scoped_mp), 0u)); in RunPingPongServer()339 mojo::ScopedMessagePipeHandle scoped_mp(mp_handle); in RunPingPongClient() local346 ReflectorImpl impl(std::move(scoped_mp), run_loop.QuitWhenIdleClosure()); in RunPingPongClient()425 mojo::ScopedMessagePipeHandle scoped_mp(mp_handle); in RunInterfacePassingServer() local427 mojom::InterfacePassingTestDriverPtrInfo(std::move(scoped_mp), 0u)); in RunInterfacePassingServer()507 mojo::ScopedMessagePipeHandle scoped_mp(mp_handle); in RunInterfacePassingClient() local514 InterfacePassingTestDriverImpl impl(std::move(scoped_mp), in RunInterfacePassingClient()630 mojo::ScopedMessagePipeHandle scoped_mp(mp_handle); in TEST_P() local632 ReflectorImpl impl(std::move(scoped_mp), base::Closure()); in TEST_P()[all …]
277 mojo::ScopedMessagePipeHandle scoped_mp(mp_handle); in RunPingPongServer() local278 ping_receiver_.Bind(IPC::mojom::ReflectorPtrInfo(std::move(scoped_mp), 0u)); in RunPingPongServer()367 mojo::ScopedMessagePipeHandle scoped_mp(mp_handle); in RunPingPongClient() local371 ReflectorImpl impl(std::move(scoped_mp), run_loop.QuitWhenIdleClosure()); in RunPingPongClient()