Searched refs:Notifications (Results 1 – 9 of 9) sorted by relevance
33 std::vector<DWORD> Notifications; member in __anon915907580111::DirectoryWatcherWindows103 Notifications.resize((4 * EntrySize) / sizeof(DWORD)); in DirectoryWatcherWindows()153 if (!ReadDirectoryChangesW(DirectoryHandle, Notifications.data(), in WatcherThreadProc()154 Notifications.size() * sizeof(DWORD), in WatcherThreadProc()200 (FILE_NOTIFY_INFORMATION *)Notifications.data(); in WatcherThreadProc()
55 "NOTIFICATIONS" "{" Notifications "}"56 Notifications ::=58 | Notifications "," Notification
1127 -- Notifications for use by Bridges1129 -- Notifications for the Spanning Tree Protocol
21 * Notifications regarding exchange errors seems to not have the right SPI,
20 /* GDB Notifications to Observers.
395 } Notifications; typedef772 void RegisterNotificationCallbacks(const Process::Notifications &callbacks);788 bool UnregisterNotificationCallbacks(const Process::Notifications &callbacks);2903 std::vector<Notifications> m_notifications; ///< The list of notifications
43 @section @code{normal_stop} Notifications
542 std::vector<Notifications> empty_notifications; in Finalize()576 void Process::RegisterNotificationCallbacks(const Notifications &callbacks) { in RegisterNotificationCallbacks()582 bool Process::UnregisterNotificationCallbacks(const Notifications &callbacks) { in UnregisterNotificationCallbacks()583 std::vector<Notifications>::iterator pos, end = m_notifications.end(); in UnregisterNotificationCallbacks()596 std::vector<Notifications>::iterator notification_pos, in SynchronouslyNotifyStateChanged()
150 ``Notifications->Tags``.