Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h102 std::vector<uint32_t> messageTypes_; member
107 auto it = std::find(messageTypes_.begin(), messageTypes_.end(), type); in Match()
108 if (it != messageTypes_.end()) { in Match()
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp1055 data->messageTypes_.push_back(type); in AddListenerInfo()