Searched refs:capItem (Results 1 – 1 of 1) sorted by relevance
108 cJSON *capItem = cJSON_GetObjectItem(curItem, "capability"); in GetCaps() local109 if (!cJSON_IsArray(capItem)) { in GetCaps()115 int capsCnt = cJSON_GetArraySize(capItem); in GetCaps()133 cJSON *capJ = cJSON_GetArrayItem(capItem, i); in GetCaps()