Home
last modified time | relevance | path

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

/haiku/headers/private/storage/
H A DPathMonitor.h36 class BPathMonitor {
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); in Looper()
49 status_t status = BPathMonitor::StopWatching(fPath.Path(), this); in ~Looper()
H A DPathMonitorTest2.cpp33 using BPrivate::BPathMonitor;
540 BPathMonitor::StopWatching(this); in Delete()
589 FATAL_IF_ERROR(BPathMonitor::StartWatching(absolutePath, fFlags, this), in StartWatching()
/haiku/src/kits/storage/
H A DPathMonitor.cpp62 static BPathMonitor::BWatchingInterface* sDefaultWatchingInterface = NULL;
63 static BPathMonitor::BWatchingInterface* sWatchingInterface = NULL;
1966 BPathMonitor::BPathMonitor() in BPathMonitor() function in BPrivate::BPathMonitor
1971 BPathMonitor::~BPathMonitor() in ~BPathMonitor()
1977 BPathMonitor::StartWatching(const char* path, uint32 flags, in StartWatching()
2043 BPathMonitor::StopWatching(const char* path, const BMessenger& target) in StopWatching()
2073 BPathMonitor::StopWatching(const BMessenger& target) in StopWatching()
2100 BPathMonitor::SetWatchingInterface(BWatchingInterface* watchingInterface) in SetWatchingInterface()
2108 BPathMonitor::_InitIfNeeded() in _InitIfNeeded()
2110 pthread_once(&sInitOnce, &BPathMonitor::_Init); in _InitIfNeeded()
[all …]
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp130 return BPathMonitor::StartWatching(kDevicesRoot, in Start()
138 return BPathMonitor::StopWatching(kDevicesRoot, this); in Stop()
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp88 BPrivate::BPathMonitor::StartWatching(fFileName, in KeyCommandMap()
110 BPrivate::BPathMonitor::StopWatching(BMessenger(this, this)); in ~KeyCommandMap()
/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.cpp146 BPathMonitor::StartWatching(path, B_WATCH_DIRECTORY, this); in StartWatching()
162 BPathMonitor::StopWatching(this); in StopWatching()
H A DTracker.cpp224 class TTracker::WatchingInterface : public BPathMonitor::BWatchingInterface {
254 BPathMonitor::SetWatchingInterface(fWatchingInterface); in TTracker()
335 BPathMonitor::SetWatchingInterface(NULL); in ~TTracker()
H A DDeskWindow.cpp294 BPathMonitor::StartWatching(path.Path(), in ApplyShortcutPreferences()
/haiku/src/servers/input/
H A DAddOnManager.cpp224 status = BPathMonitor::StartWatching(path.String(), in StartMonitoringDevice()
251 BPathMonitor::StopWatching(path.String(), this); in StopMonitoringDevice()
/haiku/src/servers/net/
H A DNetServer.cpp151 BPrivate::BPathMonitor::StopWatching("/dev/net", this); in ~NetServer()
162 BPrivate::BPathMonitor::StartWatching("/dev/net", in ReadyToRun()
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp526 return BPrivate::BPathMonitor::StopWatching(target); in StopMonitoring()
691 return BPrivate::BPathMonitor::StartWatching(path.Path(), B_WATCH_STAT, in _StartWatching()
/haiku/src/apps/text_search/
H A DGrepWindow.cpp687 BPrivate::BPathMonitor::StartWatching(path.Path(), in _StartNodeMonitoring()
707 BPrivate::BPathMonitor::StopWatching(BMessenger(this)); in _StopNodeMonitoring()
/haiku/src/apps/mail/
H A DMailWindow.cpp1877 BPrivate::BPathMonitor::StopWatching(BMessenger(this, this)); in QuitRequested()
3088 BPrivate::BPathMonitor::StartWatching(queryPath.Path(), in _RebuildQueryMenu()