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

/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp512 fNotifications(10, true),
562 if (fNotifications.IsEmpty())
567 for (int32 i = 0; BMessage* message = fNotifications.ItemAt(i); i++) {
647 if (fNotifications.IsEmpty()) {
653 if (fNotifications.IsEmpty()) {
658 BMessage* message = fNotifications.RemoveItemAt(0);
678 if (fNotifications.IsEmpty()) {
687 if (fNotifications.IsEmpty()) {
692 BMessage* message = fNotifications.RemoveItemAt(0);
728 if (!fNotifications
778 MessageList fNotifications; member in struct:Test
[all...]
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp254 fNotifications(new(nothrow) DiskNotifications)
261 fNotifications->Register();
319 fNotifications->Unregister();
333 || fObsoletePartitions == NULL || fNotifications == NULL)
392 return *fNotifications;
399 fNotifications->Notify(event, eventMask);
1576 fNotifications->Notify(message, mask);
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceManager.h145 DiskNotifications* fNotifications; member in class:BPrivate::DiskDevice::KDiskDeviceManager
/haiku/src/system/kernel/
H A Dmodule.cpp275 NotificationList fNotifications; member in class:Module::ModuleNotificationService
1653 NotificationList::Iterator iterator = fNotifications.GetIterator();
1689 fNotifications.Add(notification);

Completed in 80 milliseconds