Home
last modified time | relevance | path

Searched refs:stop_watching (Results 1 – 25 of 34) sorted by relevance

12

/haiku/src/kits/storage/
H A DNodeMonitor.cpp104 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 DVolumeRoster.cpp123 stop_watching(*fTarget); in StopWatching()
H A DPathMonitor.cpp2175 return stop_watching(target); in StopWatching()
2183 return stop_watching(handler, looper); in StopWatching()
/haiku/headers/os/storage/
H A DNodeMonitor.h95 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 DNodeMonitor.dox24 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 DVolumeRoster.dox32 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 Dacpi_battery.cpp34 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 Dacpi_als.cpp33 int32 stop_watching; member
119 device->stop_watching = 0; in acpi_als_open()
/haiku/src/servers/launch/
H A DVolumeWatcher.cpp45 stop_watching(this); in ~VolumeWatcher()
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitor.cpp41 stop_watching(this); in ~NodeMonitor()
/haiku/src/kits/print/
H A DPrinterRoster.cpp160 stop_watching(*fListener); in StopWatching()
H A DFolderWatcher.cpp78 stop_watching(this); in ~FolderWatcher()
H A DPrinter.cpp288 stop_watching(*fListener); in StopWatching()
/haiku/src/kits/tracker/
H A DTrashWatcher.cpp73 stop_watching(this); in ~BTrashWatcher()
H A DFSClipboard.cpp623 stop_watching(this); in ~BClipboardRefsWatcher()
765 stop_watching(this); in Clear()
807 stop_watching(this); in UpdatePoseViews()
H A DVirtualDirectoryPoseView.cpp163 stop_watching(this); in StopWatching()
H A DDeskWindow.cpp223 stop_watching(this); in ~BDeskWindow()
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp173 stop_watching(this); in Quit()
333 stop_watching(this); in MessageReceived()
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp93 stop_watching(this); in DetachedFromWindow()
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp35 stop_watching(BMessenger(this)); in ~BookmarkBar()
H A DDownloadProgressView.cpp845 stop_watching(this); in _StopNodeMonitor()
/haiku/src/apps/musiccollection/
H A DFileMonitor.cpp44 stop_watching(this); in Reset()
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp97 stop_watching(this); in ~UninstallView()
/haiku/docs/develop/file_systems/
H A Dnode_monitoring.rst30 status_t stop_watching(BMessenger target);
32 status_t stop_watching(const BHandler *handler,
/haiku/src/servers/index/
H A DVolumeWatcher.cpp480 stop_watching(&fWatchNameHandler); in Stop()

12