Home
last modified time | relevance | path

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

/base/startup/appspawn/lite/
Dappspawn_message.c108 cJSON *capItem = cJSON_GetObjectItem(curItem, "capability"); in GetCaps() local
109 if (!cJSON_IsArray(capItem)) { in GetCaps()
115 int capsCnt = cJSON_GetArraySize(capItem); in GetCaps()
133 cJSON *capJ = cJSON_GetArrayItem(capItem, i); in GetCaps()