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

12

/haiku-fatelf/headers/os/storage/
H A DNodeMonitor.h19 B_STOP_WATCHING = 0x0000, enumerator in enum:__anon523
/haiku-fatelf/src/tests/kits/storage/testapps/
H A DNodeMonitorTest.cpp45 status_t status = watch_node(&fNodeRef, B_STOP_WATCHING, this);
/haiku-fatelf/src/kits/print/
H A DFolderWatcher.cpp76 watch_node(&ref, B_STOP_WATCHING, this);
174 return watch_node(node, B_STOP_WATCHING, this);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DNodeMonitor.cpp114 return watch_node(&ref, B_STOP_WATCHING, this);
/haiku-fatelf/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp132 watch_node(&fNodeRef, B_STOP_WATCHING, fController);
148 watch_node(&fNodeRef, B_STOP_WATCHING, fController);
159 watch_node(&fNodeRef, B_STOP_WATCHING, fController);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitor.cpp117 return watch_node(&ref, B_STOP_WATCHING, this);
/haiku-fatelf/src/kits/storage/
H A DAddOnMonitorHandler.cpp40 watch_node(&eiter->addon_nref, B_STOP_WATCHING, this);
41 watch_node(&it->nref, B_STOP_WATCHING, this);
183 watch_node(&entryNodeRef, B_STOP_WATCHING, this);
252 watch_node(&entryNodeRef, B_STOP_WATCHING, this);
H A DNodeMonitor.cpp94 if (flags == B_STOP_WATCHING) {
H A DPathMonitor.cpp762 watch_node(&directory.node, B_STOP_WATCHING, this);
890 watch_node(&nodeRef, B_STOP_WATCHING, this);
/haiku-fatelf/src/kits/tracker/
H A DFSClipboard.cpp675 watch_node(node, B_STOP_WATCHING, this);
723 watch_node(&node, B_STOP_WATCHING, this);
814 watch_node(&tcnode->node, B_STOP_WATCHING, this);
816 watch_node(&tcnode->node, B_STOP_WATCHING, this);
/haiku-fatelf/src/apps/mail/
H A DEnclosures.cpp189 watch_node(item->NodeRef(), B_STOP_WATCHING, this);
260 watch_node(item->NodeRef(), B_STOP_WATCHING, this);
341 //watch_node(item->NodeRef(), B_STOP_WATCHING, this);
/haiku-fatelf/src/kits/device/
H A DUSBRoster.cpp110 watch_node(&fNode, B_STOP_WATCHING, *fMessenger);
/haiku-fatelf/src/servers/bluetooth/
H A DDeviceManager.cpp127 status = watch_node(nref, B_STOP_WATCHING, this);
/haiku-fatelf/headers/private/userlandfs/legacy/
H A Dfsproto.h48 #define B_STOP_WATCHING 0x0000 macro
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dfsproto.h47 #define B_STOP_WATCHING 0x0000 macro
/haiku-fatelf/src/add-ons/kernel/file_systems/nfs/
H A Dfsproto.h47 #define B_STOP_WATCHING 0x0000 macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A Dfsproto.h47 #define B_STOP_WATCHING 0x0000 macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/bt_fs/
H A Dfsproto.h47 #define B_STOP_WATCHING 0x0000 macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server/
H A Dfsproto.h47 #define B_STOP_WATCHING 0x0000 macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Dfsproto.h47 #define B_STOP_WATCHING 0x0000 macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/dos/r5/
H A Dfsproto.h47 #define B_STOP_WATCHING 0x0000 macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A Dfsproto.h47 #define B_STOP_WATCHING 0x0000 macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/public/
H A Dfsproto.h46 #define B_STOP_WATCHING 0x0000 macro
/haiku-fatelf/src/apps/people/
H A DPersonWindow.cpp437 flags = B_STOP_WATCHING;
/haiku-fatelf/src/apps/deskbar/
H A DStatusView.cpp497 watch_node(&(item->nodeRef), B_STOP_WATCHING, this, Window());
754 watch_node(&item->nodeRef, B_STOP_WATCHING, this, Window());

Completed in 306 milliseconds

12