Home
last modified time | relevance | path

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

/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service.h33 int &withdrawRes) override;
36 int &withdrawRes) override;
H A Ddbinder_test_service_skeleton.h71 int &withdrawRes) = 0;
74 int &withdrawRes) = 0;
155 int &withdrawRes) override;
157 int &withdrawRes) override;
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp379 int withdrawRes = 0; in HWTEST_F() local
381 remoteTestService->TransProxyObject(2019, object, OHOS::DBinderTestServiceProxy::NOT_SAVE, reply, withdrawRes); in HWTEST_F()
384 EXPECT_EQ(withdrawRes, 0); in HWTEST_F()
419 int withdrawRes = 0; in HWTEST_F() local
421 remoteTestService->TransProxyObject(2019, object, OHOS::DBinderTestServiceProxy::NOT_SAVE, reply, withdrawRes); in HWTEST_F()
424 EXPECT_EQ(withdrawRes, 0); in HWTEST_F()
427 remoteTestService->TransProxyObject(2019, object2, OHOS::DBinderTestServiceProxy::NOT_SAVE, reply, withdrawRes); in HWTEST_F()
430 EXPECT_EQ(withdrawRes, 0); in HWTEST_F()
463 int withdrawRes = 0; in HWTEST_F() local
464 int result = remoteTestService->TransProxyObject(2019, object, DBinderTestServiceProxy::SAVE, reply, withdrawRes); in HWTEST_F()
506 int withdrawRes = 0; HWTEST_F() local
545 int withdrawRes = 0; HWTEST_F() local
1474 int withdrawRes = 0; HWTEST_F() local
[all...]
H A Ddbinder_test_service.cpp115 int &withdrawRes) in TransProxyObject()
128 int &withdrawRes) in TransProxyObjectAgain()
114 TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, int &withdrawRes) TransProxyObject() argument
127 TransProxyObjectAgain(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, int &withdrawRes) TransProxyObjectAgain() argument
H A Ddbinder_test_service_skeleton.cpp71 int &withdrawRes) in TransProxyObject()
84 withdrawRes = replyParcel.ReadInt32(); in TransProxyObject()
105 int &withdrawRes) in TransProxyObjectAgain()
118 withdrawRes = replyParcel.ReadInt32(); in TransProxyObjectAgain()
70 TransProxyObject(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, int &withdrawRes) TransProxyObject() argument
104 TransProxyObjectAgain(int data, sptr<IRemoteObject> &transObject, int operation, int &rep, int &withdrawRes) TransProxyObjectAgain() argument

Completed in 5 milliseconds