Home
last modified time | relevance | path

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

/openbmc/bmcweb/features/openbmc_rest/
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()
1437 const char* argType = in findActionOnInterface() local
1440 argType != nullptr && in findActionOnInterface()
1443 returnType = argType; in findActionOnInterface()
1458 const char* argType = in findActionOnInterface() local
1461 argType != nullptr && in findActionOnInterface()
1471 std::string(argType), in findActionOnInterface()
1951 const char* argType = in handlePut() local
[all …]
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp613 static const auto argType = utility::strip_ends( in register_method() local
628 method_callbacks_.emplace_back(name, std::move(func), argType.data(), in register_method()