Searched refs:watch_node (Results 1 - 25 of 41) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitor.cpp34 watch_node(NULL, B_WATCH_MOUNT, this);
96 status_t error = watch_node(&ref, flags, this);
102 error = watch_node(&ref, flags, this);
117 return watch_node(&ref, B_STOP_WATCHING, this);
/haiku/headers/os/storage/
H A DNodeMonitor.h12 // Flags for the watch_node() call.
90 extern status_t watch_node(const node_ref* node, uint32 flags,
92 extern status_t watch_node(const node_ref* node, uint32 flags,
/haiku/src/tests/kits/storage/testapps/
H A DNodeMonitorTest.cpp35 status_t status = watch_node(&fNodeRef, B_WATCH_DIRECTORY, this);
45 status_t status = watch_node(&fNodeRef, B_STOP_WATCHING, this);
/haiku/src/kits/storage/
H A DNodeMonitor.cpp51 watch_node(const node_ref* node, uint32 flags, BMessenger target) function
95 watch_node(const node_ref* node, uint32 flags, const BHandler* handler, function
98 return watch_node(node, flags, BMessenger(handler, looper));
H A DVolumeRoster.cpp108 error = watch_node(NULL, B_WATCH_MOUNT, messenger);
H A DAddOnMonitorHandler.cpp41 // TODO: Actually calling watch_node() here should be too late, since we
48 watch_node(&eiter->addon_nref, B_STOP_WATCHING, this);
49 watch_node(&it->nref, B_STOP_WATCHING, this);
88 status = watch_node(nref, B_WATCH_DIRECTORY, this);
244 watch_node(&entryNodeRef, B_STOP_WATCHING, this);
313 watch_node(&entryNodeRef, B_STOP_WATCHING, this);
687 watch_node(&addOnRef, B_WATCH_STAT, this);
/haiku/src/kits/print/
H A DFolderWatcher.cpp69 watch_node(&ref, B_WATCH_DIRECTORY, this);
76 watch_node(&ref, B_STOP_WATCHING, this);
170 return watch_node(node, B_WATCH_ATTR, this);
174 return watch_node(node, B_STOP_WATCHING, this);
H A DPrinterRoster.cpp152 return watch_node(&fUserPrintersNodRef, B_WATCH_DIRECTORY, *fListener);
H A DPrinter.cpp280 return watch_node(&nodeRef, B_WATCH_DIRECTORY, *fListener);
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp124 watch_node(&fNodeRef, B_STOP_WATCHING, fController);
149 watch_node(&fNodeRef, B_STOP_WATCHING, fController);
153 && watch_node(&fNodeRef, B_WATCH_ALL, fController) == B_OK)
160 watch_node(&fNodeRef, B_STOP_WATCHING, fController);
166 && watch_node(&fNodeRef, B_WATCH_DIRECTORY, fController) == B_OK)
/haiku/src/tests/system/kernel/
H A Dnode_monitor_test.cpp56 if (watch_node(&nodeRef, flags, this) == B_OK)
/haiku/src/preferences/repositories/
H A DRepositoriesWindow.cpp89 status_t result = watch_node(&fPackageNodeRef, B_WATCH_DIRECTORY, this);
99 watch_node(&fPackageNodeRef, B_STOP_WATCHING, this);
/haiku/src/servers/launch/
H A DVolumeWatcher.cpp36 watch_node(NULL, B_WATCH_MOUNT, this);
/haiku/src/servers/bluetooth/
H A DDeviceManager.cpp92 status = watch_node(nref, B_WATCH_DIRECTORY, this);
94 TRACE_BT("AddDirectory::watch_node Failed\n");
124 status = watch_node(nref, B_STOP_WATCHING, this);
229 status_t error = watch_node(&nref, B_WATCH_DIRECTORY, this);
/haiku/src/kits/tracker/
H A DFSClipboard.cpp626 watch_node(NULL, B_WATCH_MOUNT, this);
692 watch_node(node, B_STOP_WATCHING, this);
740 watch_node(&node, B_STOP_WATCHING, this);
777 watch_node(NULL, B_WATCH_MOUNT, this);
819 watch_node(NULL, B_WATCH_MOUNT, this);
831 watch_node(&tcnode->node, B_STOP_WATCHING, this);
833 watch_node(&tcnode->node, B_STOP_WATCHING, this);
H A DTrashWatcher.cpp195 watch_node(&trash_node, B_WATCH_DIRECTORY, this);
/haiku/src/kits/device/
H A DUSBRoster.cpp88 watch_node(&fNode, B_WATCH_DIRECTORY, *fMessenger);
110 watch_node(&fNode, B_STOP_WATCHING, *fMessenger);
/haiku/src/apps/mail/
H A DEnclosures.cpp135 watch_node(item->NodeRef(), B_STOP_WATCHING, this);
184 watch_node(item->NodeRef(), B_STOP_WATCHING, this);
223 watch_node(item->NodeRef(), B_WATCH_NAME, this);
261 //watch_node(item->NodeRef(), B_STOP_WATCHING, this);
/haiku/src/servers/app/
H A DScreenManager.cpp86 watch_node(&nodeRef, B_WATCH_DIRECTORY, this);
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp130 if (watch_node(&ref, B_WATCH_DIRECTORY, this) != B_OK) {
170 if (watch_node(&ref, B_WATCH_DIRECTORY, this) == B_OK)
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp193 watch_node(NULL, B_WATCH_MOUNT, this, this);
380 watch_node(&node, B_WATCH_NAME, item);
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp282 watch_node(&nref, B_WATCH_ALL, this);
/haiku/src/apps/musiccollection/
H A DFileMonitor.cpp109 watch_node(&file.node, B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, this);
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp45 watch_node(&fNodeRef, B_WATCH_DIRECTORY, BMessenger(this));
/haiku/src/servers/notification/
H A DNotificationWindow.cpp400 if (watch_node(&nref, B_WATCH_ALL, BMessenger(this)) != B_OK) {

Completed in 135 milliseconds

12