Searched defs:ListenerInfo (Results 1 – 1 of 1) sorted by relevance
34 struct ListenerInfo { struct35 bool called = false;36 std::set<sptr<IRemoteObject>> listenerSet;38 bool Emplace(sptr<IRemoteObject> listener) in Emplace()47 bool Find(sptr<IRemoteObject> listener) in Find()56 void Erase(sptr<IRemoteObject> listener) in Erase()61 int32_t Size() const in Size()66 bool Empty() const in Empty()