Searched refs:StopWatching (Results 1 - 25 of 108) sorted by relevance

12345

/haiku/headers/private/storage/
H A DPathMonitor.h44 static status_t StopWatching(const char* path,
46 static status_t StopWatching(const BMessenger& target);
74 virtual status_t StopWatching(const BMessenger& target);
75 virtual status_t StopWatching(const BHandler* handler,
/haiku/src/apps/activitymonitor/
H A DSystemInfoHandler.cpp102 SystemInfoHandler::StopWatching() function in class:SystemInfoHandler
107 BMediaRoster::Roster()->StopWatching(BMessenger(this), B_MEDIA_NODE_CREATED);
108 BMediaRoster::Roster()->StopWatching(BMessenger(this), B_MEDIA_NODE_DELETED);
109 BMediaRoster::Roster()->StopWatching(BMessenger(this), B_MEDIA_CONNECTION_MADE);
110 BMediaRoster::Roster()->StopWatching(BMessenger(this), B_MEDIA_CONNECTION_BROKEN);
111 BMediaRoster::Roster()->StopWatching(BMessenger(this), B_MEDIA_BUFFER_CREATED);
112 BMediaRoster::Roster()->StopWatching(BMessenger(this), B_MEDIA_BUFFER_DELETED);
115 be_clipboard->StopWatching(BMessenger(this));
117 be_roster->StopWatching(BMessenger(this));
H A DSystemInfoHandler.h20 void StopWatching();
/haiku/src/tests/kits/app/bhandler/
H A DIsWatchedTest.cpp44 fHandler.StopWatching(&Watcher, '1234');
/haiku/src/apps/powerstatus/
H A DDriverInterface.cpp33 Monitor::StopWatching(BHandler* target) function in class:Monitor
102 PowerStatusDriverInterface::StopWatching(BHandler* target) function in class:PowerStatusDriverInterface
115 return Monitor::StopWatching(target);
H A DDriverInterface.h40 virtual status_t StopWatching(BHandler* target);
55 virtual status_t StopWatching(BHandler* target);
/haiku/src/kits/storage/
H A DVolumeRoster.cpp42 StopWatching();
98 StopWatching();
120 BVolumeRoster::StopWatching() function in class:OpenBeOS::BVolumeRoster
/haiku/headers/private/textencoding/
H A DCharacterSetRoster.h51 static status_t StopWatching(BMessenger target);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitor.h21 status_t StopWatching(const node_ref& ref);
/haiku/headers/os/storage/
H A DVolumeRoster.h30 void StopWatching();
/haiku/src/kits/print/
H A DPrinterRoster.cpp38 StopWatching();
143 StopWatching();
157 BPrinterRoster::StopWatching() function in class:BPrivate::Print::BPrinterRoster
H A DPrinter.cpp86 StopWatching();
93 StopWatching();
111 StopWatching();
121 StopWatching();
134 StopWatching();
267 StopWatching();
285 BPrinter::StopWatching() function in class:BPrivate::Print::BPrinter
/haiku/headers/private/print/
H A DPrinterRoster.h39 void StopWatching();
H A DPrinter.h57 void StopWatching();
/haiku/headers/os/net/
H A DNetworkRoster.h42 void StopWatching(const BMessenger& target);
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoApplication.cpp23 be_roster -> StopWatching(fMsgnr);
/haiku/src/kits/tracker/
H A DDesktopPoseView.cpp214 be_app->StopWatching(this, kShowDisksIconChanged);
215 be_app->StopWatching(this, kVolumesOnDesktopChanged);
216 be_app->StopWatching(this, kDesktopIntegrationChanged);
H A DVirtualDirectoryPoseView.h38 virtual void StopWatching();
/haiku/headers/os/app/
H A DHandler.h66 status_t StopWatching(BMessenger target, uint32 what);
72 status_t StopWatching(BHandler* observer, uint32 what);
H A DClipboard.h34 status_t StopWatching(BMessenger target);
/haiku/headers/os/midi2/
H A DMidiRoster.h44 static void StopWatching();
/haiku/src/kits/midi2/
H A DMidiRosterLooper.h57 void StopWatching();
/haiku/src/tests/kits/app/broster/
H A DRosterWatchingTester.cpp199 status_t StopWatching(BMessenger target) const
201 flags; StopWatching() non-watching messenger =>
209 CHK(roster.StopWatching(target) == B_BAD_VALUE);
213 CHK(roster.StopWatching(target) == B_OK);
216 CHK(roster.StopWatching(target) == B_OK);
218 CHK(roster.StopWatching(be_app_messenger) == B_BAD_VALUE);
223 status_t StopWatching(BMessenger target) const
319 CHK(roster.StopWatching(target1) == B_OK);
322 CHK(roster.StopWatching(target2) == B_OK);
334 CHK(roster.StopWatching(target
[all...]
/haiku/src/tests/kits/media/notificationtest/
H A Dmain.cpp52 rv = roster->StopWatching(be_app_messenger);
54 printf("Globalwatch: StopWatching failed. result = %#lx\n",rv);
84 rv = roster->StopWatching(be_app_messenger, node, B_MEDIA_WILDCARD);
86 printf("Nodewatch: StopWatching failed. result = %#lx\n",rv);
/haiku/src/apps/diskprobe/
H A DDataEditor.h89 void StopWatching(BMessenger target);
90 void StopWatching(BHandler* handler,

Completed in 395 milliseconds

12345