Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/src/
H A Devent_report.cpp39 auto iter = cesSysEventFuncMap_.find(eventName); in SendHiSysEvent()
40 if (iter == cesSysEventFuncMap_.end()) { in SendHiSysEvent()
49 …ordered_map<std::string, void (*)(const EventInfo& eventInfo)> EventReport::cesSysEventFuncMap_ = { member in OHOS::EventFwk::EventReport
/ohos5.0/base/notification/common_event_service/services/include/
H A Devent_report.h83 … static std::unordered_map<std::string, void (*)(const EventInfo &eventInfo)> cesSysEventFuncMap_; variable