Searched refs:cJsonTemp (Results 1 – 2 of 2) sorted by relevance
404 cJSON *cJsonTemp = NULL; in PartSysCapAndOutBuffer() local418 … cJsonTemp = cJSON_GetObjectItem(freeAfterDecodeRpcidInfo.sysCapDefine, cJsonItem->valuestring); in PartSysCapAndOutBuffer()419 if (cJsonTemp != NULL && cJSON_IsNumber(cJsonTemp)) { in PartSysCapAndOutBuffer()420 freeAfterDecodeRpcidInfo.osSysCapIndex[indexOs++] = (uint16_t)(cJsonTemp->valueint); in PartSysCapAndOutBuffer()
350 cJSON *cJsonTemp = NULL; in OutputSetMemAndPrintToFile() local374 … cJsonTemp = cJSON_GetObjectItem(freeAfterEncodeRpcidscInfo.sysCapDefine, cJsonItem->valuestring); in OutputSetMemAndPrintToFile()375 if (cJsonTemp != NULL && cJSON_IsNumber(cJsonTemp)) { in OutputSetMemAndPrintToFile()376 freeAfterEncodeRpcidscInfo.osSysCapIndex[indexOs++] = (uint16_t)(cJsonTemp->valueint); in OutputSetMemAndPrintToFile()