Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h111 auto itEventList = eventsInfo_.find(type); in Match() local
112 if (itEventList != eventsInfo_.end()) { in Match()
113 auto eventList = itEventList->second; in Match()