Searched refs:WatchNode (Results 1 - 15 of 15) sorted by relevance

/haiku/headers/private/storage/
H A DPathMonitor.h68 virtual status_t WatchNode(const node_ref* node, uint32 flags,
70 virtual status_t WatchNode(const node_ref* node, uint32 flags,
/haiku/src/kits/tracker/
H A DTrashWatcher.cpp67 TTracker::WatchNode(0, B_WATCH_MOUNT, this);
139 TTracker::WatchNode(&trashNode, B_WATCH_DIRECTORY, this);
H A DNodePreloader.cpp177 TTracker::WatchNode(&nodeRef, B_WATCH_DIRECTORY, this);
192 TTracker::WatchNode(model->NodeRef(),
H A DDesktopPoseView.cpp93 TTracker::WatchNode(sourceModel.NodeRef(),
H A DTracker.h124 static status_t WatchNode(const node_ref*, uint32 flags,
H A DVirtualDirectoryPoseView.cpp150 TTracker::WatchNode(TargetModel()->NodeRef(),
155 TTracker::WatchNode(&fRootDefinitionFileRef, B_WATCH_STAT, this);
H A DTracker.cpp226 virtual status_t WatchNode(const node_ref* node, uint32 flags, function in class:TTracker::WatchingInterface
229 return TTracker::WatchNode(node, flags, target);
232 virtual status_t WatchNode(const node_ref* node, uint32 flags, function in class:TTracker::WatchingInterface
235 return TTracker::WatchNode(node, flags, BMessenger(handler, looper));
1753 TTracker::WatchNode(const node_ref* node, uint32 flags, BMessenger target) function in class:TTracker
H A DFSClipboard.cpp684 TTracker::WatchNode(node, B_WATCH_NAME, this);
834 TTracker::WatchNode(&tcnode->node, B_WATCH_NAME, this);
H A DQueryPoseView.cpp248 TTracker::WatchNode(sourceModel.NodeRef(), B_WATCH_NAME | B_WATCH_STAT
H A DModel.cpp884 TTracker::WatchNode(mountPointModel.NodeRef(),
888 return TTracker::WatchNode(NodeRef(),
H A DDeskWindow.cpp176 TTracker::WatchNode(&nodeRef, B_WATCH_DIRECTORY, window);
H A DFilePanelPriv.cpp1768 TTracker::WatchNode(0, B_WATCH_MOUNT, this);
H A DPoseView.cpp873 TTracker::WatchNode(NULL, B_WATCH_MOUNT, this);
877 TTracker::WatchNode(targetModel->NodeRef(), B_WATCH_ATTR, this);
1209 TTracker::WatchNode(sourceModel.NodeRef(), B_WATCH_DIRECTORY
1240 status_t result = TTracker::WatchNode(item, mask, messenger);
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp110 TTracker::WatchNode(model->NodeRef(), B_WATCH_ALL | B_WATCH_MOUNT, this);
377 TTracker::WatchNode(TargetModel()->NodeRef(),
/haiku/src/kits/storage/
H A DPathMonitor.cpp189 error = sWatchingInterface->WatchNode(&fNodeRef, flags, target);
204 sWatchingInterface->WatchNode(&fNodeRef, B_STOP_WATCHING, target);
1679 status_t error = sWatchingInterface->WatchNode(&nodeRef, flags, this);
1740 sWatchingInterface->WatchNode(&node->NodeRef(), B_STOP_WATCHING, this);
2157 BPathMonitor::BWatchingInterface::WatchNode(const node_ref* node, uint32 flags, function in class:BPrivate::BPathMonitor::BWatchingInterface
2165 BPathMonitor::BWatchingInterface::WatchNode(const node_ref* node, uint32 flags, function in class:BPrivate::BPathMonitor::BWatchingInterface

Completed in 109 milliseconds