Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/scripts/
H A Dwritesensor.mako.cpp74 valueType = values["type"]
75 updateFunc = "set::" + valueReadingType + "<" + valueType + ">"
76 getFunc = "get::" + valueReadingType + "<" + valueType + ">"
140 <% valueType = values["type"] %>\
158 % if valueType == "string":
160 % elif valueType == "bool":
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp910 const std::string& valueType = codes[1]; in convertJsonToDbus() local
925 r = convertJsonToDbus(m, valueType, it.second); in convertJsonToDbus()