Searched refs:TransStubObjectRefCount (Results 1 – 5 of 5) sorted by relevance
76 virtual int TransStubObjectRefCount(sptr<IRemoteObject> &transObject, int operation) = 0;161 int TransStubObjectRefCount(sptr<IRemoteObject> &transObject, int operation) override;
38 int TransStubObjectRefCount(sptr<IRemoteObject> &transObject, int operation) override;
141 int DBinderTestService::TransStubObjectRefCount(sptr<IRemoteObject> &transObject, int operation) in TransStubObjectRefCount() function in OHOS::DBinderTestService
1518 int result = proxy->TransStubObjectRefCount(object, IDBinderTestService::SAVE);1522 result = proxy2->TransStubObjectRefCount(object, IDBinderTestService::SAVE);1526 result = proxy->TransStubObjectRefCount(object, IDBinderTestService::WITHDRAW);1530 result = proxy2->TransStubObjectRefCount(object, IDBinderTestService::WITHDRAW);
162 int DBinderTestServiceProxy::TransStubObjectRefCount(sptr<IRemoteObject> &transObject, int operatio… in TransStubObjectRefCount() function in OHOS::DBinderTestServiceProxy