Home
last modified time | relevance | path

Searched refs:ResultType (Results 1 – 4 of 4) sorted by relevance

/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp90 typedef typename traits::result_type ResultType; typedef in dbus::LambdaDbusMethod
97 ResultType o; in LambdaDbusMethod()
109 ResultType o; in LambdaDbusMethod()
120 ResultType r = apply(h, input_args); in call()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp172 using ResultType = boost::callable_traits::return_type_t<Callback>; in callFunction() typedef
173 if constexpr (std::is_void_v<ResultType>) in callFunction()
602 using ResultType = boost::callable_traits::return_type_t<CallbackType>; in register_method() typedef
611 utility::tuple_to_array(message::types::type_id<ResultType>()); in register_method()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dhandler.hpp194 using ResultType = boost::callable_traits::return_type_t<Handler>; in executeCallback() typedef
223 ResultType result; in executeCallback()
/openbmc/docs/architecture/
H A Dipmi-architecture.md143 // < code to deduce UnpackArgsType and ResultType from Handler >
151 ResultType result = std::apply(handler_, unpackArgs);