Home
last modified time | relevance | path

Searched refs:AssociationEventCallback (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dscoped_interface_endpoint_handle.cc95 void SetAssociationEventHandler(AssociationEventCallback handler) { in SetAssociationEventHandler()
178 AssociationEventCallback handler; in OnAssociated()
214 AssociationEventCallback handler; in OnPeerClosedBeforeAssociation()
251 AssociationEventCallback handler; in RunAssociationEventHandler()
274 AssociationEventCallback association_event_handler_;
341 AssociationEventCallback handler) { in SetAssociationEventHandler()
Dinterface_endpoint_client.cc189 ScopedInterfaceEndpointHandle::AssociationEventCallback()); in PassHandle()
/external/libchrome/mojo/public/cpp/bindings/
Dscoped_interface_endpoint_handle.h69 using AssociationEventCallback = base::OnceCallback<void(AssociationEvent)>; in COMPONENT_EXPORT() local
76 void SetAssociationEventHandler(AssociationEventCallback handler); in COMPONENT_EXPORT()