Searched defs:ListenerInfo (Results 1 – 1 of 1) sorted by relevance
113 struct ListenerInfo { struct114 std::weak_ptr<EventListener> listener_;115 std::vector<uint32_t> messageTypes_;116 std::map<uint32_t, std::set<std::string>> eventsInfo_;117 std::map<uint32_t, std::map<std::string, DomainRule>> domainsInfo_;118 bool Match(uint32_t type, const std::string& eventName, const std::string& domain) in Match()