Home
last modified time | relevance | path

Searched refs:TransProxyObjectRefCount (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service_skeleton.h72 virtual int TransProxyObjectRefCount(sptr<IRemoteObject> &transObject, int operation) = 0;
158 int TransProxyObjectRefCount(sptr<IRemoteObject> &transObject, int operation) override;
H A Ddbinder_test_service.h34 int TransProxyObjectRefCount(sptr<IRemoteObject> &transObject, int operation) override;
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service.cpp121 int DBinderTestService::TransProxyObjectRefCount(sptr<IRemoteObject> &transObject, int operation) in TransProxyObjectRefCount() function in OHOS::DBinderTestService
H A Ddbinder_distributed_test.cpp1574 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);
H A Ddbinder_test_service_skeleton.cpp88 int DBinderTestServiceProxy::TransProxyObjectRefCount(sptr<IRemoteObject> &transObject, int operati… in TransProxyObjectRefCount() function in OHOS::DBinderTestServiceProxy