Searched refs:sysEventFuncMap_ (Results 1 – 2 of 2) sorted by relevance
35 std::unordered_map<std::string, void (*)(const EventInfo &eventInfo)> EventReport::sysEventFuncMap_… member in OHOS::Media::Effect::EventReport106 auto iter = sysEventFuncMap_.find(eventName); in ReportHiSysEvent()107 if (iter == sysEventFuncMap_.end()) { in ReportHiSysEvent()
72 static std::unordered_map<std::string, void (*)(const EventInfo &eventInfo)> sysEventFuncMap_; variable