Home
last modified time | relevance | path

Searched refs:MojoHandleAttachment (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/ipc/
Dipc_mojo_handle_attachment.cc14 MojoHandleAttachment::MojoHandleAttachment(mojo::ScopedHandle handle) in MojoHandleAttachment() function in IPC::internal::MojoHandleAttachment
17 MojoHandleAttachment::~MojoHandleAttachment() = default;
19 MessageAttachment::Type MojoHandleAttachment::GetType() const { in GetType()
23 mojo::ScopedHandle MojoHandleAttachment::TakeHandle() { in TakeHandle()
Dipc_mojo_handle_attachment.h23 class IPC_MESSAGE_SUPPORT_EXPORT MojoHandleAttachment
26 explicit MojoHandleAttachment(mojo::ScopedHandle handle);
34 ~MojoHandleAttachment() override;
37 DISALLOW_COPY_AND_ASSIGN(MojoHandleAttachment);
Dipc_mojo_message_helper.cc17 message->WriteAttachment(new internal::MojoHandleAttachment( in WriteMessagePipeTo()
41 static_cast<internal::MojoHandleAttachment*>(attachment.get()) in ReadMessagePipeFrom()
Dipc_mojo_param_traits.cc50 m->WriteAttachment(new internal::MojoHandleAttachment( in Write()
78 static_cast<internal::MojoHandleAttachment*>(attachment.get()) in Read()
Dipc_message_attachment.cc50 return static_cast<internal::MojoHandleAttachment*>(this)->TakeHandle(); in TakeMojoHandle()
111 return new internal::MojoHandleAttachment(std::move(handle)); in CreateFromMojoHandle()
Dipc_message_utils.cc591 m->WriteAttachment(new internal::MojoHandleAttachment( in Write()