Home
last modified time | relevance | path

Searched refs:cJsonItem (Results 1 - 2 of 2) sorted by relevance

/developtools/syscap_codec/interfaces/inner_api/
H A Dsyscap_interface.c424 cJSON *cJsonItem = cJSON_GetArrayItem(sysCapArray, i); in PartSysCapAndOutBuffer() local
425 if (cJsonItem->valuestring == NULL) { in PartSysCapAndOutBuffer()
426 cJSON_Delete(cJsonItem); in PartSysCapAndOutBuffer()
430 cJsonTemp = cJSON_GetObjectItem(freeAfterDecodeRpcidInfo.sysCapDefine, cJsonItem->valuestring); in PartSysCapAndOutBuffer()
434 ret = strcpy_s(freeAfterDecodeRpcidInfo.priSyscap, SINGLE_SYSCAP_LEN, cJsonItem->valuestring); in PartSysCapAndOutBuffer()
/developtools/syscap_codec/src/
H A Dsyscap_tool.c399 cJSON *cJsonItem = cJSON_GetArrayItem(sysCapArray, i); in OutputSetMemAndPrintToFile() local
400 if (cJsonItem->valuestring == NULL) { in OutputSetMemAndPrintToFile()
403 cJsonTemp = cJSON_GetObjectItem(freeAfterEncodeRpcidscInfo.sysCapDefine, cJsonItem->valuestring); in OutputSetMemAndPrintToFile()
407 ret = strcpy_s(priSyscap, SINGLE_SYSCAP_LEN, cJsonItem->valuestring); in OutputSetMemAndPrintToFile()

Completed in 3 milliseconds