Home
last modified time | relevance | path

Searched refs:handler_type (Results 1 – 9 of 9) sorted by relevance

/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
28 std::deque<handler_type> handlers;
40 handler_type handler_;
46 closure(handler_type h, Message m, in closure()
57 handler_type h = handlers.front(); in push()
/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
75 __attribute__((used)) struct handler_type * \
H A Dlog-handler.c153 static struct handler *log_init(const struct handler_type *type in log_init()
228 static const struct handler_type log_handler = {
H A Dtty-handler.c240 static struct handler *tty_init(const struct handler_type *type in tty_init()
334 static const struct handler_type tty_handler = {
H A Dsocket-handler.c428 static struct handler *socket_init(const struct handler_type *type in socket_init()
530 static const struct handler_type socket_handler = {
H A Dconsole-dbus.c44 const struct handler_type *type; in tty_change_baudrate()
H A Dconsole-server.c654 extern const struct handler_type *const __start_handlers[]; in handlers_init()
655 extern const struct handler_type *const __stop_handlers[]; in handlers_init()
670 const struct handler_type *type = __start_handlers[i]; in handlers_init()
/openbmc/boost-dbus/include/dbus/
H A Dconnection_service.hpp87 detail::async_send_op<typename boost::asio::handler_type< in BOOST_ASIO_INITFN_RESULT_TYPE()
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_tui.py123 handler_type: Type[Handler]) -> bool:
136 if isinstance(handler, handler_type):