Home
last modified time | relevance | path

Searched defs:typeCode (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp923 int readMessageItem(const std::string& typeCode, sdbusplus::message_t& m, in readMessageItem()
946 inline int readDictEntryFromMessage(const std::string& typeCode, in readDictEntryFromMessage()
1005 inline int readArrayFromMessage(const std::string& typeCode, in readArrayFromMessage()
1082 inline int readStructFromMessage(const std::string& typeCode, in readStructFromMessage()
1161 for (const std::string& typeCode : returnTypes) in convertDBusToJSON() local