Searched refs:cesSysEventFuncMap_ (Results 1 – 2 of 2) sorted by relevance
37 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
78 … static std::unordered_map<std::string, void (*)(const EventInfo &eventInfo)> cesSysEventFuncMap_; variable