Searched refs:NotificationHandlers (Results 1 – 3 of 3) sorted by relevance
90 ASSERT_THAT(RawHandlers.NotificationHandlers.keys(), in TEST()111 auto &RawNotify = RawHandlers.NotificationHandlers["notify"]; in TEST()
42 HandlerMap<void(JSON)> NotificationHandlers; member148 Raw.NotificationHandlers[Method] = [Method, Handler, This](JSON RawParams) { in notification()
217 auto Handler = Server.Handlers.NotificationHandlers.find(Method); in onNotify() 218 if (Handler != Server.Handlers.NotificationHandlers.end()) { in onNotify()