Home
last modified time | relevance | path

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

/base/security/device_auth/common_lib/impl/src/
Djson_utils.c243 double realValue = cJSON_GetNumberValue(jsonObjTmp); in GetUnsignedIntFromJson() local
244 if (realValue < 0) { in GetUnsignedIntFromJson()
245 int32_t tmpValue = (int32_t)realValue; in GetUnsignedIntFromJson()
248 *value = (uint32_t)realValue; in GetUnsignedIntFromJson()