Searched refs:B_WATCH_ALL (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/os/storage/
H A DNodeMonitor.h14 // Note that B_WATCH_MOUNT is NOT included in B_WATCH_ALL.
23 B_WATCH_ALL = 0x000f, enumerator in enum:__anon1
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest.cpp39 status_t status = BPathMonitor::StartWatching(path, B_WATCH_ALL, this);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitor.cpp95 uint32 flags = B_WATCH_ALL;
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp110 TTracker::WatchNode(model->NodeRef(), B_WATCH_ALL | B_WATCH_MOUNT, this);
378 B_WATCH_ALL | B_WATCH_MOUNT, this);
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp153 && watch_node(&fNodeRef, B_WATCH_ALL, fController) == B_OK)
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp282 watch_node(&nref, B_WATCH_ALL, this);
/haiku/src/servers/notification/
H A DNotificationWindow.cpp400 if (watch_node(&nref, B_WATCH_ALL, BMessenger(this)) != B_OK) {
/haiku/src/apps/people/
H A DPersonWindow.cpp455 flags = B_WATCH_ALL;
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp835 watch_node(&nref, B_WATCH_ALL, this);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1078 #define B_WATCH_ALL FSSH_B_WATCH_ALL macro

Completed in 69 milliseconds