Searched refs:notifications (Results 1 – 4 of 4) sorted by relevance
67 notifications.push(*notification); in queueNotification()77 while (!notifications.empty()) { in processQueuedNotifications()80 notificationConnection->writeData((void *)¬ifications.front(), in processQueuedNotifications()82 notifications.pop(); in processQueuedNotifications()
291 notifications = std::queue<notification_t>(); in openSession()320 notifications.size()); in openSession()336 while (!notifications.empty()) { in openSession()337 trustletSession->queueNotification(¬ifications.front()); in openSession()338 notifications.pop(); in openSession()641 notifications.push(notification); in queueUnknownNotification()
44 std::queue<notification_t> notifications;
102 …std::queue<notification_t> notifications; /**< Notifications queue for open session notification … variable