Home
last modified time | relevance | path

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

/developtools/syscap_codec/src/
Dsyscap_tool.c66 cJSON *sysCapDefine; member
374 … cJsonTemp = cJSON_GetObjectItem(freeAfterEncodeRpcidscInfo.sysCapDefine, cJsonItem->valuestring); in OutputSetMemAndPrintToFile()
409 cJSON_Delete(freeAfterEncodeRpcidscInfo.sysCapDefine); in FreeAfterEncodeRpcidsc()
416 cJSON_Delete(freeAfterEncodeRpcidscInfo.sysCapDefine); in FreeAfterEncodeRpcidsc()
422 cJSON_Delete(freeAfterEncodeRpcidscInfo.sysCapDefine); in FreeAfterEncodeRpcidsc()
427 cJSON_Delete(freeAfterEncodeRpcidscInfo.sysCapDefine); in FreeAfterEncodeRpcidsc()
451 freeAfterEncodeRpcidscInfo.sysCapDefine = NULL; in EncodeRpcidscToString()
473 freeAfterEncodeRpcidscInfo.sysCapDefine = CreateWholeSyscapJsonObj(); in EncodeRpcidscToString()
/developtools/syscap_codec/interfaces/inner_api/
Dsyscap_interface.c65 cJSON *sysCapDefine; member
406 freeAfterDecodeRpcidInfo.sysCapDefine = CreateWholeSyscapJsonObj(); in PartSysCapAndOutBuffer()
418 … cJsonTemp = cJSON_GetObjectItem(freeAfterDecodeRpcidInfo.sysCapDefine, cJsonItem->valuestring); in PartSysCapAndOutBuffer()
441 cJSON_Delete(freeAfterDecodeRpcidInfo.sysCapDefine); in FreeAfterDecodeRpcidToString()
447 cJSON_Delete(freeAfterDecodeRpcidInfo.sysCapDefine); in FreeAfterDecodeRpcidToString()
452 cJSON_Delete(freeAfterDecodeRpcidInfo.sysCapDefine); in FreeAfterDecodeRpcidToString()
478 freeAfterDecodeRpcidInfo.sysCapDefine = NULL; in DecodeRpcidToStringFormat()