Searched refs:handle_to_send (Results 1 – 5 of 5) sorted by relevance
19 ScopedInterfaceEndpointHandle* handle_to_send, in NotifyAssociation() argument21 return handle_to_send->NotifyAssociation(id, this); in NotifyAssociation()
375 ScopedInterfaceEndpointHandle handle_to_send) { in AssociateInterface() argument376 if (!handle_to_send.pending_association()) in AssociateInterface()397 if (!NotifyAssociation(&handle_to_send, id)) { in AssociateInterface()408 id, handle_to_send.disconnect_reason()); in AssociateInterface()
96 ScopedInterfaceEndpointHandle handle_to_send) override;
36 ScopedInterfaceEndpointHandle handle_to_send) = 0; in COMPONENT_EXPORT()89 bool NotifyAssociation(ScopedInterfaceEndpointHandle* handle_to_send, in COMPONENT_EXPORT()
201 mojo::ScopedInterfaceEndpointHandle handle_to_send) override { in AssociateInterface() argument202 if (!handle_to_send.pending_association()) in AssociateInterface()223 if (!NotifyAssociation(&handle_to_send, id)) { in AssociateInterface()234 id, handle_to_send.disconnect_reason()); in AssociateInterface()