Home
last modified time | relevance | path

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

/developtools/syscap_codec/src/
Dsyscap_tool.c78 cJSON *apiVerItem = NULL; in FillOsCapLength() local
82 apiVerItem = cJSON_GetObjectItem(gJsonObjectSysCap.cjsonObjectRoot, "api_version"); in FillOsCapLength()
83 if (apiVerItem == NULL || !cJSON_IsNumber(apiVerItem)) { in FillOsCapLength()
87 headPtr->apiVersion = HtonsInter((uint16_t)apiVerItem->valueint); in FillOsCapLength()