Searched defs:transObject (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_test_service.cpp | 114 int DBinderTestService::TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation,… in TransProxyObject() 121 int DBinderTestService::TransProxyObjectRefCount(sptr<IRemoteObject> &transObject, int operation) in TransProxyObjectRefCount() 127 int DBinderTestService::TransProxyObjectAgain(int data, sptr<IRemoteObject> &transObject, int opera… in TransProxyObjectAgain() 134 int DBinderTestService::TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, int &… in TransStubObject() 141 int DBinderTestService::TransStubObjectRefCount(sptr<IRemoteObject> &transObject, int operation) in TransStubObjectRefCount()
|
H A D | dbinder_test_service_skeleton.cpp | 70 int DBinderTestServiceProxy::TransProxyObject(int data, sptr<IRemoteObject> &transObject, int opera… in TransProxyObject() 88 int DBinderTestServiceProxy::TransProxyObjectRefCount(sptr<IRemoteObject> &transObject, int operati… in TransProxyObjectRefCount() 104 int DBinderTestServiceProxy::TransProxyObjectAgain(int data, sptr<IRemoteObject> &transObject, int … in TransProxyObjectAgain() 122 int DBinderTestServiceProxy::TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, … in TransStubObject() 162 int DBinderTestServiceProxy::TransStubObjectRefCount(sptr<IRemoteObject> &transObject, int operatio… in TransStubObjectRefCount()
|