Searched refs:association_event_handler_ (Results 1 – 1 of 1) sorted by relevance
45 if (!association_event_handler_.is_null()) { in Close()46 association_event_handler_.Reset(); in Close()101 association_event_handler_ = std::move(handler); in SetAssociationEventHandler()102 if (association_event_handler_.is_null()) { in SetAssociationEventHandler()194 if (!association_event_handler_.is_null()) { in OnAssociated()196 handler = std::move(association_event_handler_); in OnAssociated()230 if (!association_event_handler_.is_null()) { in OnPeerClosedBeforeAssociation()232 handler = std::move(association_event_handler_); in OnPeerClosedBeforeAssociation()257 handler = std::move(association_event_handler_); in RunAssociationEventHandler()274 AssociationEventCallback association_event_handler_; member in mojo::ScopedInterfaceEndpointHandle::State