Lines Matching refs:channel_handle
47 mojo::ScopedMessagePipeHandle channel_handle) in Worker() argument
54 channel_handle_(std::move(channel_handle)), in Worker()
64 Worker(mojo::ScopedMessagePipeHandle channel_handle, Channel::Mode mode) in Worker() argument
71 channel_handle_(std::move(channel_handle)), in Worker()
301 mojo::ScopedMessagePipeHandle channel_handle) in SimpleServer() argument
304 std::move(channel_handle)), in SimpleServer()
316 explicit SimpleClient(mojo::ScopedMessagePipeHandle channel_handle) in SimpleClient() argument
319 std::move(channel_handle)) {} in SimpleClient()
355 mojo::ScopedMessagePipeHandle channel_handle) in TwoStepServer() argument
358 std::move(channel_handle)), in TwoStepServer()
382 mojo::ScopedMessagePipeHandle channel_handle) in TwoStepClient() argument
385 std::move(channel_handle)), in TwoStepClient()
429 explicit DelayClient(mojo::ScopedMessagePipeHandle channel_handle) in DelayClient() argument
432 std::move(channel_handle)) {} in DelayClient()
462 mojo::ScopedMessagePipeHandle channel_handle) in NoHangServer() argument
465 std::move(channel_handle)), in NoHangServer()
483 mojo::ScopedMessagePipeHandle channel_handle) in NoHangClient() argument
486 std::move(channel_handle)), in NoHangClient()
527 mojo::ScopedMessagePipeHandle channel_handle) in UnblockServer() argument
530 std::move(channel_handle)), in UnblockServer()
562 mojo::ScopedMessagePipeHandle channel_handle) in UnblockClient() argument
565 std::move(channel_handle)), in UnblockClient()
616 mojo::ScopedMessagePipeHandle channel_handle) in RecursiveServer() argument
619 std::move(channel_handle)), in RecursiveServer()
640 mojo::ScopedMessagePipeHandle channel_handle) in RecursiveClient() argument
643 std::move(channel_handle)), in RecursiveClient()
725 mojo::ScopedMessagePipeHandle channel_handle) in MultipleServer1() argument
726 : Worker(std::move(channel_handle), Channel::MODE_SERVER), in MultipleServer1()
741 mojo::ScopedMessagePipeHandle channel_handle) in MultipleClient1() argument
742 : Worker(std::move(channel_handle), Channel::MODE_CLIENT), in MultipleClient1()
759 explicit MultipleServer2(mojo::ScopedMessagePipeHandle channel_handle) in MultipleServer2() argument
760 : Worker(std::move(channel_handle), Channel::MODE_SERVER) {} in MultipleServer2()
773 mojo::ScopedMessagePipeHandle channel_handle) in MultipleClient2() argument
774 : Worker(std::move(channel_handle), Channel::MODE_CLIENT), in MultipleClient2()
847 mojo::ScopedMessagePipeHandle channel_handle, in QueuedReplyServer() argument
849 : Worker(std::move(channel_handle), Channel::MODE_SERVER), in QueuedReplyServer()
874 mojo::ScopedMessagePipeHandle channel_handle, in QueuedReplyClient() argument
877 : Worker(std::move(channel_handle), Channel::MODE_CLIENT), in QueuedReplyClient()
950 explicit ChattyClient(mojo::ScopedMessagePipeHandle channel_handle) in ChattyClient() argument
953 std::move(channel_handle)) {} in ChattyClient()
1016 explicit DoneEventRaceServer(mojo::ScopedMessagePipeHandle channel_handle) in DoneEventRaceServer() argument
1019 std::move(channel_handle)) {} in DoneEventRaceServer()
1090 explicit SyncMessageFilterServer(mojo::ScopedMessagePipeHandle channel_handle) in SyncMessageFilterServer() argument
1093 std::move(channel_handle)), in SyncMessageFilterServer()
1114 explicit ServerSendAfterClose(mojo::ScopedMessagePipeHandle channel_handle) in ServerSendAfterClose() argument
1117 std::move(channel_handle)), in ServerSendAfterClose()
1179 mojo::ScopedMessagePipeHandle channel_handle) in RestrictedDispatchServer() argument
1180 : Worker(std::move(channel_handle), Channel::MODE_SERVER), in RestrictedDispatchServer()
1225 mojo::ScopedMessagePipeHandle channel_handle) in NonRestrictedDispatchServer() argument
1226 : Worker(std::move(channel_handle), Channel::MODE_SERVER), in NonRestrictedDispatchServer()
1419 mojo::ScopedMessagePipeHandle channel_handle) in RestrictedDispatchDeadlockServer() argument
1420 : Worker(std::move(channel_handle), Channel::MODE_SERVER), in RestrictedDispatchDeadlockServer()
1475 mojo::ScopedMessagePipeHandle channel_handle) in RestrictedDispatchDeadlockClient2() argument
1476 : Worker(std::move(channel_handle), Channel::MODE_CLIENT), in RestrictedDispatchDeadlockClient2()
1536 mojo::ScopedMessagePipeHandle channel_handle) in RestrictedDispatchDeadlockClient1() argument
1537 : Worker(std::move(channel_handle), Channel::MODE_CLIENT), in RestrictedDispatchDeadlockClient1()
1823 ReentrantReplyServer2(mojo::ScopedMessagePipeHandle channel_handle) in ReentrantReplyServer2() argument
1824 : Worker(std::move(channel_handle), Channel::MODE_SERVER), reply_(NULL) {} in ReentrantReplyServer2()
1856 mojo::ScopedMessagePipeHandle channel_handle) in ReentrantReplyClient() argument
1857 : Worker(std::move(channel_handle), Channel::MODE_CLIENT), in ReentrantReplyClient()