Searched refs:BPathMonitor (Results 1 - 14 of 14) sorted by relevance

/haiku/headers/private/storage/
H A DPathMonitor.h36 class BPathMonitor { class in namespace:BPrivate
53 BPathMonitor();
54 ~BPathMonitor();
63 class BPathMonitor::BWatchingInterface {
83 using BPrivate::BPathMonitor;
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest.cpp20 using BPrivate::BPathMonitor;
39 status_t status = BPathMonitor::StartWatching(path, B_WATCH_ALL, this);
49 status_t status = BPathMonitor::StopWatching(fPath.Path(), this);
H A DPathMonitorTest2.cpp33 using BPrivate::BPathMonitor;
540 BPathMonitor::StopWatching(this);
589 FATAL_IF_ERROR(BPathMonitor::StartWatching(absolutePath, fFlags, this),
/haiku/src/kits/storage/
H A DPathMonitor.cpp36 # define TRACE(...) debug_printf("BPathMonitor: " __VA_ARGS__)
62 static BPathMonitor::BWatchingInterface* sDefaultWatchingInterface = NULL;
63 static BPathMonitor::BWatchingInterface* sWatchingInterface = NULL;
1960 // #pragma mark - BPathMonitor
1966 BPathMonitor::BPathMonitor() function in class:BPrivate::BPathMonitor
1971 BPathMonitor::~BPathMonitor()
1977 BPathMonitor::StartWatching(const char* path, uint32 flags,
1980 TRACE("BPathMonitor
[all...]
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp130 return BPathMonitor::StartWatching(kDevicesRoot,
138 return BPathMonitor::StopWatching(kDevicesRoot, this);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp88 BPrivate::BPathMonitor::StartWatching(fFileName,
110 BPrivate::BPathMonitor::StopWatching(BMessenger(this, this));
/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.cpp146 BPathMonitor::StartWatching(path, B_WATCH_DIRECTORY, this);
162 BPathMonitor::StopWatching(this);
H A DTracker.cpp224 class TTracker::WatchingInterface : public BPathMonitor::BWatchingInterface {
254 BPathMonitor::SetWatchingInterface(fWatchingInterface);
335 BPathMonitor::SetWatchingInterface(NULL);
H A DDeskWindow.cpp295 BPathMonitor::StartWatching(path.Path(),
/haiku/src/servers/input/
H A DAddOnManager.cpp224 status = BPathMonitor::StartWatching(path.String(),
251 BPathMonitor::StopWatching(path.String(), this);
/haiku/src/servers/net/
H A DNetServer.cpp151 BPrivate::BPathMonitor::StopWatching("/dev/net", this);
162 BPrivate::BPathMonitor::StartWatching("/dev/net",
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp526 return BPrivate::BPathMonitor::StopWatching(target);
691 return BPrivate::BPathMonitor::StartWatching(path.Path(), B_WATCH_STAT,
/haiku/src/apps/text_search/
H A DGrepWindow.cpp687 BPrivate::BPathMonitor::StartWatching(path.Path(),
707 BPrivate::BPathMonitor::StopWatching(BMessenger(this));
/haiku/src/apps/mail/
H A DMailWindow.cpp1877 BPrivate::BPathMonitor::StopWatching(BMessenger(this, this));
3088 BPrivate::BPathMonitor::StartWatching(queryPath.Path(),

Completed in 112 milliseconds