Searched refs:MojoHandleAttachment (Results 1 – 6 of 6) sorted by relevance
14 MojoHandleAttachment::MojoHandleAttachment(mojo::ScopedHandle handle) in MojoHandleAttachment() function in IPC::internal::MojoHandleAttachment17 MojoHandleAttachment::~MojoHandleAttachment() = default;19 MessageAttachment::Type MojoHandleAttachment::GetType() const { in GetType()23 mojo::ScopedHandle MojoHandleAttachment::TakeHandle() { in TakeHandle()
23 class IPC_MESSAGE_SUPPORT_EXPORT MojoHandleAttachment26 explicit MojoHandleAttachment(mojo::ScopedHandle handle);34 ~MojoHandleAttachment() override;37 DISALLOW_COPY_AND_ASSIGN(MojoHandleAttachment);
17 message->WriteAttachment(new internal::MojoHandleAttachment( in WriteMessagePipeTo()41 static_cast<internal::MojoHandleAttachment*>(attachment.get()) in ReadMessagePipeFrom()
50 m->WriteAttachment(new internal::MojoHandleAttachment( in Write()78 static_cast<internal::MojoHandleAttachment*>(attachment.get()) in Read()
50 return static_cast<internal::MojoHandleAttachment*>(this)->TakeHandle(); in TakeMojoHandle()111 return new internal::MojoHandleAttachment(std::move(handle)); in CreateFromMojoHandle()
591 m->WriteAttachment(new internal::MojoHandleAttachment( in Write()