Home
last modified time | relevance | path

Searched refs:remoteTestService1 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp1235 sptr<IDBinderTestService> remoteTestService1 = iface_cast<IDBinderTestService>(proxy1); variable
1236 ASSERT_TRUE(remoteTestService1 != nullptr);
1245 ExecuteReverseIntAndCheck(remoteTestService1, 2019, 9102);
1344 sptr<IDBinderTestService> remoteTestService1 = iface_cast<IDBinderTestService>(proxy1); variable
1345 ASSERT_TRUE(remoteTestService1 != nullptr);
1355 int result = remoteTestService1->ReverseInt(2019, reply);
1366 remoteTestService1 = nullptr;
1411 sptr<IDBinderTestService> remoteTestService1 = iface_cast<IDBinderTestService>(proxy1); variable
1412 ASSERT_TRUE(remoteTestService1 != nullptr);
1422 int result = remoteTestService1->ReverseInt(2019, reply);
[all …]