Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp1043 if (typeCode.size() < 2) in readArrayFromMessage()
1120 if (typeCode.size() < 3) in readStructFromMessage()
1126 std::string containedTypes = typeCode.substr(1, typeCode.size() - 2); in readStructFromMessage()
1205 if (typeCode == "s" || typeCode == "g" || typeCode == "o") in convertDBusToJSON()
1213 else if (typeCode == "b") in convertDBusToJSON()
1223 else if (typeCode == "u") in convertDBusToJSON()
1231 else if (typeCode == "i") in convertDBusToJSON()
1239 else if (typeCode == "x") in convertDBusToJSON()
1247 else if (typeCode == "t") in convertDBusToJSON()
1255 else if (typeCode == "n") in convertDBusToJSON()
[all …]