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

/haiku/headers/os/storage/
H A DNodeMonitor.h18 B_STOP_WATCHING = 0x0000, enumerator in enum:__anon1
/haiku/src/tests/kits/storage/testapps/
H A DNodeMonitorTest.cpp45 status_t status = watch_node(&fNodeRef, B_STOP_WATCHING, this);
/haiku/src/kits/print/
H A DFolderWatcher.cpp76 watch_node(&ref, B_STOP_WATCHING, this);
174 return watch_node(node, B_STOP_WATCHING, this);
/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);
160 watch_node(&fNodeRef, B_STOP_WATCHING, fController);
/haiku/src/kits/storage/
H A DNodeMonitor.cpp60 if (flags == B_STOP_WATCHING) {
H A DAddOnMonitorHandler.cpp48 watch_node(&eiter->addon_nref, B_STOP_WATCHING, this);
49 watch_node(&it->nref, B_STOP_WATCHING, this);
244 watch_node(&entryNodeRef, B_STOP_WATCHING, this);
313 watch_node(&entryNodeRef, B_STOP_WATCHING, this);
H A DPathMonitor.cpp204 sWatchingInterface->WatchNode(&fNodeRef, B_STOP_WATCHING, target);
1740 sWatchingInterface->WatchNode(&node->NodeRef(), B_STOP_WATCHING, this);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitor.cpp117 return watch_node(&ref, B_STOP_WATCHING, this);
/haiku/src/preferences/repositories/
H A DRepositoriesWindow.cpp99 watch_node(&fPackageNodeRef, B_STOP_WATCHING, this);
/haiku/src/kits/tracker/
H A DFSClipboard.cpp692 watch_node(node, B_STOP_WATCHING, this);
740 watch_node(&node, B_STOP_WATCHING, this);
831 watch_node(&tcnode->node, B_STOP_WATCHING, this);
833 watch_node(&tcnode->node, B_STOP_WATCHING, this);
H A DPose.cpp386 watch_node(fModel->LinkTo()->NodeRef(), B_STOP_WATCHING, poseView);
H A DPoseView.cpp1930 watch_node(model->NodeRef(), B_STOP_WATCHING, this);
5623 watch_node(model->NodeRef(), B_STOP_WATCHING, this);
5631 watch_node(model->NodeRef(), B_STOP_WATCHING, this);
5830 watch_node(&dirNode, B_STOP_WATCHING, this);
8032 watch_node(itemNode, B_STOP_WATCHING, this);
8047 watch_node(itemNode, B_STOP_WATCHING, this);
8059 watch_node(target->NodeRef(), B_STOP_WATCHING, this);
/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);
261 //watch_node(item->NodeRef(), B_STOP_WATCHING, this);
H A DContent.cpp1748 watch_node(&enclosure->node, B_STOP_WATCHING, this);
/haiku/src/kits/device/
H A DUSBRoster.cpp110 watch_node(&fNode, B_STOP_WATCHING, *fMessenger);
/haiku/src/servers/bluetooth/
H A DDeviceManager.cpp124 status = watch_node(nref, B_STOP_WATCHING, this);
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h48 #define B_STOP_WATCHING 0x0000 macro
/haiku/src/apps/people/
H A DPersonWindow.cpp459 flags = B_STOP_WATCHING;
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp779 watch_node(&directory->directory, B_STOP_WATCHING, this);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp2228 watch_node(&fNodeRef, B_STOP_WATCHING, this);
2229 watch_node(&fFolderNodeRef, B_STOP_WATCHING, this);
/haiku/src/apps/deskbar/
H A DStatusView.cpp529 watch_node(&(item->nodeRef), B_STOP_WATCHING, this, Window());
788 watch_node(&item->nodeRef, B_STOP_WATCHING, this, Window());
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1073 #define B_STOP_WATCHING FSSH_B_STOP_WATCHING macro

Completed in 281 milliseconds