Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
Devent_report.cpp40 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
/base/notification/distributed_notification_service/services/ans/include/
Devent_report.h92 … static std::unordered_map<std::string, void (*)(const EventInfo &eventInfo)> ansSysEventFuncMap_; variable