/haiku/src/kits/print/ |
H A D | FolderWatcher.cpp | 76 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 D | ScreenSaverFilter.cpp | 124 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 D | NodeMonitor.h | 18 B_STOP_WATCHING = 0x0000, enumerator
|
/haiku/src/tests/kits/storage/testapps/ |
H A D | NodeMonitorTest.cpp | 45 status_t status = watch_node(&fNodeRef, B_STOP_WATCHING, this); in ~Looper()
|
/haiku/src/kits/storage/ |
H A D | AddOnMonitorHandler.cpp | 48 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 D | NodeMonitor.cpp | 60 if (flags == B_STOP_WATCHING) { in watch_node()
|
H A D | PathMonitor.cpp | 204 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 D | NodeMonitor.cpp | 117 return watch_node(&ref, B_STOP_WATCHING, this); in StopWatching()
|
/haiku/src/kits/tracker/ |
H A D | FSClipboard.cpp | 681 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 D | Pose.cpp | 385 watch_node(fModel->LinkTo()->NodeRef(), B_STOP_WATCHING, poseView); in UpdateWasBrokenSymlink()
|
H A D | PoseView.cpp | 1920 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 D | RepositoriesWindow.cpp | 99 watch_node(&fPackageNodeRef, B_STOP_WATCHING, this); in _StopWatching()
|
/haiku/src/apps/mail/ |
H A D | Enclosures.cpp | 135 watch_node(item->NodeRef(), B_STOP_WATCHING, this); in ~TEnclosuresView() 184 watch_node(item->NodeRef(), B_STOP_WATCHING, this); in MessageReceived()
|
H A D | Content.cpp | 1748 watch_node(&enclosure->node, B_STOP_WATCHING, this); in ClearList()
|
/haiku/src/kits/device/ |
H A D | USBRoster.cpp | 110 watch_node(&fNode, B_STOP_WATCHING, *fMessenger); in ~WatchedEntry()
|
/haiku/docs/user/storage/ |
H A D | NodeMonitor.dox | 38 \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 D | DeviceManager.cpp | 124 status = watch_node(nref, B_STOP_WATCHING, this); in RemoveDirectory()
|
/haiku/docs/develop/file_systems/ |
H A D | node_monitoring.rst | 70 - **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 D | fsproto.h | 48 #define B_STOP_WATCHING 0x0000 macro
|
/haiku/src/apps/people/ |
H A D | PersonWindow.cpp | 459 flags = B_STOP_WATCHING; in _WatchChanges()
|
/haiku/src/servers/app/font/ |
H A D | GlobalFontManager.cpp | 782 watch_node(&directory->directory, B_STOP_WATCHING, this); in _RemoveDirectory()
|
/haiku/src/apps/deskbar/ |
H A D | StatusView.cpp | 529 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 D | StyledEditWindow.cpp | 2228 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 D | fssh_api_wrapper.h | 1076 #define B_STOP_WATCHING FSSH_B_STOP_WATCHING macro
|