Home
last modified time | relevance | path

Searched refs:notification_ids (Results 1 – 3 of 3) sorted by relevance

/system/weaved/buffet/
Dmanager.cc158 std::vector<int>* notification_ids) { in UpdateValue() argument
161 notification_ids->push_back(notification); in UpdateValue()
484 const std::vector<int>& notification_ids) { in NotifyServiceManagerChange() argument
485 if (notification_ids.empty()) in NotifyServiceManagerChange()
488 listener->notifyServiceManagerChange(notification_ids); in NotifyServiceManagerChange()
Dmanager.h106 void NotifyServiceManagerChange(const std::vector<int>& notification_ids);
/system/weaved/libweaved/
Dservice.cc211 void OnNotification(const std::vector<int>& notification_ids);
459 void ServiceImpl::OnNotification(const std::vector<int>& notification_ids) { in OnNotification() argument
464 for (int id : notification_ids) { in OnNotification()