Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp657 if (argCode == "s") in convertJsonToDbus()
670 else if (argCode == "i") in convertJsonToDbus()
688 else if (argCode == "b") in convertJsonToDbus()
732 else if (argCode == "n") in convertJsonToDbus()
750 else if (argCode == "x") in convertJsonToDbus()
762 else if (argCode == "y") in convertJsonToDbus()
776 else if (argCode == "q") in convertJsonToDbus()
874 else if (argCode.starts_with("(") && argCode.ends_with(")")) in convertJsonToDbus()
876 std::string containedType = argCode.substr(1, argCode.size() - 2); in convertJsonToDbus()
900 else if (argCode.starts_with("{") && argCode.ends_with("}")) in convertJsonToDbus()
[all …]