Searched refs:valueType (Results 1 – 2 of 2) sorted by relevance
74 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":
881 const std::string& valueType = codes[1]; in convertJsonToDbus() local896 r = convertJsonToDbus(m, valueType, it.second); in convertJsonToDbus()