Searched refs:StartWatching (Results 101 - 121 of 121) sorted by relevance

12345

/haiku/src/kits/media/
H A DMediaRoster.cpp186 if (be_roster->StartWatching(BMessenger(this, this),
2010 BMediaRoster::StartWatching(const BMessenger& where) function in class:BMediaRoster
2014 ERROR("BMediaRoster::StartWatching: messenger invalid!\n");
2023 BMediaRoster::StartWatching(const BMessenger & where, int32 notificationType) function in class:BMediaRoster
2027 ERROR("BMediaRoster::StartWatching: messenger invalid!\n");
2032 ERROR("BMediaRoster::StartWatching: notificationType invalid!\n");
2045 BMediaRoster::StartWatching(const BMessenger& where, const media_node& node, function in class:BMediaRoster
2050 ERROR("BMediaRoster::StartWatching: messenger invalid!\n");
2054 ERROR("BMediaRoster::StartWatching: node invalid!\n");
2059 ERROR("BMediaRoster::StartWatching
[all...]
/haiku/src/apps/installer/
H A DInstallerWindow.cpp318 be_roster->StartWatching(this);
/haiku/src/kits/tracker/
H A DPoseView.h558 virtual void StartWatching();
H A DContainerWindow.cpp441 tracker->StartWatching(this, kWindowsShowFullPathChanged);
442 tracker->StartWatching(this, kSingleWindowBrowseChanged);
443 tracker->StartWatching(this, kShowNavigatorChanged);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp834 fDriverInterface->StartWatching(this);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp374 roster->StartWatching(BMessenger(this, this), B_MEDIA_SERVER_STARTED);
375 roster->StartWatching(BMessenger(this, this), B_MEDIA_SERVER_QUIT);
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp691 return BPrivate::BPathMonitor::StartWatching(path.Path(), B_WATCH_STAT,
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp479 fNodeMonitor->StartWatching(node->GetNodeRef());
/haiku/src/apps/diskprobe/
H A DDataView.cpp140 fEditor.StartWatching(this);
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp894 fSystemInfoHandler->StartWatching();
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp335 status_t status = fDiskDeviceRoster.StartWatching(BMessenger(this));
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp1529 r->StartWatching(
H A DNodeManager.cpp457 D_ROSTER(("# roster->StartWatching(%p)\n", this));
458 roster->StartWatching(BMessenger(this));
/haiku/src/apps/text_search/
H A DGrepWindow.cpp687 BPrivate::BPathMonitor::StartWatching(path.Path(),
/haiku/src/preferences/filetypes/
H A DIconView.cpp1429 BMimeType::StartWatching(this);
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp3192 // * StartWatching()
3205 // StartWatching()
3207 CHK(BMimeType::StartWatching(target) == B_OK);
3415 CHK(BMimeType::StartWatching(target3) == B_BAD_VALUE);
3417 CHK(BMimeType::StartWatching(target) == B_OK);
4859 + static status_t StartWatching(BMessenger target);
/haiku/src/servers/input/
H A DInputServer.cpp185 BRoster().StartWatching(messenger, B_REQUEST_LAUNCHED);
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp554 be_roster->StartWatching(this, B_REQUEST_LAUNCHED);
/haiku/src/kits/app/
H A DRoster.cpp836 BRoster::StartWatching(BMessenger target, uint32 eventMask) const function in class:BRoster
/haiku/src/apps/terminal/
H A DTermView.cpp1334 be_clipboard->StartWatching(thisMessenger);
/haiku/src/apps/mail/
H A DMailWindow.cpp3088 BPrivate::BPathMonitor::StartWatching(queryPath.Path(),

Completed in 180 milliseconds

12345