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 { class in class:BPrivate::BPathMonitor
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)
2118 sDefaultWatchingInterface = new(std::nothrow) BWatchingInterface;
2143 // #pragma mark - BWatchingInterface
2146 BPathMonitor::BWatchingInterface::BWatchingInterface() function in class:BPrivate::BPathMonitor::BWatchingInterface
2151 BPathMonitor::BWatchingInterface::~BWatchingInterface()
2157 BPathMonitor::BWatchingInterface
[all...]
/haiku/src/kits/tracker/
H A DTracker.cpp224 class TTracker::WatchingInterface : public BPathMonitor::BWatchingInterface {

Completed in 47 milliseconds