Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp57 proxyObject_.clear(); in ~DBinderService()
1082 return (proxyObject_.erase(binderObject) > 0); in DetachProxyObject()
1089 auto result = proxyObject_.insert(std::pair<int, sptr<IRemoteObject>>(binderObject, object)); in AttachProxyObject()
1097 auto it = proxyObject_.find(binderObject); in QueryProxyObject()
1098 if (it != proxyObject_.end()) { in QueryProxyObject()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h405 std::map<int, sptr<IRemoteObject>> proxyObject_; variable