Searched refs:ansSysEventFuncMap_ (Results 1 – 2 of 2) sorted by relevance
40 auto iter = ansSysEventFuncMap_.find(eventName); in SendHiSysEvent()41 if (iter == ansSysEventFuncMap_.end()) { in SendHiSysEvent()50 …ordered_map<std::string, void (*)(const EventInfo& eventInfo)> EventReport::ansSysEventFuncMap_ = { member in OHOS::Notification::EventReport
92 … static std::unordered_map<std::string, void (*)(const EventInfo &eventInfo)> ansSysEventFuncMap_; variable