Searched refs:inputArgs (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-host-ipmid/include/ipmid/ |
| H A D | handler.hpp | 226 std::optional<InputArgsType> inputArgs; in executeCallback() local 233 inputArgs.emplace(std::tuple_cat( in executeCallback() 241 inputArgs.emplace( in executeCallback() 249 inputArgs.emplace(std::tuple_cat( in executeCallback() 255 inputArgs.emplace(std::move(unpackArgs)); in executeCallback() 261 inputArgs = std::move(unpackArgs); in executeCallback() 266 result = std::apply(handler_, *inputArgs); in executeCallback()
|
| /openbmc/sdbusplus/include/sdbusplus/asio/ |
| H A D | object_server.hpp | 173 void callFunction(message_t& m, InputArgs& inputArgs, Callback&& callback) in callFunction() argument 178 std::apply(callback, inputArgs); in callFunction() 182 auto r = std::apply(callback, inputArgs); in callFunction() 214 InputTupleType inputArgs = in operator ()() local 216 callFunction(ret, inputArgs, func_); in operator ()() 275 InputTupleType inputArgs = std::tuple_cat( in after_spawn() local 278 callFunction(ret, inputArgs, func_); in after_spawn() 282 InputTupleType inputArgs = std::tuple_cat( in after_spawn() local 284 callFunction(ret, inputArgs, func_); in after_spawn()
|