Lines Matching defs:item
138 cJSON* item = screens->child;
139 while (item != nullptr) {
140 cJSON* screenIdJson = cJSON_GetObjectItem(item, "cust.bootanimation.screen_id");
145 cJSON* custPicPath = cJSON_GetObjectItem(item, "cust.bootanimation.pics");
150 cJSON* custSoundPath = cJSON_GetObjectItem(item, "cust.bootanimation.sounds");
155 cJSON* custVideoDefaultPath = cJSON_GetObjectItem(item, "cust.bootanimation.video_default");
160 cJSON* rotateDegreeJson = cJSON_GetObjectItem(item, "cust.bootanimation.rotate_degree");
165 cJSON* extraVideoPath = cJSON_GetObjectItem(item, "cust.bootanimation.video_extensions");
170 item = item->next;