Searched defs:staticInfos (Results 1 – 2 of 2) sorted by relevance
178 cJSON* staticInfos = cJSON_GetObjectItem(staticInfoJson, STATIC_INFO.c_str()); in GetLatestStaticInfoJson() local203 cJSON* staticInfos = cJSON_GetObjectItem(staticInfoJson, STATIC_INFO.c_str()); in GetStaticInfoJsonByVersion() local
434 cJSON *staticInfos = cJSON_CreateArray(); variable