Searched refs:EventCause (Results 1 – 10 of 10) sorted by relevance
21 enum EventCause { enum54 explicit SyncEngineEvent(EventCause cause);57 EventCause what_happened;
9 SyncEngineEvent::SyncEngineEvent(EventCause cause) : what_happened(cause) { in SyncEngineEvent()
198 void Notify(SyncEngineEvent::EventCause cause);
790 void SyncSchedulerImpl::Notify(SyncEngineEvent::EventCause cause) { in Notify()
75 enum EventCause { enum103 explicit SyncEngineEvent(EventCause cause);106 EventCause what_happened;
9 SyncEngineEvent::SyncEngineEvent(EventCause cause) : what_happened(cause), in SyncEngineEvent()
262 void Notify(SyncEngineEvent::EventCause cause);
825 void SyncerThread::Notify(SyncEngineEvent::EventCause cause) { in Notify()
103 void SendEventNotification(SyncEngineEvent::EventCause cause);
80 void SyncSession::SendEventNotification(SyncEngineEvent::EventCause cause) { in SendEventNotification()