Searched refs:NotificationListener (Results 1 - 16 of 16) sorted by relevance

/haiku/headers/private/kernel/
H A Dkmodule.h18 class NotificationListener;
21 NotificationListener &listener);
23 NotificationListener &listener);
H A DNotifications.h32 class NotificationListener { class
34 virtual ~NotificationListener();
42 const NotificationListener& other) const;
45 const NotificationListener& other) const
67 class UserMessagingListener : public NotificationListener {
83 const NotificationListener& _other) const;
92 UserMessagingListener::operator==(const NotificationListener& _other) const
105 NotificationListener& listener) = 0;
107 NotificationListener& listener) = 0;
109 NotificationListener
[all...]
/haiku/headers/private/kernel/fs/
H A Dnode_monitor.h18 class NotificationListener;
21 NotificationListener& listener);
23 NotificationListener& listener);
/haiku/src/system/kernel/events/
H A DNotifications.cpp27 // #pragma mark - NotificationListener
30 NotificationListener::~NotificationListener()
36 NotificationListener::EventOccurred(NotificationService& service,
43 NotificationListener::AllListenersNotified(NotificationService& service)
49 NotificationListener::operator==(const NotificationListener& other) const
197 NotificationListener& notificationListener)
226 NotificationListener& notificationListener)
234 NotificationListener
[all...]
/haiku/src/servers/registrar/
H A DMIMEManager.h14 private BPrivate::Storage::Mime::Database::NotificationListener {
22 // Database::NotificationListener
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp51 NotificationListener *listener;
80 bool operator==(const NotificationListener& _other) const
112 NotificationListener &listener);
114 NotificationListener &listener);
116 NotificationListener &listener);
119 uint32 flags, NotificationListener &notificationListener);
121 NotificationListener &notificationListener);
133 NotificationListener& notificationListener, bool isVolumeListener);
141 NotificationListener& notificationListener);
144 NotificationListener
[all...]
/haiku/headers/private/storage/mime/
H A DDatabase.h51 class NotificationListener;
55 NotificationListener* notificationListener);
154 NotificationListener* fNotificationListener;
188 class Database::NotificationListener { class in class:BPrivate::Storage::Mime::Database
190 virtual ~NotificationListener();
/haiku/src/system/kernel/
H A Dmodule.cpp190 NotificationListener* listener;
211 class DirectoryWatcher : public NotificationListener {
220 class ModuleWatcher : public NotificationListener {
237 NotificationListener& listener);
239 NotificationListener& listener);
241 NotificationListener& listener);
255 uint32 flags, NotificationListener& listener);
1268 NotificationListener& listener)
1299 NotificationListener& listener)
1307 NotificationListener
[all...]
H A Dsystem_info.cpp83 class SystemNotificationService : private NotificationListener {
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dhaiku_kernel_emu.cpp422 NotificationListener& listener)
430 remove_node_listener(dev_t device, ino_t node, NotificationListener& listener)
/haiku/src/kits/storage/mime/
H A DDatabase.cpp48 Database::NotificationListener::~NotificationListener()
68 NotificationListener* notificationListener)
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp109 class KDiskDeviceManager::DiskSystemWatcher : public NotificationListener {
133 class KDiskDeviceManager::DeviceWatcher : public NotificationListener {
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp92 struct FileSystem::NodeListenerProxy : NodeListenerKey, NotificationListener {
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp205 class DirectoryWatcher : public NotificationListener {
214 class DriverWatcher : public NotificationListener {
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp54 class SystemProfiler : public BReferenceable, private NotificationListener,
607 // #pragma mark - NotificationListener interface
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp2454 ((NotificationListener*)request->listener)->EventOccurred(

Completed in 312 milliseconds