Searched defs:ListenerInfo (Results 1 – 3 of 3) sorted by relevance
33 struct ListenerInfo { struct34 bool called = false;35 std::set<sptr<IRemoteObject>> listenerSet;37 bool Emplace(sptr<IRemoteObject> listener) in Emplace()43 bool Find(const sptr<IRemoteObject> listener) in Find()52 void Erase(sptr<IRemoteObject> listener) in Erase()57 int32_t Size() const in Size()62 bool Empty() const in Empty()
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()