Searched refs:sampleService2 (Results 1 - 3 of 3) sorted by relevance
/test/xts/hats/hdf/manager/managerBenchmarkTest/ |
H A D | hdf_manager_benchmark_test.cpp | 202 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 D | service_manager_hdi_c_test.cpp | 345 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 D | service_manager_hdi_test.cpp | 292 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