Home
last modified time | relevance | path

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

/developtools/syscap_codec/interfaces/inner_api/
Dsyscap_interface.c404 cJSON *cJsonTemp = NULL; in PartSysCapAndOutBuffer() local
418cJsonTemp = 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()
/developtools/syscap_codec/src/
Dsyscap_tool.c350 cJSON *cJsonTemp = NULL; in OutputSetMemAndPrintToFile() local
374cJsonTemp = 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()