Searched refs:stop_watching (Results 1 - 25 of 31) sorted by relevance

12

/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/src/kits/storage/
H A DNodeMonitor.cpp104 stop_watching(BMessenger target) function
119 stop_watching(const BHandler* handler, const BLooper* looper) function
121 return stop_watching(BMessenger(handler, looper));
H A DVolumeRoster.cpp123 stop_watching(*fTarget);
H A DPathMonitor.cpp2175 return stop_watching(target);
2183 return stop_watching(handler, looper);
/haiku/src/servers/launch/
H A DVolumeWatcher.cpp45 stop_watching(this);
/haiku/src/kits/print/
H A DPrinterRoster.cpp160 stop_watching(*fListener);
H A DFolderWatcher.cpp78 stop_watching(this);
H A DPrinter.cpp288 stop_watching(*fListener);
/haiku/src/kits/tracker/
H A DTrashWatcher.cpp73 stop_watching(this);
H A DFSClipboard.cpp634 stop_watching(this);
776 stop_watching(this);
818 stop_watching(this);
H A DVirtualDirectoryPoseView.cpp163 stop_watching(this);
H A DDeskWindow.cpp225 stop_watching(this);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitor.cpp41 stop_watching(this);
/haiku/src/add-ons/kernel/drivers/sensor/acpi_als/
H A Dacpi_als.cpp33 int32 stop_watching; member in struct:als_device_cookie
119 device->stop_watching = 0;
/haiku/src/add-ons/kernel/drivers/power/acpi_battery/
H A Dacpi_battery.cpp34 int32 stop_watching; member in struct:battery_device_cookie
324 device->stop_watching = 0;
466 if (atomic_get(&(device->stop_watching))) {
467 atomic_set(&(device->stop_watching), 0);
473 atomic_set(&(device->stop_watching), 1);
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp173 stop_watching(this);
333 stop_watching(this);
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp93 stop_watching(this);
/haiku/src/apps/musiccollection/
H A DFileMonitor.cpp44 stop_watching(this);
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp35 stop_watching(BMessenger(this));
H A DDownloadProgressView.cpp842 stop_watching(this);
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp97 stop_watching(this);
/haiku/src/servers/index/
H A DVolumeWatcher.cpp480 stop_watching(&fWatchNameHandler);
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp606 stop_watching(this);
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp1281 stop_watching(target);
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp181 stop_watching(this);

Completed in 167 milliseconds

12