Searched refs:BWatchingInterface (Results 1 – 3 of 3) sorted by relevance
38 class BWatchingInterface;49 BWatchingInterface* watchingInterface);63 class BPathMonitor::BWatchingInterface {65 BWatchingInterface();66 virtual ~BWatchingInterface();
62 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::BWatchingInterface2151 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()
224 class TTracker::WatchingInterface : public BPathMonitor::BWatchingInterface {