Home
last modified time | relevance | path

Searched defs:DispatchInfo (Results 1 – 1 of 1) sorted by relevance

/base/hiviewdfx/hiview/core/include/
Dhiview_platform.h142 struct DispatchInfo { struct
143 std::weak_ptr<Plugin> plugin_;
144 std::unordered_set<uint8_t> typesInfo_;
145 std::unordered_set<std::string> eventsInfo_;
146 std::unordered_set<std::string> tagsInfo_;
147 std::unordered_map<std::string, DomainRule> domainsInfo_;
148 bool Match(uint8_t type, const std::string& eventName, const std::string& tag, in Match()