Searched refs:handler_type (Results 1 – 9 of 9) sorted by relevance
22 typedef std::function<void(boost::system::error_code, Message)> handler_type; typedef in dbus::detail::queue28 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()
49 struct handler_type { struct51 struct handler *(*init)(const struct handler_type *type, argument59 const struct handler_type *type; argument75 __attribute__((used)) struct handler_type * \
153 static struct handler *log_init(const struct handler_type *type in log_init()228 static const struct handler_type log_handler = {
240 static struct handler *tty_init(const struct handler_type *type in tty_init()334 static const struct handler_type tty_handler = {
428 static struct handler *socket_init(const struct handler_type *type in socket_init()530 static const struct handler_type socket_handler = {
44 const struct handler_type *type; in tty_change_baudrate()
654 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()
87 detail::async_send_op<typename boost::asio::handler_type< in BOOST_ASIO_INITFN_RESULT_TYPE()
123 handler_type: Type[Handler]) -> bool:136 if isinstance(handler, handler_type):