• Home
  • Raw
  • Download

Lines Matching refs:ChannelMojo

49     return ChannelMojo::Create(std::move(handle_), mode_, listener,  in BuildChannel()
83 std::unique_ptr<ChannelMojo> ChannelMojo::Create( in Create()
89 return base::WrapUnique(new ChannelMojo(std::move(handle), mode, listener, in Create()
94 std::unique_ptr<ChannelFactory> ChannelMojo::CreateServerFactory( in CreateServerFactory()
104 std::unique_ptr<ChannelFactory> ChannelMojo::CreateClientFactory( in CreateClientFactory()
113 ChannelMojo::ChannelMojo( in ChannelMojo() function in IPC::ChannelMojo
128 void ChannelMojo::ForwardMessageFromThreadSafePtr(mojo::Message message) { in ForwardMessageFromThreadSafePtr()
136 void ChannelMojo::ForwardMessageWithResponderFromThreadSafePtr( in ForwardMessageWithResponderFromThreadSafePtr()
146 ChannelMojo::~ChannelMojo() { in ~ChannelMojo()
151 bool ChannelMojo::Connect() { in Connect()
167 void ChannelMojo::Pause() { in Pause()
171 void ChannelMojo::Unpause(bool flush) { in Unpause()
177 void ChannelMojo::Flush() { in Flush()
181 void ChannelMojo::Close() { in Close()
192 void ChannelMojo::OnPipeError() { in OnPipeError()
198 base::Bind(&ChannelMojo::OnPipeError, weak_ptr_)); in OnPipeError()
202 void ChannelMojo::OnAssociatedInterfaceRequest( in OnAssociatedInterfaceRequest()
219 bool ChannelMojo::Send(Message* message) { in Send()
243 ChannelMojo::GetAssociatedInterfaceSupport() { return this; } in GetAssociatedInterfaceSupport()
246 ChannelMojo::CreateThreadSafeChannel() { in CreateThreadSafeChannel()
249 base::Bind(&ChannelMojo::ForwardMessageFromThreadSafePtr, weak_ptr_), in CreateThreadSafeChannel()
250 base::Bind(&ChannelMojo::ForwardMessageWithResponderFromThreadSafePtr, in CreateThreadSafeChannel()
255 void ChannelMojo::OnPeerPidReceived(int32_t peer_pid) { in OnPeerPidReceived()
259 void ChannelMojo::OnMessageReceived(const Message& message) { in OnMessageReceived()
268 void ChannelMojo::OnBrokenDataReceived() { in OnBrokenDataReceived()
273 MojoResult ChannelMojo::ReadFromMessageAttachmentSet( in ReadFromMessageAttachmentSet()
303 MojoResult ChannelMojo::WriteToMessageAttachmentSet( in WriteToMessageAttachmentSet()
330 void ChannelMojo::AddGenericAssociatedInterface( in AddGenericAssociatedInterface()
338 void ChannelMojo::GetGenericRemoteAssociatedInterface( in GetGenericRemoteAssociatedInterface()