Searched refs:notification_ids (Results 1 – 3 of 3) sorted by relevance
158 std::vector<int>* notification_ids) { in UpdateValue() argument161 notification_ids->push_back(notification); in UpdateValue()484 const std::vector<int>& notification_ids) { in NotifyServiceManagerChange() argument485 if (notification_ids.empty()) in NotifyServiceManagerChange()488 listener->notifyServiceManagerChange(notification_ids); in NotifyServiceManagerChange()
106 void NotifyServiceManagerChange(const std::vector<int>& notification_ids);
211 void OnNotification(const std::vector<int>& notification_ids);459 void ServiceImpl::OnNotification(const std::vector<int>& notification_ids) { in OnNotification() argument464 for (int id : notification_ids) { in OnNotification()