Home
last modified time | relevance | path

Searched refs:B_STOP_WATCHING (Results 1 – 24 of 24) sorted by relevance

/haiku/src/kits/print/
H A DFolderWatcher.cpp76 watch_node(&ref, B_STOP_WATCHING, this); in ~FolderWatcher()
174 return watch_node(node, B_STOP_WATCHING, this); in StopAttrWatching()
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp124 watch_node(&fNodeRef, B_STOP_WATCHING, fController); in ~ScreenSaverFilter()
149 watch_node(&fNodeRef, B_STOP_WATCHING, fController); in _WatchSettings()
160 watch_node(&fNodeRef, B_STOP_WATCHING, fController); in _WatchSettings()
/haiku/headers/os/storage/
H A DNodeMonitor.h18 B_STOP_WATCHING = 0x0000, enumerator
/haiku/src/tests/kits/storage/testapps/
H A DNodeMonitorTest.cpp45 status_t status = watch_node(&fNodeRef, B_STOP_WATCHING, this); in ~Looper()
/haiku/src/kits/storage/
H A DAddOnMonitorHandler.cpp48 watch_node(&eiter->addon_nref, B_STOP_WATCHING, this); in ~AddOnMonitorHandler()
49 watch_node(&it->nref, B_STOP_WATCHING, this); in ~AddOnMonitorHandler()
244 watch_node(&entryNodeRef, B_STOP_WATCHING, this); in EntryRemoved()
313 watch_node(&entryNodeRef, B_STOP_WATCHING, this); in EntryMoved()
H A DNodeMonitor.cpp60 if (flags == B_STOP_WATCHING) { in watch_node()
H A DPathMonitor.cpp204 sWatchingInterface->WatchNode(&fNodeRef, B_STOP_WATCHING, target); in StopWatching()
1740 sWatchingInterface->WatchNode(&node->NodeRef(), B_STOP_WATCHING, this); in _DeleteNode()
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitor.cpp117 return watch_node(&ref, B_STOP_WATCHING, this); in StopWatching()
/haiku/src/kits/tracker/
H A DFSClipboard.cpp681 watch_node(node, B_STOP_WATCHING, this); in RemoveNode()
729 watch_node(&node, B_STOP_WATCHING, this); in RemoveNodesByDevice()
820 watch_node(&tcnode->node, B_STOP_WATCHING, this); in UpdatePoseViews()
822 watch_node(&tcnode->node, B_STOP_WATCHING, this); in UpdatePoseViews()
H A DPose.cpp385 watch_node(fModel->LinkTo()->NodeRef(), B_STOP_WATCHING, poseView); in UpdateWasBrokenSymlink()
H A DPoseView.cpp1920 watch_node(model->NodeRef(), B_STOP_WATCHING, this); in CreatePoses()
5587 watch_node(model->NodeRef(), B_STOP_WATCHING, this); in EntryCreated()
5595 watch_node(model->NodeRef(), B_STOP_WATCHING, this); in EntryCreated()
5796 watch_node(&dirNode, B_STOP_WATCHING, this); in StopWatchingParentsOf()
7997 watch_node(itemNode, B_STOP_WATCHING, this); in DeleteSymLinkPoseTarget()
8012 watch_node(itemNode, B_STOP_WATCHING, this); in DeletePose()
8024 watch_node(target->NodeRef(), B_STOP_WATCHING, this); in DeletePose()
/haiku/src/preferences/repositories/
H A DRepositoriesWindow.cpp99 watch_node(&fPackageNodeRef, B_STOP_WATCHING, this); in _StopWatching()
/haiku/src/apps/mail/
H A DEnclosures.cpp135 watch_node(item->NodeRef(), B_STOP_WATCHING, this); in ~TEnclosuresView()
184 watch_node(item->NodeRef(), B_STOP_WATCHING, this); in MessageReceived()
H A DContent.cpp1748 watch_node(&enclosure->node, B_STOP_WATCHING, this); in ClearList()
/haiku/src/kits/device/
H A DUSBRoster.cpp110 watch_node(&fNode, B_STOP_WATCHING, *fMessenger); in ~WatchedEntry()
/haiku/docs/user/storage/
H A DNodeMonitor.dox38 \var B_STOP_WATCHING
43 \attention \c B_STOP_WATCHING does not apply to volume watching, you must
393 - \c B_STOP_WATCHING
434 - \c B_STOP_WATCHING
/haiku/src/servers/bluetooth/
H A DDeviceManager.cpp124 status = watch_node(nref, B_STOP_WATCHING, this); in RemoveDirectory()
/haiku/docs/develop/file_systems/
H A Dnode_monitoring.rst70 - **B_STOP_WATCHING**
150 B_STOP_WATCHING, the following will happen in the node monitor:
161 If it's called with B_STOP_WATCHING defined, the reverse operation take
/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; in _WatchChanges()
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp782 watch_node(&directory->directory, B_STOP_WATCHING, this); in _RemoveDirectory()
/haiku/src/apps/deskbar/
H A DStatusView.cpp529 watch_node(&(item->nodeRef), B_STOP_WATCHING, this, Window()); in DeleteAddOnSupport()
788 watch_node(&item->nodeRef, B_STOP_WATCHING, this, Window()); in RemoveItem()
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp2228 watch_node(&fNodeRef, B_STOP_WATCHING, this); in _SwitchNodeMonitor()
2229 watch_node(&fFolderNodeRef, B_STOP_WATCHING, this); in _SwitchNodeMonitor()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1076 #define B_STOP_WATCHING FSSH_B_STOP_WATCHING macro