Home
last modified time | relevance | path

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

/test/xts/hats/hdf/manager/managerBenchmarkTest/
H A Dhdf_manager_benchmark_test.cpp202 auto sampleService2 = servmgr->GetService(newServName); in BENCHMARK_F() local
203 ASSERT_TRUE(sampleService2 != nullptr); in BENCHMARK_F()
212 status = sampleService2->SendRequest(SAMPLE_SERVICE_SUM, data, reply, option); in BENCHMARK_F()
218 sampleService2 = nullptr; in BENCHMARK_F()
229 sampleService2 = servmgr->GetService(newServName); in BENCHMARK_F()
230 ASSERT_TRUE(sampleService2 == nullptr); in BENCHMARK_F()
277 auto sampleService2 = servmgr->GetService(newServName); in BENCHMARK_F() local
278 ASSERT_TRUE(sampleService2 != nullptr); in BENCHMARK_F()
287 status = sampleService2->SendRequest(SAMPLE_SERVICE_SUM, data, reply, option); in BENCHMARK_F()
293 sampleService2 in BENCHMARK_F()
[all...]
/test/xts/hats/hdf/manager/managerHdiTest/
H A Dservice_manager_hdi_c_test.cpp345 struct HdfRemoteService *sampleService2 = servmgr->GetService(servmgr, newServName); in HWTEST_F() local
357 status = sampleService2->dispatcher->Dispatch(sampleService2, SAMPLE_SERVICE_SUM, data, reply); in HWTEST_F()
365 HdfRemoteServiceRecycle(sampleService2); in HWTEST_F()
376 sampleService2 = servmgr->GetService(servmgr, newServName); in HWTEST_F()
377 ASSERT_TRUE(sampleService2 == nullptr); in HWTEST_F()
/test/xts/hats/hdf/manager/managerServiceTest/
H A Dservice_manager_hdi_test.cpp292 auto sampleService2 = servmgr->GetService(newServName); in HWTEST_F() local
302 status = sampleService2->SendRequest(SAMPLE_SERVICE_SUM, data, reply, option); in HWTEST_F()
308 sampleService2 = nullptr; in HWTEST_F()
319 sampleService2 = servmgr->GetService(newServName); in HWTEST_F()
320 ASSERT_TRUE(sampleService2 == nullptr); in HWTEST_F()

Completed in 5 milliseconds