Searched refs:TransProxyObject (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/ipc/services/dbinder/test/distributedtest/include/ |
H A D | dbinder_test_service.h | 32 int TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep,
|
H A D | dbinder_test_service_skeleton.h | 70 virtual int TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, 154 int TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep,
|
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_distributed_test.cpp | 381 remoteTestService->TransProxyObject(2019, object, OHOS::DBinderTestServiceProxy::NOT_SAVE, reply, withdrawRes); in HWTEST_F() 421 remoteTestService->TransProxyObject(2019, object, OHOS::DBinderTestServiceProxy::NOT_SAVE, reply, withdrawRes); in HWTEST_F() 427 remoteTestService->TransProxyObject(2019, object2, OHOS::DBinderTestServiceProxy::NOT_SAVE, reply, withdrawRes); in HWTEST_F() 464 int result = remoteTestService->TransProxyObject(2019, object, DBinderTestServiceProxy::SAVE, reply, withdrawRes); in HWTEST_F() 469 result = remoteTestService->TransProxyObject(2019, object, DBinderTestServiceProxy::WITHDRAW, reply, withdrawRes); in HWTEST_F() 508 remoteTestService->TransProxyObject(2019, object, DBinderTestServiceProxy::NOT_SAVE, reply, withdrawRes); in HWTEST_F() 547 remoteTestService->TransProxyObject(2019, object, DBinderTestServiceProxy::NOT_SAVE, reply, withdrawRes); in HWTEST_F()
|
H A D | dbinder_test_service.cpp | 114 int DBinderTestService::TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, in TransProxyObject() function in OHOS::DBinderTestService
|
H A D | dbinder_test_service_skeleton.cpp | 70 int DBinderTestServiceProxy::TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, in TransProxyObject() function in OHOS::DBinderTestServiceProxy
|
Completed in 6 milliseconds