Symbol: BWatchingInterface
headers/private/storage/PathMonitor.h
38
class BWatchingInterface;
headers/private/storage/PathMonitor.h
49
BWatchingInterface* watchingInterface);
headers/private/storage/PathMonitor.h
63
class BPathMonitor::BWatchingInterface {
headers/private/storage/PathMonitor.h
65
BWatchingInterface();
headers/private/storage/PathMonitor.h
66
virtual ~BWatchingInterface();
src/kits/storage/PathMonitor.cpp
2100
BPathMonitor::SetWatchingInterface(BWatchingInterface* watchingInterface)
src/kits/storage/PathMonitor.cpp
2118
sDefaultWatchingInterface = new(std::nothrow) BWatchingInterface;
src/kits/storage/PathMonitor.cpp
2146
BPathMonitor::BWatchingInterface::BWatchingInterface()
src/kits/storage/PathMonitor.cpp
2151
BPathMonitor::BWatchingInterface::~BWatchingInterface()
src/kits/storage/PathMonitor.cpp
2157
BPathMonitor::BWatchingInterface::WatchNode(const node_ref* node, uint32 flags,
src/kits/storage/PathMonitor.cpp
2165
BPathMonitor::BWatchingInterface::WatchNode(const node_ref* node, uint32 flags,
src/kits/storage/PathMonitor.cpp
2173
BPathMonitor::BWatchingInterface::StopWatching(const BMessenger& target)
src/kits/storage/PathMonitor.cpp
2180
BPathMonitor::BWatchingInterface::StopWatching(const BHandler* handler,
src/kits/storage/PathMonitor.cpp
62
static BPathMonitor::BWatchingInterface* sDefaultWatchingInterface = NULL;
src/kits/storage/PathMonitor.cpp
63
static BPathMonitor::BWatchingInterface* sWatchingInterface = NULL;
src/kits/tracker/Tracker.cpp
224
class TTracker::WatchingInterface : public BPathMonitor::BWatchingInterface {