Home
last modified time | relevance | path

Searched defs:handler_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/obmc-console/
H A Dconsole-server.h49 struct handler_type { struct
51 struct handler *(*init)(const struct handler_type *type, argument
59 const struct handler_type *type; argument
/openbmc/boost-dbus/include/dbus/detail/
H A Dqueue.hpp22 typedef std::function<void(boost::system::error_code, Message)> handler_type; typedef in dbus::detail::queue