Searched refs:noticeProxy_ (Results 1 – 2 of 2) sorted by relevance
59 noticeProxy_.clear(); in ~DBinderService()1164 return (noticeProxy_.erase(object) > 0); in DetachCallbackProxy()1171 …auto result = noticeProxy_.insert(std::pair<sptr<IRemoteObject>, DBinderServiceStub *>(object, dbS… in AttachCallbackProxy()1200 for (auto it = noticeProxy_.begin(); it != noticeProxy_.end();) { in ProcessCallbackProxy()1221 it = noticeProxy_.erase(it); in ProcessCallbackProxy()
407 std::map<sptr<IRemoteObject>, DBinderServiceStub *> noticeProxy_; variable