Home
last modified time | relevance | path

Searched refs:InputTupleType (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp189 using InputTupleType = utility::decay_tuple_t<CallbackSignature>; typedef in sdbusplus::asio::callback_method_instance
199 details::NonDbusArgsCount<InputTupleType>::size(), InputTupleType>; in operator ()()
209 InputTupleType inputArgs = in operator ()()
248 using InputTupleType = utility::decay_tuple_t<CallbackSignature>; in after_spawn() typedef
250 details::NonDbusArgsCount<InputTupleType>::size(), InputTupleType>; in after_spawn()
268 InputTupleType inputArgs = std::tuple_cat( in after_spawn()
275 InputTupleType inputArgs = std::tuple_cat( in after_spawn()
599 using InputTupleType = utility::decay_tuple_t<CallbackSignature>; in register_method() typedef
607 utility::tuple_to_array(message::types::type_id<InputTupleType>())); in register_method()
/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp89 typedef typename traits::decayed_arg_types InputTupleType; typedef in dbus::LambdaDbusMethod
94 InputTupleType t; in LambdaDbusMethod()
106 InputTupleType t; in LambdaDbusMethod()
113 InputTupleType input_args; in call()