Searched refs:StartWatching (Results 101 - 121 of 121) sorted by last modified time

12345

/haiku/src/tests/kits/app/bclipboard/
H A DReadWriteTester.cpp290 status_t StartWatching(BMessenger target)
305 CHK(clip.StartWatching(target) == B_OK);
330 if ( clip.StartWatching(be_app_messenger) == B_OK )
/haiku/src/tests/kits/app/bhandler/
H A DIsWatchedTest.cpp41 fHandler.StartWatching(&Watcher, '1234');
/haiku/src/tests/kits/media/notificationtest/
H A Dmain.cpp26 rv = roster->StartWatching(be_app_messenger);
28 printf("Globalwatch: StartWatching failed. result = %#lx\n",rv);
69 rv = roster->StartWatching(be_app_messenger, node, B_MEDIA_WILDCARD);
71 printf("Nodewatch: StartWatching failed. result = %#lx\n",rv);
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp565 // status_t StartWatching(BMessenger msngr=be_app_messenger);
574 CHK(roster.StartWatching(target) == B_OK);
596 CHK(roster.StartWatching(target2) == B_OK);
624 CHK(roster.StartWatching(BMessenger()) == B_ERROR);
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest.cpp39 status_t status = BPathMonitor::StartWatching(path, B_WATCH_ALL, this);
/haiku/src/tests/servers/registrar/
H A Dmessage_deliverer_test.cpp124 error = clipboard.StartWatching(be_app_messenger);
/haiku/src/kits/app/
H A DClipboard.cpp113 BClipboard::StartWatching(BMessenger target) function in class:BClipboard
/haiku/src/kits/midi2/
H A DMidiRosterLooper.h53 void StartWatching(const BMessenger* watcher);
91 // calls StartWatching().
96 // Used when the client calls StartWatching().
/haiku/src/kits/print/
H A DPrinterRoster.cpp141 BPrinterRoster::StartWatching(const BMessenger& listener) function in class:BPrivate::Print::BPrinterRoster
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceList.cpp589 status_t error = BDiskDeviceRoster().StartWatching(BMessenger(this));
/haiku/src/apps/terminal/
H A DTerminalRoster.cpp225 be_roster->StartWatching(this, B_REQUEST_QUIT);
226 fClipboard.StartWatching(this);
248 be_roster->StartWatching(this);
249 fClipboard.StartWatching(this);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitor.h20 status_t StartWatching(const node_ref& ref);
/haiku/src/apps/activitymonitor/
H A DSystemInfoHandler.cpp49 SystemInfoHandler::StartWatching() function in class:SystemInfoHandler
62 be_roster->StartWatching(BMessenger(this),
71 be_clipboard->StartWatching(BMessenger(this));
76 BMediaRoster::Roster()->StartWatching(BMessenger(this), B_MEDIA_NODE_CREATED);
77 BMediaRoster::Roster()->StartWatching(BMessenger(this), B_MEDIA_NODE_DELETED);
78 BMediaRoster::Roster()->StartWatching(BMessenger(this), B_MEDIA_CONNECTION_MADE);
79 BMediaRoster::Roster()->StartWatching(BMessenger(this), B_MEDIA_CONNECTION_BROKEN);
80 BMediaRoster::Roster()->StartWatching(BMessenger(this), B_MEDIA_BUFFER_CREATED);
81 BMediaRoster::Roster()->StartWatching(BMessenger(this), B_MEDIA_BUFFER_DELETED);
H A DSystemInfoHandler.h19 void StartWatching();
/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp199 roster->StartWatching(BMessenger(0, this),
/haiku/headers/os/app/
H A DClipboard.h33 status_t StartWatching(BMessenger target);
/haiku/headers/os/midi2/
H A DMidiRoster.h43 static void StartWatching(const BMessenger *msngr);
/haiku/headers/private/print/
H A DPrinter.h56 status_t StartWatching(const BMessenger& listener);
H A DPrinterRoster.h38 status_t StartWatching(const BMessenger& listener);
/haiku/headers/private/storage/
H A DDiskDeviceRoster.h139 status_t StartWatching(BMessenger target,
/haiku/headers/private/textencoding/
H A DCharacterSetRoster.h46 static status_t StartWatching(BMessenger target);

Completed in 125 milliseconds

12345