Home
last modified time | relevance | path

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

/developtools/syscap_codec/src/
H A Dcreate_pcid.c104 int32_t SetPriSyscap(PCIDMain *pcidBuffer, cJSON *jsonPriSyscapObj, in SetPriSyscap() argument
110 cJSON *jsonArrayItem = cJSON_GetArrayItem(jsonPriSyscapObj, (int)i); in SetPriSyscap()
201 int32_t GetPriSyscapLen(uint32_t privateCapSize, cJSON *jsonPriSyscapObj, uint16_t *len) in GetPriSyscapLen() argument
204 cJSON *jsonArrayItem = cJSON_GetArrayItem(jsonPriSyscapObj, (int)i); in GetPriSyscapLen()
272 cJSON *jsonPriSyscapObj = cJSON_GetObjectItem(jsonSyscapObj, "private"); in CreatePCID() local
274 ret = GetOsAndPriSyscapSize(jsonOsSyscapObj, jsonPriSyscapObj, &osCapSize, &privateCapSize); in CreatePCID()
280 ret = GetPriSyscapLen(privateCapSize, jsonPriSyscapObj, &allPriSyscapStrLen); in CreatePCID()
294 ret += SetPriSyscap(pcidBuffer, jsonPriSyscapObj, privateCapSize, allPriSyscapStrLen); in CreatePCID()

Completed in 3 milliseconds