Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h103 std::map<uint32_t, std::set<std::string>> eventsInfo_; member
111 auto itEventList = eventsInfo_.find(type); in Match()
112 if (itEventList != eventsInfo_.end()) { in Match()
132 std::unordered_set<std::string> eventsInfo_; member
144 if (eventsInfo_.find(eventName) != eventsInfo_.end()) { in Match()
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp1007 data->eventsInfo_.insert(eventNames.begin(), eventNames.end()); in AddDispatchInfo()
1027 auto it = data->eventsInfo_.find(type); in AddListenerInfo()
1028 if (it != data->eventsInfo_.end()) { in AddListenerInfo()
1031 data->eventsInfo_[type] = eventNames; in AddListenerInfo()