Home
last modified time | relevance | path

Searched refs:NotificationDelegate (Results 1 – 10 of 10) sorted by relevance

/external/libweave/src/notification/
Dnotification_parser.cc15 NotificationDelegate* delegate, in ParseCommandCreated()
29 NotificationDelegate* delegate) { in ParseDeviceDeleted()
43 NotificationDelegate* delegate, in ParseNotificationJson()
Dnotification_channel.h16 class NotificationDelegate; variable
26 virtual void Start(NotificationDelegate* delegate) = 0;
Dnotification_delegate.h15 class NotificationDelegate {
27 virtual ~NotificationDelegate() {} in ~NotificationDelegate()
Dpull_channel.h34 void Start(NotificationDelegate* delegate) override;
45 NotificationDelegate* delegate_{nullptr};
Dxmpp_channel.h57 void Start(NotificationDelegate* delegate) override;
151 NotificationDelegate* delegate_{nullptr};
Dnotification_parser.h20 NotificationDelegate* delegate,
Dpull_channel.cc33 void PullChannel::Start(NotificationDelegate* delegate) { in Start()
Dnotification_parser_unittest.cc23 class MockNotificationDelegate : public NotificationDelegate {
Dxmpp_channel.cc379 void XmppChannel::Start(NotificationDelegate* delegate) { in Start()
/external/libweave/src/
Ddevice_registration_info.h49 class DeviceRegistrationInfo : public NotificationDelegate,