Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp562 inline int convertJsonToDbus(sd_bus_message* m, const std::string& argType, in convertJsonToDbus() argument
566 BMCWEB_LOG_DEBUG("Converting {} to type: {}", inputJson, argType); in convertJsonToDbus()
567 const std::vector<std::string> argTypes = dbusArgSplit(argType); in convertJsonToDbus()
1433 const char* argType = in findActionOnInterface() local
1436 argType != nullptr && in findActionOnInterface()
1439 returnType = argType; in findActionOnInterface()
1454 const char* argType = in findActionOnInterface() local
1457 argType != nullptr && in findActionOnInterface()
1467 std::string(argType), in findActionOnInterface()
1947 const char* argType = in handlePut() local
[all …]
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp608 static const auto argType = utility::strip_ends( in register_method() local
623 method_callbacks_.emplace_back(name, std::move(func), argType.data(), in register_method()