Searched refs:notification (Results 1 - 25 of 39) sorted by relevance

12

/haiku/headers/private/media/
H A DNotifications.h25 and the notification belongs to the watched node.
30 B_MEDIA_WILDCARD used to match any notification in
52 bool IsValidNotificationRequest(bool node_specific, int32 notification);
56 int32 notification);
60 int32 notification);
/haiku/src/bin/
H A Dnotify.cpp197 " --onClickApp <signature>\tApplication to open when notification is clicked\n"
198 " --onClickFile <fullpath>\tFile to open when notification is clicked\n"
199 " --onClickRef <fullpath>\tFile to open with the application when notification is clicked\n"
200 " --onClickArgv <arg>\tArgument to the application when notification is clicked\n"
231 BNotification notification(fType);
233 notification.SetGroup(fGroup);
235 notification.SetTitle(fTitle);
237 notification.SetContent(fContent);
240 notification.SetMessageID(fMsgId);
243 notification
[all...]
/haiku/src/kits/media/
H A DNotifications.cpp37 // the notification messages.
58 int32 notification)
62 if (notification == B_MEDIA_SERVER_STARTED
63 || notification == B_MEDIA_SERVER_QUIT) {
65 msg.AddInt32(NOTIFICATION_PARAM_WHAT, notification);
71 msg.AddInt32(NOTIFICATION_PARAM_WHAT, notification);
82 int32 notification)
86 if (notification == B_MEDIA_SERVER_STARTED
87 || notification == B_MEDIA_SERVER_QUIT) {
89 msg.AddInt32(NOTIFICATION_PARAM_WHAT, notification);
57 Register(const BMessenger& notifyHandler, const media_node& node, int32 notification) argument
81 Unregister(const BMessenger& notifyHandler, const media_node& node, int32 notification) argument
300 IsValidNotificationRequest(bool node_specific, int32 notification) argument
[all...]
/haiku/headers/private/media/experimental/
H A DSimpleMediaClient.h21 enum notification { enum in class:BPrivate::media::BSimpleMediaClient
31 notification what,
80 enum notification { enum in class:BPrivate::media::BSimpleMediaConnection
107 notification what,
/haiku/src/kits/network/libnetservices/
H A DUrlProtocolAsynchronousListener.cpp80 int8 notification;
81 if (message->FindInt8(kUrlProtocolMessageType, &notification) != B_OK)
84 switch (notification) {
170 PRINT(("BUrlProtocolAsynchronousListener: Unknown notification %d\n",
171 notification));
H A DUrlProtocolDispatchingListener.cpp160 int8 notification, BUrlRequest* caller)
165 message->AddInt8(kUrlProtocolMessageType, notification);
159 _SendMessage(BMessage* message, int8 notification, BUrlRequest* caller) argument
/haiku/src/servers/notification/
H A DNotificationWindow.cpp56 * Checks if notification position overlaps with
61 uint32 notification) {
63 && notification == (B_FOLLOW_RIGHT | B_FOLLOW_TOP))
66 && notification == (B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM))
69 && notification == (B_FOLLOW_LEFT | B_FOLLOW_TOP))
72 && notification == (B_FOLLOW_LEFT | B_FOLLOW_BOTTOM))
75 && (notification == (B_FOLLOW_LEFT | B_FOLLOW_TOP)
76 || notification == (B_FOLLOW_RIGHT | B_FOLLOW_TOP)))
79 && (notification == (B_FOLLOW_LEFT | B_FOLLOW_BOTTOM)
80 || notification
60 is_overlapping(deskbar_location deskbar, uint32 notification) argument
172 BNotification* notification = new BNotification(message); local
[all...]
H A DNotificationView.h28 NotificationView(BNotification* notification,
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DAX88172Device.cpp213 AX88172Notify *notification = (AX88172Notify *)fNotifyBuffer; local
215 if (notification->btA1 != 0xa1) {
217 notification->btA1);
225 linkIsUp = (notification->btNN & LINK_STATE_PHY1)
230 linkIsUp = (notification->btNN & LINK_STATE_PHY2)
H A DAX88178Device.cpp351 AX88178_Notify *notification = (AX88178_Notify *)fNotifyBuffer; local
353 if (notification->btA1 != 0xa1) {
355 notification->btA1);
363 linkIsUp = (notification->btBB & LINK_STATE_PPLS)
368 linkIsUp = (notification->btBB & LINK_STATE_SPLS)
H A DAX88772Device.cpp544 AX88772_Notify *notification = (AX88772_Notify *)fNotifyBuffer; local
546 if (notification->btA1 != 0xa1) {
548 notification->btA1);
556 linkIsUp = (notification->btBB & LINK_STATE_PPLS)
561 linkIsUp = (notification->btBB & LINK_STATE_SPLS)
/haiku/src/preferences/notifications/
H A DPrefletWin.cpp22 #include <notification/Notifications.h>
256 BNotification notification(B_INFORMATION_NOTIFICATION);
257 notification.SetMessageID(kSampleMessageID);
258 notification.SetGroup(B_TRANSLATE("Notifications"));
259 notification.SetTitle(B_TRANSLATE("Notifications preflet sample"));
260 notification.SetContent(B_TRANSLATE("This is a test notification message"));
261 notification.Send();
H A DNotificationsView.h13 #include <notification/AppUsage.h>
/haiku/src/apps/softwareupdater/
H A DCheckManager.cpp310 BNotification notification(B_INFORMATION_NOTIFICATION);
311 notification.SetGroup(B_TRANSLATE_SYSTEM_NAME("SoftwareUpdater"));
312 notification.SetTitle(title);
313 notification.SetContent(text);
314 notification.SetOnClickApp(kAppSignature);
316 notification.SetMessageID(fNotificationId);
317 notification.Send();
H A DUpdateManager.cpp556 BNotification notification(B_INFORMATION_NOTIFICATION);
557 notification.SetGroup("SoftwareUpdater");
558 notification.SetTitle(header);
559 notification.SetContent(text);
560 notification.Send();
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.h49 const PostCommitNotification& notification);
133 Transaction::Commit(const PostCommitNotification& notification) argument
135 return Commit(&notification);
/haiku/src/kits/mail/
H A Dc_mail_api.cpp59 get_mail_notification(mail_notification *notification) argument
61 notification->alert = true;
62 notification->beep = false;
/haiku/headers/os/media/
H A DMediaRecorder.h21 enum notification { enum in class:BMediaRecorder
33 notification what, ...);
/haiku/src/kits/storage/mime/
H A DDatabase.cpp538 // TODO: extra notification for vector icons (currently
993 A \c B_APP_HINT_CHANGED notification is sent to the mime monitor service.
1015 A \c B_ATTR_INFO_CHANGED notification is sent to the mime monitor service.
1037 A \c B_SHORT_DESCRIPTION_CHANGED notification is sent to the mime monitor service.
1059 A \c B_LONG_DESCRIPTION_CHANGED notification is sent to the mime monitor service.
1081 A \c B_FILE_EXTENSIONS_CHANGED notification is sent to the mime monitor service.
1103 A \c B_ICON_CHANGED notification is sent to the mime monitor service.
1128 A \c B_ICON_CHANGED notification is sent to the mime monitor service.
1138 // TODO: extra notification for vector icon (for now we notify a "large"
1157 A \c B_ICON_FOR_TYPE_CHANGED notification i
1357 DeferredInstallNotification* notification local
1550 DeferredInstallNotification* notification local
[all...]
/haiku/src/apps/showimage/
H A DImageCache.cpp333 BMessage notification(kMsgImageCacheImageLoaded);
334 _BuildNotification(entry, notification);
337 notification.AddInt32("error", queueEntry->status);
341 if (iterator->SendMessage(&notification) == B_OK && entry != NULL) {
355 BMessage notification(kMsgImageCacheImageLoaded);
356 _BuildNotification(entry, notification);
358 if (target->SendMessage(&notification) == B_OK && entry != NULL) {
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp191 /*! From the specified \a notification, it will remove the lowest pending
196 get_next_pending_event(cache_notification* notification, int32_t* _event) argument
199 int32_t pending = fssh_atomic_and(&notification->events_pending,
220 cache_notification* notification = cache->pending_notifications.Head(); local
221 if (notification == NULL)
226 if (!get_next_pending_event(notification, &event)) {
227 // remove the notification if this was the last pending event
228 cache->pending_notifications.Remove(notification);
229 deleteAfterEvent = notification->delete_after_event;
233 // Notify listener, we need to copy the notification, a
251 set_notification(cache_transaction* transaction, cache_notification &notification, int32_t events, fssh_transaction_notification_hook hook, void* data) argument
268 delete_notification(cache_notification* notification) argument
286 add_notification(block_cache* cache, cache_notification* notification, int32_t event, bool deleteNotification) argument
[all...]
/haiku/src/kits/debugger/debug_info/loading_state_handlers/
H A DDwarfLoadingStateHandler.cpp110 BString notification; local
111 notification.SetToFormat("Installing package %s" B_UTF8_ELLIPSIS,
113 interface->NotifyBackgroundWorkStatus(notification);
/haiku/headers/private/netservices/
H A DUrlProtocolDispatchingListener.h73 int8 notification,
/haiku/src/add-ons/kernel/drivers/network/ether/usb_ecm/
H A DECMDevice.cpp361 // the case as the open will not result in a corresponding notification
557 cdc_notification *notification local
560 switch (notification->notification_code) {
562 TRACE("connection state change to %d\n", notification->value);
563 device->fHasConnection = notification->value > 0;
569 if (notification->data_length < sizeof(cdc_connection_speed)
577 speed = (cdc_connection_speed *)&notification->data[0];
588 TRACE_ALWAYS("unsupported notification 0x%02x\n",
589 notification->notification_code);
604 // schedule next notification buffe
[all...]
/haiku/src/servers/package/
H A DPackageManager.cpp311 BNotification notification(B_ERROR_NOTIFICATION);
312 notification.SetGroup(B_TRANSLATE("Package daemon"));
313 notification.SetTitle(B_TRANSLATE("Warning"));
314 notification.SetContent(message);
315 notification.Send();

Completed in 621 milliseconds

12