Home
last modified time | relevance | path

Searched refs:dispatch_notification (Results 1 – 8 of 8) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/rpclib/lib/rpc/
H A Ddispatcher.cc21 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
/dports/devel/rpclib/rpclib-2.2.1/lib/rpc/
H A Ddispatcher.cc20 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
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dmdevents_test.c107 DEF_TEST(dispatch_notification) { in DEF_TEST() argument
211 RUN_TEST(dispatch_notification); in main()
H A Dpcie_errors_test.c151 DEF_TEST(dispatch_notification) { in DEF_TEST() argument
559 RUN_TEST(dispatch_notification); in main()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/rpclib/include/rpc/
H A Ddispatcher.h106 detail::response dispatch_notification(RPCLIB_MSGPACK::object const &msg,
/dports/devel/rpclib/rpclib-2.2.1/include/rpc/
H A Ddispatcher.h108 detail::response dispatch_notification(RPCLIB_MSGPACK::object const &msg,
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/
H A D0001-rpclib-replace-fmt-with-boost-format-but-leave-it-in.patch117 response dispatcher::dispatch_notification(RPCLIB_MSGPACK::object const &msg,
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/ipyparallel/controller/
H A Dscheduler.py229 self.notifier_stream.on_recv(self.dispatch_notification)
265 def dispatch_notification(self, msg): member in TaskScheduler