Searched refs:stubRep (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/ipc/services/dbinder/test/distributedtest/include/ |
H A D | dbinder_test_service.h | 37 int TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, int &stubRep) override;
|
H A D | dbinder_test_service_skeleton.h | 75 virtual int TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, int &stubRep) = 0; 159 int TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, int &stubRep) override;
|
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_test_service.cpp | 134 int DBinderTestService::TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, int &stubRep) in TransStubObject() argument
|
H A D | dbinder_test_service_skeleton.cpp | 122 int DBinderTestServiceProxy::TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, int &stubRep) in TransStubObject() argument 158 stubRep = replyStubParcel.ReadInt32(); in TransStubObject()
|
Completed in 3 milliseconds