Searched refs:BPathMonitor (Results 1 – 14 of 14) sorted by relevance
/haiku/headers/private/storage/ |
H A D | PathMonitor.h | 36 class BPathMonitor { 53 BPathMonitor(); 54 ~BPathMonitor(); 63 class BPathMonitor::BWatchingInterface { 83 using BPrivate::BPathMonitor;
|
/haiku/src/tests/kits/storage/testapps/ |
H A D | PathMonitorTest.cpp | 20 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 D | PathMonitorTest2.cpp | 33 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 D | PathMonitor.cpp | 62 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 D | DeviceWatcher.cpp | 130 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 D | KeyCommandMap.cpp | 88 BPrivate::BPathMonitor::StartWatching(fFileName, in KeyCommandMap() 110 BPrivate::BPathMonitor::StopWatching(BMessenger(this, this)); in ~KeyCommandMap()
|
/haiku/src/kits/tracker/ |
H A D | VirtualDirectoryPoseView.cpp | 146 BPathMonitor::StartWatching(path, B_WATCH_DIRECTORY, this); in StartWatching() 162 BPathMonitor::StopWatching(this); in StopWatching()
|
H A D | Tracker.cpp | 224 class TTracker::WatchingInterface : public BPathMonitor::BWatchingInterface { 254 BPathMonitor::SetWatchingInterface(fWatchingInterface); in TTracker() 335 BPathMonitor::SetWatchingInterface(NULL); in ~TTracker()
|
H A D | DeskWindow.cpp | 294 BPathMonitor::StartWatching(path.Path(), in ApplyShortcutPreferences()
|
/haiku/src/servers/input/ |
H A D | AddOnManager.cpp | 224 status = BPathMonitor::StartWatching(path.String(), in StartMonitoringDevice() 251 BPathMonitor::StopWatching(path.String(), this); in StopMonitoringDevice()
|
/haiku/src/servers/net/ |
H A D | NetServer.cpp | 151 BPrivate::BPathMonitor::StopWatching("/dev/net", this); in ~NetServer() 162 BPrivate::BPathMonitor::StartWatching("/dev/net", in ReadyToRun()
|
/haiku/src/kits/network/libnetapi/ |
H A D | NetworkSettings.cpp | 526 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 D | GrepWindow.cpp | 687 BPrivate::BPathMonitor::StartWatching(path.Path(), in _StartNodeMonitoring() 707 BPrivate::BPathMonitor::StopWatching(BMessenger(this)); in _StopNodeMonitoring()
|
/haiku/src/apps/mail/ |
H A D | MailWindow.cpp | 1877 BPrivate::BPathMonitor::StopWatching(BMessenger(this, this)); in QuitRequested() 3088 BPrivate::BPathMonitor::StartWatching(queryPath.Path(), in _RebuildQueryMenu()
|