Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dhandler.hpp190 using InputArgsType = typename utility::DecayTuple<CallbackSig>::type; in executeCallback() typedef
192 utility::NonIpmiArgsCount<InputArgsType>::size(), in executeCallback()
193 InputArgsType>::type; in executeCallback()
226 std::optional<InputArgsType> inputArgs; in executeCallback()
227 if constexpr (std::tuple_size<InputArgsType>::value > 0) in executeCallback()
230 std::tuple_element_t<0, InputArgsType>, in executeCallback()
238 std::tuple_element_t<0, InputArgsType>, in executeCallback()
246 std::tuple_element_t<0, InputArgsType>, in executeCallback()