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.hpp938 int readMessageItem(const std::string& typeCode, sdbusplus::message_t& m, in readMessageItem()
961 inline int readDictEntryFromMessage(const std::string& typeCode, in readDictEntryFromMessage()
1020 inline int readArrayFromMessage(const std::string& typeCode, in readArrayFromMessage()
1097 inline int readStructFromMessage(const std::string& typeCode, in readStructFromMessage()
1176 for (const std::string& typeCode : returnTypes) in convertDBusToJSON() local