Home
last modified time | relevance | path

Searched refs:JSON_KEY_EVENTS (Results 1 - 1 of 1) sorted by relevance

/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_manager.cpp42 constexpr static char JSON_KEY_EVENTS[] = "events"; member
309 if (commonEventObj[JSON_KEY_EVENTS].is_null() || !commonEventObj[JSON_KEY_EVENTS].is_array() || in ParseEvents()
310 commonEventObj[JSON_KEY_EVENTS].empty()) { in ParseEvents()
315 for (auto e : commonEventObj[JSON_KEY_EVENTS]) { in ParseEvents()

Completed in 2 milliseconds