Symbol: NotificationListener
headers/private/kernel/Notifications.h
105
NotificationListener& listener) = 0;
headers/private/kernel/Notifications.h
107
NotificationListener& listener) = 0;
headers/private/kernel/Notifications.h
109
NotificationListener& listener) = 0;
headers/private/kernel/Notifications.h
124
NotificationListener* listener;
headers/private/kernel/Notifications.h
148
NotificationListener& listener);
headers/private/kernel/Notifications.h
150
NotificationListener& listener);
headers/private/kernel/Notifications.h
152
NotificationListener& listener);
headers/private/kernel/Notifications.h
171
NotificationListener {
headers/private/kernel/Notifications.h
178
NotificationListener& listener);
headers/private/kernel/Notifications.h
180
NotificationListener& listener);
headers/private/kernel/Notifications.h
182
NotificationListener& listener);
headers/private/kernel/Notifications.h
194
NotificationListener& listener);
headers/private/kernel/Notifications.h
210
NotificationListener& listener);
headers/private/kernel/Notifications.h
213
NotificationListener& listener);
headers/private/kernel/Notifications.h
217
NotificationListener& listener);
headers/private/kernel/Notifications.h
220
NotificationListener& listener);
headers/private/kernel/Notifications.h
224
NotificationListener& listener);
headers/private/kernel/Notifications.h
32
class NotificationListener {
headers/private/kernel/Notifications.h
34
virtual ~NotificationListener();
headers/private/kernel/Notifications.h
42
const NotificationListener& other) const;
headers/private/kernel/Notifications.h
45
const NotificationListener& other) const
headers/private/kernel/Notifications.h
67
class UserMessagingListener : public NotificationListener {
headers/private/kernel/Notifications.h
83
const NotificationListener& _other) const;
headers/private/kernel/Notifications.h
92
UserMessagingListener::operator==(const NotificationListener& _other) const
headers/private/kernel/fs/node_monitor.h
18
class NotificationListener;
headers/private/kernel/fs/node_monitor.h
21
NotificationListener& listener);
headers/private/kernel/fs/node_monitor.h
23
NotificationListener& listener);
headers/private/kernel/kmodule.h
18
class NotificationListener;
headers/private/kernel/kmodule.h
21
NotificationListener &listener);
headers/private/kernel/kmodule.h
23
NotificationListener &listener);
headers/private/storage/mime/Database.h
154
NotificationListener* fNotificationListener;
headers/private/storage/mime/Database.h
188
class Database::NotificationListener {
headers/private/storage/mime/Database.h
190
virtual ~NotificationListener();
headers/private/storage/mime/Database.h
51
class NotificationListener;
headers/private/storage/mime/Database.h
55
NotificationListener* notificationListener);
src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/FileSystem.cpp
92
struct FileSystem::NodeListenerProxy : NodeListenerKey, NotificationListener {
src/add-ons/kernel/file_systems/userlandfs/server/UserlandRequestHandler.cpp
2454
((NotificationListener*)request->listener)->EventOccurred(
src/add-ons/kernel/file_systems/userlandfs/server/haiku/haiku_kernel_emu.cpp
425
NotificationListener& listener)
src/add-ons/kernel/file_systems/userlandfs/server/haiku/haiku_kernel_emu.cpp
433
remove_node_listener(dev_t device, ino_t node, NotificationListener& listener)
src/kits/storage/mime/Database.cpp
48
Database::NotificationListener::~NotificationListener()
src/kits/storage/mime/Database.cpp
68
NotificationListener* notificationListener)
src/servers/registrar/MIMEManager.h
14
private BPrivate::Storage::Mime::Database::NotificationListener {
src/system/kernel/debug/system_profiler.cpp
57
class SystemProfiler : public BReferenceable, private NotificationListener,
src/system/kernel/device_manager/legacy_drivers.cpp
205
class DirectoryWatcher : public NotificationListener {
src/system/kernel/device_manager/legacy_drivers.cpp
214
class DriverWatcher : public NotificationListener {
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
109
class KDiskDeviceManager::DiskSystemWatcher : public NotificationListener {
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
133
class KDiskDeviceManager::DeviceWatcher : public NotificationListener {
src/system/kernel/events/Notifications.cpp
197
NotificationListener& notificationListener)
src/system/kernel/events/Notifications.cpp
226
NotificationListener& notificationListener)
src/system/kernel/events/Notifications.cpp
234
NotificationListener& notificationListener)
src/system/kernel/events/Notifications.cpp
30
NotificationListener::~NotificationListener()
src/system/kernel/events/Notifications.cpp
306
NotificationListener& listener)
src/system/kernel/events/Notifications.cpp
319
NotificationListener& notificationListener)
src/system/kernel/events/Notifications.cpp
346
NotificationListener& notificationListener)
src/system/kernel/events/Notifications.cpp
36
NotificationListener::EventOccurred(NotificationService& service,
src/system/kernel/events/Notifications.cpp
43
NotificationListener::AllListenersNotified(NotificationService& service)
src/system/kernel/events/Notifications.cpp
446
NotificationListener& notificationListener)
src/system/kernel/events/Notifications.cpp
49
NotificationListener::operator==(const NotificationListener& other) const
src/system/kernel/events/Notifications.cpp
536
uint32 eventMask, NotificationListener& listener)
src/system/kernel/events/Notifications.cpp
549
const KMessage* eventSpecifier, NotificationListener& listener)
src/system/kernel/events/Notifications.cpp
565
uint32 eventMask, NotificationListener& listener)
src/system/kernel/events/Notifications.cpp
578
const KMessage* eventSpecifier, NotificationListener& listener)
src/system/kernel/events/Notifications.cpp
594
const KMessage* eventSpecifier, NotificationListener& listener)
src/system/kernel/fs/node_monitor.cpp
112
NotificationListener &listener);
src/system/kernel/fs/node_monitor.cpp
114
NotificationListener &listener);
src/system/kernel/fs/node_monitor.cpp
116
NotificationListener &listener);
src/system/kernel/fs/node_monitor.cpp
1167
remove_node_listener(dev_t device, ino_t node, NotificationListener& listener)
src/system/kernel/fs/node_monitor.cpp
1176
NotificationListener& listener)
src/system/kernel/fs/node_monitor.cpp
119
uint32 flags, NotificationListener &notificationListener);
src/system/kernel/fs/node_monitor.cpp
121
NotificationListener &notificationListener);
src/system/kernel/fs/node_monitor.cpp
133
NotificationListener& notificationListener, bool isVolumeListener);
src/system/kernel/fs/node_monitor.cpp
141
NotificationListener& notificationListener);
src/system/kernel/fs/node_monitor.cpp
144
NotificationListener& notificationListener);
src/system/kernel/fs/node_monitor.cpp
147
NotificationListener &notificationListener);
src/system/kernel/fs/node_monitor.cpp
264
ino_t node, NotificationListener& notificationListener,
src/system/kernel/fs/node_monitor.cpp
386
NotificationListener& notificationListener)
src/system/kernel/fs/node_monitor.cpp
404
NotificationListener& notificationListener)
src/system/kernel/fs/node_monitor.cpp
430
uint32 flags, NotificationListener& notificationListener)
src/system/kernel/fs/node_monitor.cpp
452
NotificationListener& notificationListener)
src/system/kernel/fs/node_monitor.cpp
51
NotificationListener *listener;
src/system/kernel/fs/node_monitor.cpp
80
bool operator==(const NotificationListener& _other) const
src/system/kernel/fs/node_monitor.cpp
907
NotificationListener& listener)
src/system/kernel/fs/node_monitor.cpp
925
NotificationListener& listener)
src/system/kernel/fs/node_monitor.cpp
944
NotificationListener& listener)
src/system/kernel/fs/node_monitor.cpp
961
ino_t node, NotificationListener& notificationListener)
src/system/kernel/module.cpp
1268
NotificationListener& listener)
src/system/kernel/module.cpp
1299
NotificationListener& listener)
src/system/kernel/module.cpp
1307
NotificationListener& listener)
src/system/kernel/module.cpp
1334
? (NotificationListener&)fModuleWatcher
src/system/kernel/module.cpp
1335
: (NotificationListener&)fDirectoryWatcher);
src/system/kernel/module.cpp
1346
uint32 flags, NotificationListener& listener)
src/system/kernel/module.cpp
1768
start_watching_modules(const char* prefix, NotificationListener& listener)
src/system/kernel/module.cpp
1780
stop_watching_modules(const char* prefix, NotificationListener& listener)
src/system/kernel/module.cpp
190
NotificationListener* listener;
src/system/kernel/module.cpp
211
class DirectoryWatcher : public NotificationListener {
src/system/kernel/module.cpp
220
class ModuleWatcher : public NotificationListener {
src/system/kernel/module.cpp
237
NotificationListener& listener);
src/system/kernel/module.cpp
239
NotificationListener& listener);
src/system/kernel/module.cpp
241
NotificationListener& listener);
src/system/kernel/module.cpp
255
uint32 flags, NotificationListener& listener);
src/system/kernel/system_info.cpp
83
class SystemNotificationService : private NotificationListener {
src/tests/add-ons/kernel/kernelland_emu/module.cpp
809
start_watching_modules(const char* prefix, NotificationListener& listener)
src/tests/add-ons/kernel/kernelland_emu/module.cpp
816
stop_watching_modules(const char* prefix, NotificationListener& listener)
src/tests/add-ons/kernel/kernelland_emu/node_monitor.cpp
10
remove_node_listener(dev_t device, ino_t node, NotificationListener& listener)
src/tests/add-ons/kernel/kernelland_emu/node_monitor.cpp
18
NotificationListener& listener)