Home
last modified time | relevance | path

Searched refs:ChannelMojo (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/ipc/
Dipc_channel_mojo.cc49 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()
[all …]
Dipc_channel_mojo.h43 class COMPONENT_EXPORT(IPC) ChannelMojo in COMPONENT_EXPORT()
49 static std::unique_ptr<ChannelMojo> Create( in COMPONENT_EXPORT()
69 ~ChannelMojo() override; in COMPONENT_EXPORT()
99 ChannelMojo( in COMPONENT_EXPORT()
121 base::WeakPtr<ChannelMojo> weak_ptr_; in COMPONENT_EXPORT()
136 base::WeakPtrFactory<ChannelMojo> weak_factory_; in COMPONENT_EXPORT()
138 DISALLOW_COPY_AND_ASSIGN(ChannelMojo); in COMPONENT_EXPORT()
Dipc_channel_common.cc39 return ChannelMojo::Create( in CreateClient()
55 return ChannelMojo::Create( in CreateServer()
Dipc_test_base.cc41 channel_ = IPC::ChannelMojo::Create( in CreateChannel()
67 channel_ = IPC::ChannelMojo::Create( in Connect()
Dipc_message_pipe_reader.cc59 result = ChannelMojo::ReadFromMessageAttachmentSet(message.get(), &handles); in Send()
96 MojoResult write_result = ChannelMojo::WriteToMessageAttachmentSet( in Receive()
Dipc_channel_factory.cc27 return ChannelMojo::Create( in BuildChannel()
Dipc_message.h237 friend class ChannelMojo; variable
Dipc_channel_mojo_unittest.cc799 factory = IPC::ChannelMojo::CreateServerFactory( in RunProxy()
803 factory = IPC::ChannelMojo::CreateClientFactory( in RunProxy()