Searched refs:TransStubObject (Results 1 - 5 of 5) 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() function in OHOS::DBinderTestService
|
H A D | dbinder_test_service_skeleton.cpp | 122 int DBinderTestServiceProxy::TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, int &stubRep) in TransStubObject() function in OHOS::DBinderTestServiceProxy
|
H A D | dbinder_distributed_test.cpp | 1136 int result = remoteTestService->TransStubObject(2019, object, reply, stubReply); in HWTEST_F()
|
Completed in 6 milliseconds