Searched refs:MessagePipeDispatcher (Results 1 – 8 of 8) sorted by relevance
35 MessagePipeDispatcher::kDefaultCreateOptions = {39 MessagePipeDispatcher::MessagePipeDispatcher( in MessagePipeDispatcher() function in mojo::system::MessagePipeDispatcher45 MojoResult MessagePipeDispatcher::ValidateCreateOptions( in ValidateCreateOptions()72 void MessagePipeDispatcher::Init(scoped_refptr<MessagePipe> message_pipe, in Init()81 Dispatcher::Type MessagePipeDispatcher::GetType() const { in GetType()86 scoped_refptr<MessagePipeDispatcher>87 MessagePipeDispatcher::CreateRemoteMessagePipe( in CreateRemoteMessagePipe()91 scoped_refptr<MessagePipeDispatcher> dispatcher( in CreateRemoteMessagePipe()92 new MessagePipeDispatcher(MessagePipeDispatcher::kDefaultCreateOptions)); in CreateRemoteMessagePipe()98 scoped_refptr<MessagePipeDispatcher> MessagePipeDispatcher::Deserialize( in Deserialize()[all …]
40 scoped_refptr<MessagePipeDispatcher> d0(new MessagePipeDispatcher( in TEST()41 MessagePipeDispatcher::kDefaultCreateOptions)); in TEST()43 scoped_refptr<MessagePipeDispatcher> d1(new MessagePipeDispatcher( in TEST()44 MessagePipeDispatcher::kDefaultCreateOptions)); in TEST()146 scoped_refptr<MessagePipeDispatcher> d0( in TEST()147 new MessagePipeDispatcher(MessagePipeDispatcher::kDefaultCreateOptions)); in TEST()148 scoped_refptr<MessagePipeDispatcher> d1( in TEST()149 new MessagePipeDispatcher(MessagePipeDispatcher::kDefaultCreateOptions)); in TEST()177 scoped_refptr<MessagePipeDispatcher> d0( in TEST()178 new MessagePipeDispatcher(MessagePipeDispatcher::kDefaultCreateOptions)); in TEST()[all …]
23 class MOJO_SYSTEM_IMPL_EXPORT MessagePipeDispatcher : public Dispatcher {30 MessagePipeDispatcher(53 static scoped_refptr<MessagePipeDispatcher> CreateRemoteMessagePipe(58 static scoped_refptr<MessagePipeDispatcher> Deserialize(Channel* channel,65 virtual ~MessagePipeDispatcher();112 DISALLOW_COPY_AND_ASSIGN(MessagePipeDispatcher);125 MessagePipeDispatcher* message_pipe_dispatcher() { in message_pipe_dispatcher()126 return static_cast<MessagePipeDispatcher*>(dispatcher()); in message_pipe_dispatcher()
189 MessagePipeDispatcher::ValidateCreateOptions(options, &validated_options); in CreateMessagePipe()193 scoped_refptr<MessagePipeDispatcher> dispatcher0( in CreateMessagePipe()194 new MessagePipeDispatcher(validated_options)); in CreateMessagePipe()195 scoped_refptr<MessagePipeDispatcher> dispatcher1( in CreateMessagePipe()196 new MessagePipeDispatcher(validated_options)); in CreateMessagePipe()
524 scoped_refptr<MessagePipeDispatcher> dispatcher( in TEST_F()525 new MessagePipeDispatcher(MessagePipeDispatcher::kDefaultCreateOptions)); in TEST_F()588 dispatcher = static_cast<MessagePipeDispatcher*>(read_dispatchers[0].get()); in TEST_F()978 scoped_refptr<MessagePipeDispatcher> dispatcher( in TEST_F()979 new MessagePipeDispatcher(MessagePipeDispatcher::kDefaultCreateOptions)); in TEST_F()1042 dispatcher = static_cast<MessagePipeDispatcher*>(read_dispatchers[0].get()); in TEST_F()1104 dispatcher = static_cast<MessagePipeDispatcher*>(read_dispatchers[0].get()); in TEST_F()
78 MessagePipeDispatcher::Deserialize(channel, source, size)); in Deserialize()
114 scoped_refptr<system::MessagePipeDispatcher> dispatcher = in CreateChannelOnIOThread()115 system::MessagePipeDispatcher::CreateRemoteMessagePipe(&channel_endpoint); in CreateChannelOnIOThread()137 scoped_refptr<system::MessagePipeDispatcher> dispatcher = in CreateChannel()138 system::MessagePipeDispatcher::CreateRemoteMessagePipe(&channel_endpoint); in CreateChannel()
590 *!mojo::system::MessagePipeDispatcher::RemoveWaiterImplNoLock