Home
last modified time | relevance | path

Searched refs:noticeProxy_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp59 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()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h407 std::map<sptr<IRemoteObject>, DBinderServiceStub *> noticeProxy_; variable