Home
last modified time | relevance | path

Searched refs:NotificationListener (Results 1 – 2 of 2) sorted by relevance

/system/weaved/buffet/
Dmanager.cc54 using NotificationListener = typedef
286 NotifyServiceManagerChange({NotificationListener::TRAITS}); in OnTraitDefsChanged()
290 NotifyServiceManagerChange({NotificationListener::COMPONENTS}); in OnComponentTreeChanged()
295 NotifyServiceManagerChange({NotificationListener::STATE}); in OnGcdStateChanged()
302 NotificationListener::CLOUD_ID, &ids); in OnConfigChanged()
304 NotificationListener::DEVICE_ID, &ids); in OnConfigChanged()
306 NotificationListener::DEVICE_NAME, &ids); in OnConfigChanged()
308 NotificationListener::DEVICE_DESCRIPTION, &ids); in OnConfigChanged()
310 NotificationListener::DEVICE_LOCATION, &ids); in OnConfigChanged()
312 NotificationListener::OEM_NAME, &ids); in OnConfigChanged()
[all …]
/system/weaved/libweaved/
Dservice.cc142 class NotificationListener class
145 explicit NotificationListener(const std::weak_ptr<ServiceImpl>& service);
154 base::WeakPtrFactory<NotificationListener> weak_ptr_factory_{this};
155 DISALLOW_COPY_AND_ASSIGN(NotificationListener);
279 NotificationListener::NotificationListener( in NotificationListener() function in weaved::NotificationListener
283 android::binder::Status NotificationListener::notifyServiceManagerChange( in notifyServiceManagerChange()
432 android::sp<NotificationListener> notification_listener = in TryConnecting()
433 new NotificationListener{shared_from_this()}; in TryConnecting()
461 using NotificationListener = in OnNotification() typedef
466 case NotificationListener::PAIRING_SESSION_ID: in OnNotification()
[all …]