Searched refs:jsonInterfaces (Results 1 – 1 of 1) sorted by relevance
51 cJSON *jsonInterfaces = cJSON_GetObjectItem(config, "interfaces"); in USBConfig() local52 if (jsonInterfaces != nullptr) { in USBConfig()53 for (int i = 0; i < cJSON_GetArraySize(jsonInterfaces); i++) { in USBConfig()54 cJSON *jsonInterface = cJSON_GetArrayItem(jsonInterfaces, i); in USBConfig()