Searched refs:dispatch_notification (Results 1 – 8 of 8) sorted by relevance
21 return dispatch_notification(msg, suppress_exceptions); in dispatch()88 response dispatcher::dispatch_notification(RPCLIB_MSGPACK::object const &msg, in dispatch_notification() function in rpc::detail::dispatcher
20 return dispatch_notification(msg, suppress_exceptions); in dispatch()87 response dispatcher::dispatch_notification(RPCLIB_MSGPACK::object const &msg, in dispatch_notification() function in rpc::detail::dispatcher
107 DEF_TEST(dispatch_notification) { in DEF_TEST() argument211 RUN_TEST(dispatch_notification); in main()
151 DEF_TEST(dispatch_notification) { in DEF_TEST() argument559 RUN_TEST(dispatch_notification); in main()
106 detail::response dispatch_notification(RPCLIB_MSGPACK::object const &msg,
108 detail::response dispatch_notification(RPCLIB_MSGPACK::object const &msg,
117 response dispatcher::dispatch_notification(RPCLIB_MSGPACK::object const &msg,
229 self.notifier_stream.on_recv(self.dispatch_notification)265 def dispatch_notification(self, msg): member in TaskScheduler