Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_manager.cpp287 nlohmann::json commonEventsObj = jsonObj[JSON_KEY_COMMON_EVENTS]; in ParseEvents() local
288 if (commonEventsObj.is_null() || !commonEventsObj.is_array() || commonEventsObj.empty()) { in ParseEvents()
292 for (auto commonEventObj : commonEventsObj) { in ParseEvents()