Home
last modified time | relevance | path

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

/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp781 * @tc.steps: step6.Get a proxy (called testService2) from remote server. in HWTEST_F()
787 sptr<IDBinderTestService> testService2 = iface_cast<IDBinderTestService>(object2); in HWTEST_F() local
788 ASSERT_TRUE(testService2 != nullptr); in HWTEST_F()
795 int res = testService2->ReverseInt(2019, reply); in HWTEST_F()
802 testService2 = nullptr; in HWTEST_F()
1292 * @tc.steps: step8.Get a proxy (called testService2) from remote server. in HWTEST_F()
1296 sptr<IDBinderTestService> testService2; in HWTEST_F() local
1297 GetRemoteObjectAndCheck(object2, testService2, serverId_); in HWTEST_F()
1303 ExecuteReverseIntAndCheck(testService2, 2019, 9102); in HWTEST_F()
1308 testService2 in HWTEST_F()
[all...]

Completed in 2 milliseconds