Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp978 int convertDBusToJSON(const std::string& returnType, sdbusplus::message_t& m,
1190 inline int convertDBusToJSON(const std::string& returnType, in convertDBusToJSON() argument
1194 const std::vector<std::string> returnTypes = dbusArgSplit(returnType); in convertDBusToJSON()
1331 sdbusplus::message_t& m, const std::string& returnType) in handleMethodResponse() argument
1335 int r = convertDBusToJSON(returnType, m, data); in handleMethodResponse()
1457 std::string returnType; in findActionOnInterface() local
1469 returnType = argType; in findActionOnInterface()
1511 m, [transaction, returnType]( in findActionOnInterface()
1537 handleMethodResponse(transaction, m2, returnType); in findActionOnInterface()