Home
last modified time | relevance | path

Searched refs:priSyscap (Results 1 – 5 of 5) sorted by relevance

/developtools/syscap_codec/test/unittest/common/
Dsyscap_codec_test.cpp86 char priSyscap[] = "Device.syscap1GEDR,Device.syscap2WREGW,Vendor." variable
94 EXPECT_TRUE(DecodePrivateSyscap(priSyscap, &priOutput, &decodePriCnt));
/developtools/syscap_codec/src/
Dsyscap_tool.c349 char *priSyscap = NULL; in OutputSetMemAndPrintToFile() local
366 priSyscap = freeAfterEncodeRpcidscInfo.priSyscapArray; in OutputSetMemAndPrintToFile()
378 ret = strcpy_s(priSyscap, SINGLE_SYSCAP_LEN, cJsonItem->valuestring); in OutputSetMemAndPrintToFile()
384 priSyscap += SINGLE_SYSCAP_LEN; in OutputSetMemAndPrintToFile()
524 int32_t GetPriSyscapData(char *input, char **priSyscap, uint32_t *priSyscapLen) in GetPriSyscapData() argument
556 *priSyscap = priSysCapOut; in GetPriSyscapData()
562 char **priSyscap, uint32_t *priSyscapLen) in SeparateSyscapFromString() argument
584 if (GetPriSyscapData(input, priSyscap, priSyscapLen) != 0) { in SeparateSyscapFromString()
Dcreate_pcid.c160 int32_t GetOsAndPriSyscapSize(const cJSON *osSyscap, const cJSON *priSyscap, in GetOsAndPriSyscapSize() argument
179 if (priSyscap != NULL && cJSON_IsArray(priSyscap)) { in GetOsAndPriSyscapSize()
180 ret = cJSON_GetArraySize(priSyscap); in GetOsAndPriSyscapSize()
186 } else if (priSyscap == NULL) { in GetOsAndPriSyscapSize()
/developtools/syscap_codec/include/
Dsyscap_tool.h43 char **priSyscap, uint32_t *priSyscapLen);
/developtools/syscap_codec/interfaces/inner_api/
Dsyscap_interface.c63 char *priSyscap; member
409 freeAfterDecodeRpcidInfo.priSyscap = priSyscapArray; in PartSysCapAndOutBuffer()
422 … ret = strcpy_s(freeAfterDecodeRpcidInfo.priSyscap, SINGLE_SYSCAP_LEN, cJsonItem->valuestring); in PartSysCapAndOutBuffer()
439 free(freeAfterDecodeRpcidInfo.priSyscap); in FreeAfterDecodeRpcidToString()
476 freeAfterDecodeRpcidInfo.priSyscap = NULL; in DecodeRpcidToStringFormat()