Searched refs:P2PNotifier (Results 1 – 3 of 3) sorted by relevance
21 P2PNotifier::P2PNotifier( in P2PNotifier() function in sync_notifier::P2PNotifier34 P2PNotifier::~P2PNotifier() { in ~P2PNotifier()38 void P2PNotifier::AddObserver(SyncNotifierObserver* observer) { in AddObserver()47 void P2PNotifier::RemoveObserver(SyncNotifierObserver* observer) { in RemoveObserver()57 void P2PNotifier::SetState(const std::string& state) { in SetState()61 void P2PNotifier::UpdateCredentials( in UpdateCredentials()85 void P2PNotifier::UpdateEnabledTypes(const syncable::ModelTypeSet& types) { in UpdateEnabledTypes()91 void P2PNotifier::SendNotification() { in SendNotification()100 void P2PNotifier::OnNotificationStateChange(bool notifications_enabled) { in OnNotificationStateChange()108 void P2PNotifier::OnIncomingNotification( in OnIncomingNotification()[all …]
31 class P2PNotifier35 explicit P2PNotifier(const notifier::NotifierOptions& notifier_options);37 virtual ~P2PNotifier();
91 return new P2PNotifier(notifier_options); in CreateDefaultSyncNotifier()