Home
last modified time | relevance | path

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

/base/notification/common_event_service/services/src/
Devent_report.cpp37 auto iter = cesSysEventFuncMap_.find(eventName); in SendHiSysEvent()
38 if (iter == cesSysEventFuncMap_.end()) { in SendHiSysEvent()
47 …ordered_map<std::string, void (*)(const EventInfo& eventInfo)> EventReport::cesSysEventFuncMap_ = { member in OHOS::EventFwk::EventReport
/base/notification/common_event_service/services/include/
Devent_report.h78 … static std::unordered_map<std::string, void (*)(const EventInfo &eventInfo)> cesSysEventFuncMap_; variable