Symbol: fNotifications
headers/private/kernel/disk_device_manager/KDiskDeviceManager.h
144
DiskNotifications* fNotifications;
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
1576
fNotifications->Notify(message, mask);
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
261
fNotifications->Register();
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
319
fNotifications->Unregister();
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
333
|| fObsoletePartitions == NULL || fNotifications == NULL)
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
392
return *fNotifications;
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
399
fNotifications->Notify(event, eventMask);
src/system/kernel/module.cpp
1653
NotificationList::Iterator iterator = fNotifications.GetIterator();
src/system/kernel/module.cpp
1689
fNotifications.Add(notification);
src/system/kernel/module.cpp
275
NotificationList fNotifications;
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
512
fNotifications(10, true),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
562
if (fNotifications.IsEmpty())
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
567
for (int32 i = 0; BMessage* message = fNotifications.ItemAt(i); i++) {
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
647
if (fNotifications.IsEmpty()) {
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
653
if (fNotifications.IsEmpty()) {
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
658
BMessage* message = fNotifications.RemoveItemAt(0);
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
678
if (fNotifications.IsEmpty()) {
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
687
if (fNotifications.IsEmpty()) {
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
692
BMessage* message = fNotifications.RemoveItemAt(0);
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
728
if (!fNotifications.AddItem(new BMessage(*message)))
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
778
MessageList fNotifications;