Searched defs:ListenerInfo (Results 1 – 3 of 3) sorted by relevance
87 struct ListenerInfo { struct102 std::map<OHOS::sptr<OHOS::IRemoteObject>, ListenerInfo> registeredListeners_; argument
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()