Searched refs:TransProxyObjectRefCount (Results 1 – 5 of 5) sorted by relevance
72 virtual int TransProxyObjectRefCount(sptr<IRemoteObject> &transObject, int operation) = 0;158 int TransProxyObjectRefCount(sptr<IRemoteObject> &transObject, int operation) override;
34 int TransProxyObjectRefCount(sptr<IRemoteObject> &transObject, int operation) override;
121 int DBinderTestService::TransProxyObjectRefCount(sptr<IRemoteObject> &transObject, int operation) in TransProxyObjectRefCount() function in OHOS::DBinderTestService
1574 int result = proxy2->TransProxyObjectRefCount(remoteObject, IDBinderTestService::SAVE);1578 result = proxy->TransProxyObjectRefCount(remoteObject2, IDBinderTestService::SAVE);1582 result = proxy2->TransProxyObjectRefCount(remoteObject, IDBinderTestService::WITHDRAW);1586 result = proxy->TransProxyObjectRefCount(remoteObject2, IDBinderTestService::WITHDRAW);
88 int DBinderTestServiceProxy::TransProxyObjectRefCount(sptr<IRemoteObject> &transObject, int operati… in TransProxyObjectRefCount() function in OHOS::DBinderTestServiceProxy