Home
last modified time | relevance | path

Searched refs:BWatchingInterface (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/storage/
H A DPathMonitor.h38 class BWatchingInterface;
49 BWatchingInterface* watchingInterface);
63 class BPathMonitor::BWatchingInterface {
65 BWatchingInterface();
66 virtual ~BWatchingInterface();
/haiku/src/kits/storage/
H A DPathMonitor.cpp62 static BPathMonitor::BWatchingInterface* sDefaultWatchingInterface = NULL;
63 static BPathMonitor::BWatchingInterface* sWatchingInterface = NULL;
2100 BPathMonitor::SetWatchingInterface(BWatchingInterface* watchingInterface) in SetWatchingInterface()
2118 sDefaultWatchingInterface = new(std::nothrow) BWatchingInterface; in _Init()
2146 BPathMonitor::BWatchingInterface::BWatchingInterface() in BWatchingInterface() function in BPrivate::BPathMonitor::BWatchingInterface
2151 BPathMonitor::BWatchingInterface::~BWatchingInterface() in ~BWatchingInterface()
2157 BPathMonitor::BWatchingInterface::WatchNode(const node_ref* node, uint32 flags, in WatchNode()
2165 BPathMonitor::BWatchingInterface::WatchNode(const node_ref* node, uint32 flags, in WatchNode()
2173 BPathMonitor::BWatchingInterface::StopWatching(const BMessenger& target) in StopWatching()
2180 BPathMonitor::BWatchingInterface::StopWatching(const BHandler* handler, in StopWatching()
/haiku/src/kits/tracker/
H A DTracker.cpp224 class TTracker::WatchingInterface : public BPathMonitor::BWatchingInterface {