Home
last modified time | relevance | path

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

/base/notification/common_event_service/services/src/
Dstatic_subscriber_manager.cpp38 constexpr static char JSON_KEY_COMMON_EVENTS[] = "commonEvents"; variable
236 nlohmann::json commonEventsObj = jsonObj[JSON_KEY_COMMON_EVENTS]; in ParseEvents()