Searched refs:osSysCapIndex (Results 1 – 2 of 2) sorted by relevance
| /developtools/syscap_codec/src/ |
| D | syscap_tool.c | 65 uint16_t *osSysCapIndex; member 355 (void)memset_s(freeAfterEncodeRpcidscInfo.osSysCapIndex, sizeof(uint16_t) * sysCapArraySize, in OutputSetMemAndPrintToFile() 376 freeAfterEncodeRpcidscInfo.osSysCapIndex[indexOs++] = (uint16_t)(cJsonTemp->valueint); in OutputSetMemAndPrintToFile() 393 if (SetOsSysCapBitMap(osOutUint, 120, freeAfterEncodeRpcidscInfo.osSysCapIndex, indexOs) != 0) { in OutputSetMemAndPrintToFile() 408 free(freeAfterEncodeRpcidscInfo.osSysCapIndex); in FreeAfterEncodeRpcidsc() 415 free(freeAfterEncodeRpcidscInfo.osSysCapIndex); in FreeAfterEncodeRpcidsc() 421 free(freeAfterEncodeRpcidscInfo.osSysCapIndex); in FreeAfterEncodeRpcidsc() 450 freeAfterEncodeRpcidscInfo.osSysCapIndex = NULL; in EncodeRpcidscToString() 485 … freeAfterEncodeRpcidscInfo.osSysCapIndex = (uint16_t *)malloc(sizeof(uint16_t) * sysCapArraySize); in EncodeRpcidscToString() 486 if (freeAfterEncodeRpcidscInfo.osSysCapIndex == NULL) { in EncodeRpcidscToString()
|
| /developtools/syscap_codec/interfaces/inner_api/ |
| D | syscap_interface.c | 67 uint16_t *osSysCapIndex; member 341 freeAfterDecodeRpcidInfo.osSysCapIndex = (uint16_t *)malloc(sizeof(uint16_t) in TransStringFormatAndSaveSyscap() 343 if (freeAfterDecodeRpcidInfo.osSysCapIndex == NULL) { in TransStringFormatAndSaveSyscap() 359 …if (SetOsSysCapBitMap(osOutUint, 120, freeAfterDecodeRpcidInfo.osSysCapIndex, indexOs)) { // 120,… in PrintResultToOutBuffer() 420 freeAfterDecodeRpcidInfo.osSysCapIndex[indexOs++] = (uint16_t)(cJsonTemp->valueint); in PartSysCapAndOutBuffer() 440 free(freeAfterDecodeRpcidInfo.osSysCapIndex); in FreeAfterDecodeRpcidToString() 446 free(freeAfterDecodeRpcidInfo.osSysCapIndex); in FreeAfterDecodeRpcidToString() 477 freeAfterDecodeRpcidInfo.osSysCapIndex = 0; in DecodeRpcidToStringFormat() 500 … (void)memset_s(freeAfterDecodeRpcidInfo.osSysCapIndex, sizeof(uint16_t) * freeAfterDecodeRpcidInfo in DecodeRpcidToStringFormat()
|