Searched refs:NotificationDelegate (Results 1 – 10 of 10) sorted by relevance
15 NotificationDelegate* delegate, in ParseCommandCreated()29 NotificationDelegate* delegate) { in ParseDeviceDeleted()43 NotificationDelegate* delegate, in ParseNotificationJson()
16 class NotificationDelegate; variable26 virtual void Start(NotificationDelegate* delegate) = 0;
15 class NotificationDelegate {27 virtual ~NotificationDelegate() {} in ~NotificationDelegate()
34 void Start(NotificationDelegate* delegate) override;45 NotificationDelegate* delegate_{nullptr};
57 void Start(NotificationDelegate* delegate) override;151 NotificationDelegate* delegate_{nullptr};
20 NotificationDelegate* delegate,
33 void PullChannel::Start(NotificationDelegate* delegate) { in Start()
23 class MockNotificationDelegate : public NotificationDelegate {
379 void XmppChannel::Start(NotificationDelegate* delegate) { in Start()
49 class DeviceRegistrationInfo : public NotificationDelegate,