Searched refs:KEY_DATATYPE (Results 1 – 4 of 4) sorted by relevance
149 constexpr const char *KEY_DATATYPE = "dataType"; variable
142 cJSON_AddStringToObject(infoJson, KEY_DATATYPE, dataType.c_str()); in RealQuery()
68 …std::map<std::string, JsonTypeCheckFunc>::value_type(KEY_DATATYPE, &DistributedHardware::IsString),
114 if (!CJsonParamCheck(jParam, { KEY_DATATYPE })) { in SetRegDataType()119 cJSON *dataType = cJSON_GetObjectItem(jParam, KEY_DATATYPE); in SetRegDataType()