Searched refs:commonEventsObj (Results 1 – 1 of 1) sorted by relevance
287 nlohmann::json commonEventsObj = jsonObj[JSON_KEY_COMMON_EVENTS]; in ParseEvents() local288 if (commonEventsObj.is_null() || !commonEventsObj.is_array() || commonEventsObj.empty()) { in ParseEvents()292 for (auto commonEventObj : commonEventsObj) { in ParseEvents()