Symbol: notification
headers/os/media/MediaRecorder.h
33
notification what, ...);
headers/private/media/Notifications.h
52
bool IsValidNotificationRequest(bool node_specific, int32 notification);
headers/private/media/Notifications.h
56
int32 notification);
headers/private/media/Notifications.h
60
int32 notification);
headers/private/media/experimental/SimpleMediaClient.h
107
notification what,
headers/private/media/experimental/SimpleMediaClient.h
31
notification what,
headers/private/netservices/UrlProtocolDispatchingListener.h
73
int8 notification,
src/add-ons/kernel/drivers/network/ether/usb_ecm/ECMDevice.cpp
565
cdc_notification *notification
src/add-ons/kernel/drivers/network/ether/usb_ecm/ECMDevice.cpp
568
switch (notification->notification_code) {
src/add-ons/kernel/drivers/network/ether/usb_ecm/ECMDevice.cpp
570
TRACE("connection state change to %d\n", notification->value);
src/add-ons/kernel/drivers/network/ether/usb_ecm/ECMDevice.cpp
571
device->fHasConnection = notification->value > 0;
src/add-ons/kernel/drivers/network/ether/usb_ecm/ECMDevice.cpp
577
if (notification->data_length < sizeof(cdc_connection_speed)
src/add-ons/kernel/drivers/network/ether/usb_ecm/ECMDevice.cpp
585
speed = (cdc_connection_speed *)&notification->data[0];
src/add-ons/kernel/drivers/network/ether/usb_ecm/ECMDevice.cpp
597
notification->notification_code);
src/add-ons/kernel/drivers/network/ether/usb_rndis/RNDISDevice.cpp
873
uint32 notification = data[0];
src/add-ons/kernel/drivers/network/ether/usb_rndis/RNDISDevice.cpp
875
TRACE("Received notification %" B_PRIx32 " %" B_PRIx32 "\n", notification, reserved);
src/apps/networkstatus/NetworkStatusView.cpp
537
BNotification notification(B_INFORMATION_NOTIFICATION);
src/apps/networkstatus/NetworkStatusView.cpp
538
notification.SetGroup(B_TRANSLATE("Network Status"));
src/apps/networkstatus/NetworkStatusView.cpp
539
notification.SetTitle(interface.Name());
src/apps/networkstatus/NetworkStatusView.cpp
540
notification.SetMessageID(interface.Name());
src/apps/networkstatus/NetworkStatusView.cpp
541
notification.SetIcon(fNotifyIcons[status]);
src/apps/networkstatus/NetworkStatusView.cpp
550
notification.SetContent(kStatusDescriptions[status]);
src/apps/networkstatus/NetworkStatusView.cpp
551
notification.Send();
src/apps/powerstatus/PowerStatusView.cpp
659
BNotification notification(
src/apps/powerstatus/PowerStatusView.cpp
664
notification.SetTitle(B_TRANSLATE("Battery low"));
src/apps/powerstatus/PowerStatusView.cpp
665
notification.SetContent(B_TRANSLATE(
src/apps/powerstatus/PowerStatusView.cpp
669
notification.SetTitle(B_TRANSLATE("Battery critical"));
src/apps/powerstatus/PowerStatusView.cpp
670
notification.SetContent(B_TRANSLATE(
src/apps/powerstatus/PowerStatusView.cpp
675
notification.SetIcon(bitmap);
src/apps/powerstatus/PowerStatusView.cpp
676
notification.Send();
src/apps/showimage/ImageCache.cpp
333
BMessage notification(kMsgImageCacheImageLoaded);
src/apps/showimage/ImageCache.cpp
334
_BuildNotification(entry, notification);
src/apps/showimage/ImageCache.cpp
337
notification.AddInt32("error", queueEntry->status);
src/apps/showimage/ImageCache.cpp
341
if (iterator->SendMessage(&notification) == B_OK && entry != NULL) {
src/apps/showimage/ImageCache.cpp
355
BMessage notification(kMsgImageCacheImageLoaded);
src/apps/showimage/ImageCache.cpp
356
_BuildNotification(entry, notification);
src/apps/showimage/ImageCache.cpp
358
if (target->SendMessage(&notification) == B_OK && entry != NULL) {
src/apps/softwareupdater/CheckManager.cpp
311
BNotification notification(B_INFORMATION_NOTIFICATION);
src/apps/softwareupdater/CheckManager.cpp
312
notification.SetGroup(B_TRANSLATE_SYSTEM_NAME("SoftwareUpdater"));
src/apps/softwareupdater/CheckManager.cpp
313
notification.SetTitle(title);
src/apps/softwareupdater/CheckManager.cpp
314
notification.SetContent(text);
src/apps/softwareupdater/CheckManager.cpp
315
notification.SetOnClickApp(kAppSignature);
src/apps/softwareupdater/CheckManager.cpp
317
notification.SetMessageID(fNotificationId);
src/apps/softwareupdater/CheckManager.cpp
318
notification.Send();
src/apps/softwareupdater/UpdateManager.cpp
554
BNotification notification(B_INFORMATION_NOTIFICATION);
src/apps/softwareupdater/UpdateManager.cpp
555
notification.SetGroup("SoftwareUpdater");
src/apps/softwareupdater/UpdateManager.cpp
556
notification.SetTitle(header);
src/apps/softwareupdater/UpdateManager.cpp
557
notification.SetContent(text);
src/apps/softwareupdater/UpdateManager.cpp
558
notification.Send();
src/apps/soundrecorder/RecorderWindow.cpp
1229
BMediaRecorder::notification code, ...)
src/apps/soundrecorder/RecorderWindow.h
169
static void NotifyRecordFile(void * cookie, BMediaRecorder::notification code, ...);
src/bin/notify.cpp
231
BNotification notification(fType);
src/bin/notify.cpp
233
notification.SetGroup(fGroup);
src/bin/notify.cpp
235
notification.SetTitle(fTitle);
src/bin/notify.cpp
237
notification.SetContent(fContent);
src/bin/notify.cpp
240
notification.SetMessageID(fMsgId);
src/bin/notify.cpp
243
notification.SetProgress(fProgress);
src/bin/notify.cpp
248
notification.SetIcon(bitmap);
src/bin/notify.cpp
254
notification.SetOnClickApp(fOnClickApp);
src/bin/notify.cpp
257
notification.SetOnClickFile(&fFile);
src/bin/notify.cpp
264
notification.AddOnClickRef(&ref);
src/bin/notify.cpp
269
notification.AddOnClickArg(arg->String());
src/bin/notify.cpp
272
status_t ret = notification.Send(fTimeout);
src/kits/debugger/debug_info/loading_state_handlers/DwarfLoadingStateHandler.cpp
117
BString notification;
src/kits/debugger/debug_info/loading_state_handlers/DwarfLoadingStateHandler.cpp
118
notification.SetToFormat("Installing package %s" B_UTF8_ELLIPSIS,
src/kits/debugger/debug_info/loading_state_handlers/DwarfLoadingStateHandler.cpp
120
interface->NotifyBackgroundWorkStatus(notification);
src/kits/mail/c_mail_api.cpp
59
get_mail_notification(mail_notification *notification)
src/kits/mail/c_mail_api.cpp
61
notification->alert = true;
src/kits/mail/c_mail_api.cpp
62
notification->beep = false;
src/kits/media/MediaDefs.cpp
1267
BNotification notification(B_PROGRESS_NOTIFICATION);
src/kits/media/MediaDefs.cpp
1268
notification.SetMessageID(MEDIA_SERVICE_NOTIFICATION_ID);
src/kits/media/MediaDefs.cpp
1269
notification.SetProgress(progress);
src/kits/media/MediaDefs.cpp
1270
notification.SetGroup(B_TRANSLATE("Media Service"));
src/kits/media/MediaDefs.cpp
1271
notification.SetContent(message);
src/kits/media/MediaDefs.cpp
1279
notification.SetIcon(&icon);
src/kits/media/MediaDefs.cpp
1281
notification.Send();
src/kits/media/MediaRoster.cpp
3430
RosterNotification notification;
src/kits/media/MediaRoster.cpp
3431
if (message->FindInt32(NOTIFICATION_PARAM_WHAT, &notification.what)
src/kits/media/MediaRoster.cpp
3438
&notification.messenger) != B_OK) {
src/kits/media/MediaRoster.cpp
3443
sNotificationList.Insert(notification);
src/kits/media/MediaRoster.cpp
3449
RosterNotification notification;
src/kits/media/MediaRoster.cpp
3450
if (message->FindInt32(NOTIFICATION_PARAM_WHAT, &notification.what)
src/kits/media/MediaRoster.cpp
3457
&notification.messenger) != B_OK) {
src/kits/media/MediaRoster.cpp
3466
if (current->what == notification.what
src/kits/media/MediaRoster.cpp
3467
&& current->messenger == notification.messenger) {
src/kits/media/Notifications.cpp
300
IsValidNotificationRequest(bool node_specific, int32 notification)
src/kits/media/Notifications.cpp
302
switch (notification) {
src/kits/media/Notifications.cpp
58
int32 notification)
src/kits/media/Notifications.cpp
62
if (notification == B_MEDIA_SERVER_STARTED
src/kits/media/Notifications.cpp
63
|| notification == B_MEDIA_SERVER_QUIT) {
src/kits/media/Notifications.cpp
65
msg.AddInt32(NOTIFICATION_PARAM_WHAT, notification);
src/kits/media/Notifications.cpp
71
msg.AddInt32(NOTIFICATION_PARAM_WHAT, notification);
src/kits/media/Notifications.cpp
82
int32 notification)
src/kits/media/Notifications.cpp
86
if (notification == B_MEDIA_SERVER_STARTED
src/kits/media/Notifications.cpp
87
|| notification == B_MEDIA_SERVER_QUIT) {
src/kits/media/Notifications.cpp
89
msg.AddInt32(NOTIFICATION_PARAM_WHAT, notification);
src/kits/media/Notifications.cpp
95
msg.AddInt32(NOTIFICATION_PARAM_WHAT, notification);
src/kits/network/libnetservices/UrlProtocolAsynchronousListener.cpp
171
notification));
src/kits/network/libnetservices/UrlProtocolAsynchronousListener.cpp
80
int8 notification;
src/kits/network/libnetservices/UrlProtocolAsynchronousListener.cpp
81
if (message->FindInt8(kUrlProtocolMessageType, &notification) != B_OK)
src/kits/network/libnetservices/UrlProtocolAsynchronousListener.cpp
84
switch (notification) {
src/kits/network/libnetservices/UrlProtocolDispatchingListener.cpp
160
int8 notification, BUrlRequest* caller)
src/kits/network/libnetservices/UrlProtocolDispatchingListener.cpp
165
message->AddInt8(kUrlProtocolMessageType, notification);
src/kits/storage/mime/Database.cpp
1338
DeferredInstallNotification* notification
src/kits/storage/mime/Database.cpp
1340
if (notification == NULL)
src/kits/storage/mime/Database.cpp
1343
strlcpy(notification->type, type, sizeof(notification->type));
src/kits/storage/mime/Database.cpp
1344
notification->notify = false;
src/kits/storage/mime/Database.cpp
1346
if (!fDeferredInstallNotifications.AddItem(notification))
src/kits/storage/mime/Database.cpp
1347
delete notification;
src/kits/storage/mime/Database.cpp
1357
DeferredInstallNotification* notification
src/kits/storage/mime/Database.cpp
1362
if (notification == NULL)
src/kits/storage/mime/Database.cpp
1366
if (notification->notify)
src/kits/storage/mime/Database.cpp
1367
_SendInstallNotification(notification->type);
src/kits/storage/mime/Database.cpp
1369
delete notification;
src/kits/storage/mime/Database.cpp
1530
DeferredInstallNotification* notification
src/kits/storage/mime/Database.cpp
1533
if (strcmp(type, notification->type) == 0) {
src/kits/storage/mime/Database.cpp
1536
return notification;
src/kits/storage/mime/Database.cpp
1550
DeferredInstallNotification* notification
src/kits/storage/mime/Database.cpp
1552
if (notification == NULL)
src/kits/storage/mime/Database.cpp
1558
if (notification->notify) {
src/kits/storage/mime/Database.cpp
1559
fDeferredInstallNotifications.RemoveItem(notification);
src/kits/storage/mime/Database.cpp
1560
delete notification;
src/kits/storage/mime/Database.cpp
1565
notification->notify = true;
src/kits/storage/mime/Database.cpp
1569
if (notification->notify)
src/preferences/notifications/PrefletWin.cpp
259
BNotification notification(B_INFORMATION_NOTIFICATION);
src/preferences/notifications/PrefletWin.cpp
260
notification.SetMessageID(kSampleMessageID);
src/preferences/notifications/PrefletWin.cpp
261
notification.SetGroup(B_TRANSLATE_SYSTEM_NAME("Notifications"));
src/preferences/notifications/PrefletWin.cpp
262
notification.SetTitle(title);
src/preferences/notifications/PrefletWin.cpp
263
notification.SetContent(B_TRANSLATE("This is a test notification message"));
src/preferences/notifications/PrefletWin.cpp
264
notification.Send();
src/servers/notification/NotificationView.cpp
60
NotificationView::NotificationView(BNotification* notification, bigtime_t timeout,
src/servers/notification/NotificationView.cpp
64
fNotification(notification),
src/servers/notification/NotificationView.h
27
NotificationView(BNotification* notification, bigtime_t timeout,
src/servers/notification/NotificationWindow.cpp
172
BNotification* notification = new BNotification(message);
src/servers/notification/NotificationWindow.cpp
174
if (notification->InitCheck() == B_OK) {
src/servers/notification/NotificationWindow.cpp
178
BString sourceSignature(notification->SourceSignature());
src/servers/notification/NotificationWindow.cpp
179
BString sourceName(notification->SourceName());
src/servers/notification/NotificationWindow.cpp
201
BString groupName(notification->Group());
src/servers/notification/NotificationWindow.cpp
212
NotificationView* view = new NotificationView(notification, timeout);
src/servers/notification/NotificationWindow.cpp
61
uint32 notification) {
src/servers/notification/NotificationWindow.cpp
63
&& notification == (B_FOLLOW_RIGHT | B_FOLLOW_TOP))
src/servers/notification/NotificationWindow.cpp
66
&& notification == (B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM))
src/servers/notification/NotificationWindow.cpp
69
&& notification == (B_FOLLOW_LEFT | B_FOLLOW_TOP))
src/servers/notification/NotificationWindow.cpp
72
&& notification == (B_FOLLOW_LEFT | B_FOLLOW_BOTTOM))
src/servers/notification/NotificationWindow.cpp
75
&& (notification == (B_FOLLOW_LEFT | B_FOLLOW_TOP)
src/servers/notification/NotificationWindow.cpp
76
|| notification == (B_FOLLOW_RIGHT | B_FOLLOW_TOP)))
src/servers/notification/NotificationWindow.cpp
79
&& (notification == (B_FOLLOW_LEFT | B_FOLLOW_BOTTOM)
src/servers/notification/NotificationWindow.cpp
80
|| notification == (B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM)))
src/servers/package/PackageManager.cpp
311
BNotification notification(B_ERROR_NOTIFICATION);
src/servers/package/PackageManager.cpp
312
notification.SetGroup(B_TRANSLATE("Package daemon"));
src/servers/package/PackageManager.cpp
313
notification.SetTitle(B_TRANSLATE("Warning"));
src/servers/package/PackageManager.cpp
314
notification.SetContent(message);
src/servers/package/PackageManager.cpp
315
notification.Send();
src/system/kernel/cache/block_cache.cpp
2551
cache_notification* notification = iterator.Next();
src/system/kernel/cache/block_cache.cpp
2553
kprintf(" %p %5" B_PRIx32 " %p - %p\n", notification,
src/system/kernel/cache/block_cache.cpp
2554
notification->events_pending, notification->hook,
src/system/kernel/cache/block_cache.cpp
2555
notification->data);
src/system/kernel/cache/block_cache.cpp
2996
cache_notification notification;
src/system/kernel/cache/block_cache.cpp
2997
set_notification(NULL, notification, TRANSACTION_WRITTEN, notify_sync,
src/system/kernel/cache/block_cache.cpp
3003
add_notification(cache, &notification, TRANSACTION_WRITTEN, false);
src/system/kernel/cache/block_cache.cpp
843
get_next_pending_event(cache_notification* notification, int32* _event)
src/system/kernel/cache/block_cache.cpp
846
int32 pending = atomic_and(&notification->events_pending,
src/system/kernel/cache/block_cache.cpp
869
cache_notification* notification = cache->pending_notifications.Head();
src/system/kernel/cache/block_cache.cpp
870
if (notification == NULL)
src/system/kernel/cache/block_cache.cpp
875
if (!get_next_pending_event(notification, &event)) {
src/system/kernel/cache/block_cache.cpp
877
cache->pending_notifications.Remove(notification);
src/system/kernel/cache/block_cache.cpp
878
deleteAfterEvent = notification->delete_after_event;
src/system/kernel/cache/block_cache.cpp
884
cache_notification copy = *notification;
src/system/kernel/cache/block_cache.cpp
893
delete notification;
src/system/kernel/cache/block_cache.cpp
919
cache_notification &notification, int32 events,
src/system/kernel/cache/block_cache.cpp
922
notification.transaction_id = transaction != NULL ? transaction->id : -1;
src/system/kernel/cache/block_cache.cpp
923
notification.events_pending = 0;
src/system/kernel/cache/block_cache.cpp
924
notification.events = events;
src/system/kernel/cache/block_cache.cpp
925
notification.hook = hook;
src/system/kernel/cache/block_cache.cpp
926
notification.data = data;
src/system/kernel/cache/block_cache.cpp
927
notification.delete_after_event = false;
src/system/kernel/cache/block_cache.cpp
935
delete_notification(cache_notification* notification)
src/system/kernel/cache/block_cache.cpp
939
if (notification->events_pending != 0)
src/system/kernel/cache/block_cache.cpp
940
notification->delete_after_event = true;
src/system/kernel/cache/block_cache.cpp
942
delete notification;
src/system/kernel/cache/block_cache.cpp
953
add_notification(block_cache* cache, cache_notification* notification,
src/system/kernel/cache/block_cache.cpp
956
if (notification->hook == NULL)
src/system/kernel/cache/block_cache.cpp
959
int32 pending = atomic_or(&notification->events_pending, event);
src/system/kernel/cache/block_cache.cpp
964
notification->delete_after_event = true;
src/system/kernel/cache/block_cache.cpp
965
cache->pending_notifications.Add(notification);
src/system/kernel/cache/block_cache.cpp
968
delete_notification(notification);
src/system/kernel/debug/user_debugger.cpp
2746
debug_handed_over notification;
src/system/kernel/debug/user_debugger.cpp
2747
notification.origin.thread = -1;
src/system/kernel/debug/user_debugger.cpp
2748
notification.origin.team = teamID;
src/system/kernel/debug/user_debugger.cpp
2749
notification.origin.nub_port = nubPort;
src/system/kernel/debug/user_debugger.cpp
2750
notification.debugger = debuggerTeam;
src/system/kernel/debug/user_debugger.cpp
2751
notification.debugger_port = debuggerPort;
src/system/kernel/debug/user_debugger.cpp
2752
notification.causing_thread = causingThread;
src/system/kernel/debug/user_debugger.cpp
2756
B_DEBUGGER_MESSAGE_HANDED_OVER, &notification,
src/system/kernel/debug/user_debugger.cpp
2757
sizeof(notification), B_RELATIVE_TIMEOUT, 0);
src/system/kernel/debug/user_debugger.cpp
2782
B_DEBUGGER_MESSAGE_HANDED_OVER, &notification,
src/system/kernel/debug/user_debugger.cpp
2783
sizeof(notification), B_RELATIVE_TIMEOUT, 0);
src/system/kernel/module.cpp
1655
module_notification* notification = iterator.Next();
src/system/kernel/module.cpp
1657
_Notify(notification->opcode, notification->device,
src/system/kernel/module.cpp
1658
notification->directory, notification->node, notification->name);
src/system/kernel/module.cpp
1661
delete notification;
src/system/kernel/module.cpp
1670
module_notification* notification = new(std::nothrow) module_notification;
src/system/kernel/module.cpp
1671
if (notification == NULL)
src/system/kernel/module.cpp
1675
notification->name = strdup(name);
src/system/kernel/module.cpp
1676
if (notification->name == NULL) {
src/system/kernel/module.cpp
1677
delete notification;
src/system/kernel/module.cpp
1681
notification->name = NULL;
src/system/kernel/module.cpp
1683
notification->opcode = opcode;
src/system/kernel/module.cpp
1684
notification->device = device;
src/system/kernel/module.cpp
1685
notification->directory = directory;
src/system/kernel/module.cpp
1686
notification->node = node;
src/system/kernel/module.cpp
1689
fNotifications.Add(notification);
src/tests/system/kernel/file_corruption/fs/Transaction.h
133
Transaction::Commit(const PostCommitNotification& notification)
src/tests/system/kernel/file_corruption/fs/Transaction.h
135
return Commit(&notification);
src/tests/system/kernel/file_corruption/fs/Transaction.h
49
const PostCommitNotification& notification);
src/tools/fs_shell/block_cache.cpp
196
get_next_pending_event(cache_notification* notification, int32_t* _event)
src/tools/fs_shell/block_cache.cpp
199
int32_t pending = fssh_atomic_and(&notification->events_pending,
src/tools/fs_shell/block_cache.cpp
220
cache_notification* notification = cache->pending_notifications.Head();
src/tools/fs_shell/block_cache.cpp
221
if (notification == NULL)
src/tools/fs_shell/block_cache.cpp
226
if (!get_next_pending_event(notification, &event)) {
src/tools/fs_shell/block_cache.cpp
228
cache->pending_notifications.Remove(notification);
src/tools/fs_shell/block_cache.cpp
229
deleteAfterEvent = notification->delete_after_event;
src/tools/fs_shell/block_cache.cpp
235
cache_notification copy = *notification;
src/tools/fs_shell/block_cache.cpp
244
delete notification;
src/tools/fs_shell/block_cache.cpp
252
cache_notification &notification, int32_t events,
src/tools/fs_shell/block_cache.cpp
255
notification.transaction_id = transaction != NULL ? transaction->id : -1;
src/tools/fs_shell/block_cache.cpp
256
notification.events_pending = 0;
src/tools/fs_shell/block_cache.cpp
257
notification.events = events;
src/tools/fs_shell/block_cache.cpp
258
notification.hook = hook;
src/tools/fs_shell/block_cache.cpp
259
notification.data = data;
src/tools/fs_shell/block_cache.cpp
260
notification.delete_after_event = false;
src/tools/fs_shell/block_cache.cpp
268
delete_notification(cache_notification* notification)
src/tools/fs_shell/block_cache.cpp
272
if (notification->events_pending != 0)
src/tools/fs_shell/block_cache.cpp
273
notification->delete_after_event = true;
src/tools/fs_shell/block_cache.cpp
275
delete notification;
src/tools/fs_shell/block_cache.cpp
286
add_notification(block_cache* cache, cache_notification* notification,
src/tools/fs_shell/block_cache.cpp
289
if (notification->hook == NULL)
src/tools/fs_shell/block_cache.cpp
292
int32_t pending = fssh_atomic_or(&notification->events_pending, event);
src/tools/fs_shell/block_cache.cpp
297
notification->delete_after_event = true;
src/tools/fs_shell/block_cache.cpp
298
cache->pending_notifications.Add(notification);
src/tools/fs_shell/block_cache.cpp
301
delete_notification(notification);