Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_manager.cpp39 constexpr static char JSON_KEY_COMMON_EVENTS[] = "commonEvents"; variable
287 nlohmann::json commonEventsObj = jsonObj[JSON_KEY_COMMON_EVENTS]; in ParseEvents()