Home
last modified time | relevance | path

Searched refs:TransProxyObject (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service.h32 int TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep,
H A Ddbinder_test_service_skeleton.h70 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 Ddbinder_distributed_test.cpp381 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 Ddbinder_test_service.cpp114 int DBinderTestService::TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, in TransProxyObject() function in OHOS::DBinderTestService
H A Ddbinder_test_service_skeleton.cpp70 int DBinderTestServiceProxy::TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, in TransProxyObject() function in OHOS::DBinderTestServiceProxy

Completed in 6 milliseconds