Searched defs:ListenerInfo (Results 1 – 2 of 2) sorted by relevance
46 struct ListenerInfo { struct51 bool operator==(const ListenerInfo &other) const; argument
100 struct ListenerInfo { struct101 std::weak_ptr<EventListener> listener_;102 std::vector<uint32_t> messageTypes_;103 std::map<uint32_t, std::set<std::string>> eventsInfo_;104 std::map<uint32_t, std::map<std::string, DomainRule>> domainsInfo_;105 bool Match(uint32_t type, const std::string& eventName, const std::string& domain) in Match()