Home
last modified time | relevance | path

Searched refs:TransStubObject (Results 1 - 5 of 5) 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() function in OHOS::DBinderTestService
H A Ddbinder_test_service_skeleton.cpp122 int DBinderTestServiceProxy::TransStubObject(int data, sptr<IRemoteObject> &transObject, int &rep, int &stubRep) in TransStubObject() function in OHOS::DBinderTestServiceProxy
H A Ddbinder_distributed_test.cpp1136 int result = remoteTestService->TransStubObject(2019, object, reply, stubReply); in HWTEST_F()

Completed in 6 milliseconds