Home
last modified time | relevance | path

Searched refs:stubRep (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service.h37 int TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, int &stubRep) override;
H A Ddbinder_test_service_skeleton.h75 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 Ddbinder_test_service.cpp134 int DBinderTestService::TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, int &stubRep) in TransStubObject() argument
H A Ddbinder_test_service_skeleton.cpp122 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