/haiku/headers/private/kernel/ |
H A D | Notifications.h | 32 class NotificationListener { 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& listener) = 0; [all …]
|
H A D | kmodule.h | 18 class NotificationListener; variable 21 NotificationListener &listener); 23 NotificationListener &listener);
|
/haiku/src/system/kernel/events/ |
H A D | Notifications.cpp | 30 NotificationListener::~NotificationListener() in ~NotificationListener() 36 NotificationListener::EventOccurred(NotificationService& service, in EventOccurred() 43 NotificationListener::AllListenersNotified(NotificationService& service) in AllListenersNotified() 49 NotificationListener::operator==(const NotificationListener& other) const in operator ==() 197 NotificationListener& notificationListener) in AddListener() 226 NotificationListener& notificationListener) in UpdateListener() 234 NotificationListener& notificationListener) in RemoveListener() 306 NotificationListener& listener) in AddListener() 319 NotificationListener& notificationListener) in UpdateListener() 346 NotificationListener& notificationListener) in RemoveListener() [all …]
|
/haiku/headers/private/kernel/fs/ |
H A D | node_monitor.h | 18 class NotificationListener; variable 21 NotificationListener& listener); 23 NotificationListener& listener);
|
/haiku/src/tests/add-ons/kernel/kernelland_emu/ |
H A D | node_monitor.cpp | 10 remove_node_listener(dev_t device, ino_t node, NotificationListener& listener) in remove_node_listener() 18 NotificationListener& listener) in add_node_listener()
|
H A D | module.cpp | 809 start_watching_modules(const char* prefix, NotificationListener& listener) in start_watching_modules() 816 stop_watching_modules(const char* prefix, NotificationListener& listener) in stop_watching_modules()
|
/haiku/src/system/kernel/fs/ |
H A D | node_monitor.cpp | 51 NotificationListener *listener; 80 bool operator==(const NotificationListener& _other) const in operator ==() 112 NotificationListener &listener); 114 NotificationListener &listener); 116 NotificationListener &listener); 119 uint32 flags, NotificationListener ¬ificationListener); 121 NotificationListener ¬ificationListener); 133 NotificationListener& notificationListener, bool isVolumeListener); 141 NotificationListener& notificationListener); 144 NotificationListener& notificationListener); [all …]
|
/haiku/headers/private/storage/mime/ |
H A D | Database.h | 51 class NotificationListener; 55 NotificationListener* notificationListener); 154 NotificationListener* fNotificationListener; 188 class Database::NotificationListener { 190 virtual ~NotificationListener();
|
/haiku/src/servers/registrar/ |
H A D | MIMEManager.h | 14 private BPrivate::Storage::Mime::Database::NotificationListener {
|
/haiku/src/system/kernel/ |
H A D | module.cpp | 190 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) in AddListener() 1299 NotificationListener& listener) in UpdateListener() 1307 NotificationListener& listener) in RemoveListener() [all …]
|
H A D | system_info.cpp | 83 class SystemNotificationService : private NotificationListener {
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/ |
H A D | haiku_kernel_emu.cpp | 422 NotificationListener& listener) in add_node_listener() 430 remove_node_listener(dev_t device, ino_t node, NotificationListener& listener) in remove_node_listener()
|
/haiku/src/kits/storage/mime/ |
H A D | Database.cpp | 48 Database::NotificationListener::~NotificationListener() in ~NotificationListener() 68 NotificationListener* notificationListener) in Database()
|
/haiku/src/system/kernel/disk_device_manager/ |
H A D | KDiskDeviceManager.cpp | 109 class KDiskDeviceManager::DiskSystemWatcher : public NotificationListener { 133 class KDiskDeviceManager::DeviceWatcher : public NotificationListener {
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/ |
H A D | FileSystem.cpp | 92 struct FileSystem::NodeListenerProxy : NodeListenerKey, NotificationListener {
|
/haiku/src/system/kernel/device_manager/ |
H A D | legacy_drivers.cpp | 205 class DirectoryWatcher : public NotificationListener { 214 class DriverWatcher : public NotificationListener {
|
/haiku/src/system/kernel/debug/ |
H A D | system_profiler.cpp | 57 class SystemProfiler : public BReferenceable, private NotificationListener,
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/ |
H A D | UserlandRequestHandler.cpp | 2454 ((NotificationListener*)request->listener)->EventOccurred( in _HandleRequest()
|