/haiku/src/kits/storage/ |
H A D | NodeMonitor.cpp | 104 stop_watching(BMessenger target) in stop_watching() function 119 stop_watching(const BHandler* handler, const BLooper* looper) in stop_watching() function 121 return stop_watching(BMessenger(handler, looper)); in stop_watching()
|
H A D | VolumeRoster.cpp | 123 stop_watching(*fTarget); in StopWatching()
|
H A D | PathMonitor.cpp | 2175 return stop_watching(target); in StopWatching() 2183 return stop_watching(handler, looper); in StopWatching()
|
/haiku/headers/os/storage/ |
H A D | NodeMonitor.h | 95 extern status_t stop_watching(BMessenger target); 96 extern status_t stop_watching(const BHandler* handler, const BLooper* looper = NULL);
|
/haiku/docs/user/storage/ |
H A D | NodeMonitor.dox | 24 watch_node(), and stop_watching(). 29 - stop_watching() stops monitoring a node or volume and no longer sends 44 call stop_watching() instead. 462 \fn status_t stop_watching(BMessenger target) 465 You may still receive notification messages after calling stop_watching() 470 it was sent after stop_watching() was called. 484 \fn status_t stop_watching(const BHandler* handler, const BLooper* looper) 488 You may still receive notification messages after calling stop_watching() 493 it was sent after stop_watching() was called.
|
H A D | VolumeRoster.dox | 32 list of available volumes and watch_node()/stop_watching() for 135 \see stop_watching()
|
/haiku/src/add-ons/kernel/drivers/power/acpi_battery/ |
H A D | acpi_battery.cpp | 34 int32 stop_watching; member 324 device->stop_watching = 0; in acpi_battery_open() 466 if (atomic_get(&(device->stop_watching))) { in acpi_battery_control() 467 atomic_set(&(device->stop_watching), 0); in acpi_battery_control() 473 atomic_set(&(device->stop_watching), 1); in acpi_battery_control()
|
/haiku/src/add-ons/kernel/drivers/sensor/acpi_als/ |
H A D | acpi_als.cpp | 33 int32 stop_watching; member 119 device->stop_watching = 0; in acpi_als_open()
|
/haiku/src/servers/launch/ |
H A D | VolumeWatcher.cpp | 45 stop_watching(this); in ~VolumeWatcher()
|
/haiku/src/add-ons/kernel/file_systems/netfs/server/ |
H A D | NodeMonitor.cpp | 41 stop_watching(this); in ~NodeMonitor()
|
/haiku/src/kits/print/ |
H A D | PrinterRoster.cpp | 160 stop_watching(*fListener); in StopWatching()
|
H A D | FolderWatcher.cpp | 78 stop_watching(this); in ~FolderWatcher()
|
H A D | Printer.cpp | 288 stop_watching(*fListener); in StopWatching()
|
/haiku/src/kits/tracker/ |
H A D | TrashWatcher.cpp | 73 stop_watching(this); in ~BTrashWatcher()
|
H A D | FSClipboard.cpp | 623 stop_watching(this); in ~BClipboardRefsWatcher() 765 stop_watching(this); in Clear() 807 stop_watching(this); in UpdatePoseViews()
|
H A D | VirtualDirectoryPoseView.cpp | 163 stop_watching(this); in StopWatching()
|
H A D | DeskWindow.cpp | 223 stop_watching(this); in ~BDeskWindow()
|
/haiku/src/kits/tracker/infowindow/ |
H A D | InfoWindow.cpp | 173 stop_watching(this); in Quit() 333 stop_watching(this); in MessageReceived()
|
/haiku/src/preferences/media/ |
H A D | MidiSettingsView.cpp | 93 stop_watching(this); in DetachedFromWindow()
|
/haiku/src/apps/webpositive/ |
H A D | BookmarkBar.cpp | 35 stop_watching(BMessenger(this)); in ~BookmarkBar()
|
H A D | DownloadProgressView.cpp | 845 stop_watching(this); in _StopNodeMonitor()
|
/haiku/src/apps/musiccollection/ |
H A D | FileMonitor.cpp | 44 stop_watching(this); in Reset()
|
/haiku/src/apps/packageinstaller/ |
H A D | UninstallView.cpp | 97 stop_watching(this); in ~UninstallView()
|
/haiku/docs/develop/file_systems/ |
H A D | node_monitoring.rst | 30 status_t stop_watching(BMessenger target); 32 status_t stop_watching(const BHandler *handler,
|
/haiku/src/servers/index/ |
H A D | VolumeWatcher.cpp | 480 stop_watching(&fWatchNameHandler); in Stop()
|