Home
last modified time | relevance | path

Searched refs:GetBrokerableType (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/ipc/
Dplaceholder_brokerable_attachment.cc10 PlaceholderBrokerableAttachment::GetBrokerableType() const { in GetBrokerableType() function in IPC::PlaceholderBrokerableAttachment
Dipc_message_attachment_set.cc189 DCHECK_NE(BrokerableAttachment::PLACEHOLDER, attachment->GetBrokerableType()); in ReplacePlaceholderWithAttachment()
192 if ((*it)->GetBrokerableType() == BrokerableAttachment::PLACEHOLDER && in ReplacePlaceholderWithAttachment()
Dplaceholder_brokerable_attachment.h20 BrokerableType GetBrokerableType() const override;
Dbrokerable_attachment.h69 virtual BrokerableType GetBrokerableType() const = 0;
Dbrokerable_attachment.cc58 return GetBrokerableType() == PLACEHOLDER; in NeedsBrokering()