Home
last modified time | relevance | path

Searched refs:notification_manager (Results 1 – 25 of 50) sorted by relevance

12

/dports/audio/ario/ario-1.6/src/notification/
H A Dario-notification-manager.c50 ario_notification_manager_init (ArioNotificationManager *notification_manager) in ario_notification_manager_init() argument
54 notification_manager->priv = ARIO_NOTIFICATION_MANAGER_GET_PRIVATE (notification_manager); in ario_notification_manager_init()
61 static ArioNotificationManager *notification_manager = NULL; in ario_notification_manager_get_instance() local
64 if (!notification_manager) { in ario_notification_manager_get_instance()
69 g_return_val_if_fail (notification_manager->priv != NULL, NULL); in ario_notification_manager_get_instance()
72 ario_notification_manager_add_notifier (notification_manager, in ario_notification_manager_get_instance()
87 return notification_manager; in ario_notification_manager_get_instance()
101 return notification_manager->priv->notifiers; in ario_notification_manager_get_notifiers()
111 found = g_slist_find_custom (notification_manager->priv->notifiers, in ario_notification_manager_get_notifier_from_id()
126notification_manager->priv->notifiers = g_slist_append (notification_manager->priv->notifiers, not… in ario_notification_manager_add_notifier()
[all …]
H A Dario-notification-manager.h53 … ario_notification_manager_add_notifier (ArioNotificationManager *notification_manager,
55 … ario_notification_manager_remove_notifier (ArioNotificationManager *notification_manager,
57 … ario_notification_manager_get_notifiers (ArioNotificationManager *notification_manager);
58 … ario_notification_manager_get_notifier_from_id (ArioNotificationManager *notification_manager,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/
H A Dnotification_ui_manager_unittest.cc38 notification_manager()->ResetUiControllerForTest(); in SetUp()
46 NotificationUIManagerImpl* notification_manager() { in notification_manager() function in message_center::NotificationUIManagerTest
69 notification_manager()->Add(GetANotification("test"), &profile); in TEST_F()
75 notification_manager()->Add(GetANotification("test"), &profile); in TEST_F()
80 notification_manager()->StartShutdown(); in TEST_F()
82 notification_manager()->Add(GetANotification("test2"), &profile); in TEST_F()
89 notification_manager()->Add(GetANotification("test"), &profile); in TEST_F()
92 notification_manager()->Update(GetANotification("test"), &profile)); in TEST_F()
100 notification_manager()->Add(GetANotification("test"), &profile); in TEST_F()
101 std::set<std::string> ids = notification_manager()->GetAllIdsByProfile( in TEST_F()
/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Dsnmpagent.php934 foreach($notification_managers as $notification_manager) {
942 if ($notification_manager['snmp_version'] == 1 ) {
943 …rgs = ' -v 1 -c ' . $notification_manager['snmp_community'] . ' ' . $notification_manager['hostnam…
944 }else if ($notification_manager['snmp_version'] == 2 ) {
945notification_manager['snmp_community'] . ( ($notification_manager['snmp_message_type'] == 2 )? ' -…
946 }else if ($notification_manager['snmp_version'] == 3 ) {
952 …' . $notification_manager['snmp_engine_id'] . (($notification_manager['snmp_message_type'] == 2 )?…
954 if ( $notification_manager['snmp_password'] && $notification_manager['snmp_priv_passphrase']) {
956 …} elseif ( $notification_manager['snmp_password'] && !$notification_manager['snmp_priv_passphrase'…
961notification_manager['snmp_auth_protocol'] . ' -A ' . $notification_manager['snmp_password'] : '' …
[all …]
/dports/www/phpbb3/phpBB3/phpbb/cron/task/core/
H A Dprune_notifications.php22 protected $notification_manager; variable in phpbb\\cron\\task\\core\\prune_notifications
30 …nction __construct(\phpbb\config\config $config, \phpbb\notification\manager $notification_manager) argument
33 $this->notification_manager = $notification_manager;
43 $this->notification_manager->prune_notifications($timestamp);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/scheduler/internal/
H A Dnotification_scheduler_unittest.cc64 auto notification_manager = in SetUp() local
72 notification_manager_ = notification_manager.get(); in SetUp()
98 EXPECT_CALL(*notification_manager(), Init(_)) in Init()
131 test::MockScheduledNotificationManager* notification_manager() { in notification_manager() function in notifications::__anon5ccf2b800111::NotificationSchedulerTest
172 EXPECT_CALL(*notification_manager(), Init(_)).Times(0); in TEST_F()
192 EXPECT_CALL(*notification_manager(), Init(_)) in TEST_F()
212 EXPECT_CALL(*notification_manager(), ScheduleNotification(_, _)) in TEST_F()
244 EXPECT_CALL(*notification_manager(), in TEST_F()
258 EXPECT_CALL(*notification_manager(), GetNotifications(_, _)); in TEST_F()
324 EXPECT_CALL(*notification_manager(), DisplayNotification(_, _)) in TEST_F()
[all …]
H A Dnotification_scheduler.cc71 context_->notification_manager()->Init( in OnImpressionTrackerInitialized()
106 context_->notification_manager()->DisplayNotification( in DisplayHelper()
220 context_->notification_manager()->ScheduleNotification( in Schedule()
233 context_->notification_manager()->DeleteNotifications(type); in DeleteAllNotifications()
250 context_->notification_manager()->GetNotifications(type, &notifications); in OnImpressionDetailQueryCompleted()
275 context_->notification_manager()->GetNotifications(type, &notifications); in NotifyClientAfterInit()
306 context_->notification_manager()->GetAllNotifications(&notifications); in FindNotificationToShow()
337 context_->notification_manager()->GetAllNotifications(&notifications); in ScheduleBackgroundTask()
H A Dnotification_scheduler_context.cc26 std::unique_ptr<ScheduledNotificationManager> notification_manager, in NotificationSchedulerContext() argument
32 notification_manager_(std::move(notification_manager)), in NotificationSchedulerContext()
H A Dnotification_scheduler_context.h31 std::unique_ptr<ScheduledNotificationManager> notification_manager,
52 ScheduledNotificationManager* notification_manager() { in notification_manager() function
/dports/www/phpbb3/phpBB3/phpbb/notification/method/
H A Dbase.php22 protected $notification_manager; variable in phpbb\\notification\\method\\base
36 public function set_notification_manager(\phpbb\notification\manager $notification_manager) argument
38 $this->notification_manager = $notification_manager;
H A Dboard.php229 …$notification = $this->notification_manager->get_item_type_class($row['notification_type_name'], $…
249 $item_class = $this->notification_manager->get_item_type_class($item_type);
297 …$notification_type_id = $this->notification_manager->get_notification_type_id($notification->get_t…
/dports/www/phpbb3/phpBB3/phpbb/notification/type/
H A Dbase.php22 protected $notification_manager; variable in phpbb\\notification\\type\\base
105 public function set_notification_manager(\phpbb\notification\manager $notification_manager) argument
107 $this->notification_manager = $notification_manager;
109 …$this->notification_type_id = $this->notification_manager->get_notification_type_id($this->get_typ…
486 $default_methods = $this->notification_manager->get_default_methods();
539 …$this->notification_manager->mark_notifications($this->get_type(), (int) $this->item_id, (int) $th…
H A Dbookmark.php94 $notified_users = $this->notification_manager->get_notified_users($this->get_type(), array(
104 …$notification = $this->notification_manager->get_item_type_class($this->get_type(), $notification_…
108 $this->notification_manager->update_notification($notification, $update_responders, array(
H A Dquote.php113 $old_notifications = $this->notification_manager->get_notified_users($this->get_type(), array(
131 …$this->notification_manager->add_notifications_for_users($this->get_type(), $post, $add_notificati…
136 …$this->notification_manager->delete_notifications($this->get_type(), static::get_item_id($post), f…
H A Dforum.php81 $notified_users = $this->notification_manager->get_notified_users($this->get_type(), [
91 …$notification = $this->notification_manager->get_item_type_class($this->get_type(), $notification_…
95 $this->notification_manager->update_notification($notification, $update_responders, [
H A Dpost.php140 $notified_users = $this->notification_manager->get_notified_users($this->get_type(), array(
150 …$notification = $this->notification_manager->get_item_type_class($this->get_type(), $notification_…
154 $this->notification_manager->update_notification($notification, $update_responders, array(
H A Dgroup_request_approved.php61 $users[$user_id] = $this->notification_manager->get_default_methods();
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resources/chromeos/multidevice_internals/
H A DBUILD.gn19 ":notification_manager",
28 js_library("notification_manager") {
125 ":notification_manager",
153 "notification_manager.js",
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/lifetime/
H A Dbrowser_close_manager.cc184 NotificationUIManager* notification_manager = in CloseBrowsers() local
186 if (notification_manager) in CloseBrowsers()
187 notification_manager->CancelAll(); in CloseBrowsers()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/notifications/
H A DBUILD.gn15 "notification_manager.cc",
16 "notification_manager.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/notifications/
H A DBUILD.gn15 "notification_manager.cc",
16 "notification_manager.h",
/dports/www/phpbb3/phpBB3/config/default/container/
H A Dservices_report.yml42 - '@notification_manager'
53 - '@notification_manager'
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/scheduler/
H A Dschedule_service_factory_helper.cc94 auto notification_manager = ScheduledNotificationManager::Create( in CreateNotificationScheduleService() local
106 std::move(impression_tracker), std::move(notification_manager), in CreateNotificationScheduleService()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/keyboard/ui/
H A DBUILD.gn42 "notification_manager.cc",
43 "notification_manager.h",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ash/keyboard/ui/
H A DBUILD.gn43 "notification_manager.cc",
44 "notification_manager.h",

12