Home
last modified time | relevance | path

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

/haiku/src/servers/media/
H A DNotificationManager.cpp103 fNotificationList.Insert(n); in RequestNotifications()
146 for (fNotificationList.Rewind(); fNotificationList.GetNext(&n); ) { in CancelNotifications()
165 if (!fNotificationList.RemoveCurrent()) { in CancelNotifications()
191 for (fNotificationList.Rewind(); fNotificationList.GetNext(&n); ) { in SendNotifications()
248 for (fNotificationList.Rewind(); fNotificationList.GetNext(&n); ) { in CleanupTeam()
250 if (fNotificationList.RemoveCurrent()) { in CleanupTeam()
304 for (fNotificationList.Rewind(); fNotificationList.GetNext(&n); ) { in Dump()
H A DNotificationManager.h47 List<Notification> fNotificationList; variable