Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/lib/
Dscoped_interface_endpoint_handle.cc35 if (!IsValidInterfaceId(id_)) in reset()
69 DCHECK(!IsValidInterfaceId(id) || group_controller_); in ScopedInterfaceEndpointHandle()
Dvalidation_util.cc146 return IsValidInterfaceId(input.interface_id); in IsHandleOrInterfaceValid()
150 return IsValidInterfaceId(input.interface_id); in IsHandleOrInterfaceValid()
Dmultiplex_router.cc360 if (!IsValidInterfaceId(id)) in CreateLocalEndpointHandle()
379 if (!IsValidInterfaceId(id)) in CloseEndpointHandle()
412 DCHECK(IsValidInterfaceId(id)); in AttachEndpointClient()
432 DCHECK(IsValidInterfaceId(id)); in DetachEndpointClient()
712 DCHECK(IsValidInterfaceId(id)); in ProcessIncomingMessage()
Dpipe_control_message_handler.cc29 return !IsValidInterfaceId(message->interface_id()); in IsPipeControlMessage()
/external/libmojo/mojo/public/cpp/bindings/
Dinterface_id.h29 inline bool IsValidInterfaceId(InterfaceId id) { in IsValidInterfaceId() function
Dscoped_interface_endpoint_handle.h30 bool is_valid() const { return IsValidInterfaceId(id_); } in is_valid()