Searched refs:fNotifications (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/servers/notification/
H A DAppUsage.cpp41 for (nIt = fNotifications.begin(); nIt != fNotifications.end(); nIt++)
61 for (nIt = fNotifications.begin(); nIt != fNotifications.end(); nIt++)
79 for (nIt = fNotifications.begin(); nIt != fNotifications.end(); nIt++)
126 fNotifications[notification->Title()] = notification;
149 notification_t::iterator nIt = fNotifications.find(title);
150 if (nIt == fNotifications.end()) {
152 fNotifications[titl
[all...]
/haiku-fatelf/src/preferences/notifications/
H A DNotificationsView.cpp79 fNotifications = new BColumnListView(rect, B_TRANSLATE("Notifications"),
81 fNotifications->SetSelectionMode(B_SINGLE_SELECTION_LIST);
86 fNotifications->AddColumn(fTitleCol, kTitleIndex);
91 fNotifications->AddColumn(fDateCol, kDateIndex);
96 fNotifications->AddColumn(fTypeCol, kTypeIndex);
101 fNotifications->AddColumn(fAllowCol, kAllowIndex);
120 .Add(fNotifications)
132 fNotifications->SetTarget(this);
133 fNotifications->SetInvocationMessage(new BMessage(kNotificationSelected));
136 fNotifications
[all...]
H A DNotificationsView.h39 BColumnListView* fNotifications; member in class:NotificationsView
/haiku-fatelf/headers/private/notification/
H A DAppUsage.h49 notification_t fNotifications; member in class:AppUsage
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceManager.h145 DiskNotifications* fNotifications; member in class:BPrivate::DiskDevice::KDiskDeviceManager
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp250 fNotifications(new(nothrow) DiskNotifications)
325 || fObsoletePartitions == NULL || fNotifications == NULL)
384 return *fNotifications;
391 fNotifications->Notify(event, eventMask);
1558 fNotifications->Notify(message, mask);
/haiku-fatelf/src/system/kernel/
H A Dmodule.cpp275 NotificationList fNotifications; member in class:Module::ModuleNotificationService
1664 NotificationList::Iterator iterator = fNotifications.GetIterator();
1700 fNotifications.Add(notification);

Completed in 112 milliseconds