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