Home
last modified time | relevance | path

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

/developtools/syscap_codec/src/
Dsyscap_tool.c58 cJSON *cjsonObjectRoot; member
82 apiVerItem = cJSON_GetObjectItem(gJsonObjectSysCap.cjsonObjectRoot, "api_version"); in FillOsCapLength()
141 gJsonObjectSysCap.cjsonObjectRoot = NULL; in RPCIDEncode()
150 gJsonObjectSysCap.cjsonObjectRoot = cJSON_ParseWithLength(contextBuffer, bufferLen); in RPCIDEncode()
151 if (gJsonObjectSysCap.cjsonObjectRoot == NULL) { in RPCIDEncode()
156 gJsonObjectSysCap.sysCapPtr = cJSON_GetObjectItem(gJsonObjectSysCap.cjsonObjectRoot, "syscap"); in RPCIDEncode()