Searched refs:fNotificationList (Results 1 – 2 of 2) sorted by relevance
103 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()
47 List<Notification> fNotificationList; variable