Home
last modified time | relevance | path

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

/test/xts/hats/hdf/manager/managerBenchmarkTest/
Dhdf_manager_benchmark_test.cpp112 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in BENCHMARK_F()
137 BENCHMARK_F(ManagerBenchmarkTest, GetService)(benchmark::State &st) in BENCHMARK_F() argument
141 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in BENCHMARK_F()
143 sampleService = servmgr->GetService(TEST_SERVICE_NAME); in BENCHMARK_F()
161 BENCHMARK_REGISTER_F(ManagerBenchmarkTest, GetService)->Iterations(100)->
179 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in BENCHMARK_F()
187 sampleService = servmgr->GetService(TEST_SERVICE_NAME); in BENCHMARK_F()
202 auto sampleService2 = servmgr->GetService(newServName); in BENCHMARK_F()
229 sampleService2 = servmgr->GetService(newServName); in BENCHMARK_F()
235 sampleService = servmgr->GetService(TEST_SERVICE_NAME); in BENCHMARK_F()
[all …]
/test/xts/hats/hdf/manager/managerHdiTest/
Dservice_manager_hdi_c_test.cpp83 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
132 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
169 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
208 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
251 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
301 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
307 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
326 struct HdfRemoteService *sampleService2 = servmgr->GetService(servmgr, newServName);
357 sampleService2 = servmgr->GetService(servmgr, newServName);
365 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
[all …]
/test/xts/hats/hdf/manager/managerServiceTest/
Dservice_manager_hdi_test.cpp124 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME);
150 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME);
179 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME);
208 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME);
251 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME);
257 sampleService = servmgr->GetService(TEST_SERVICE_NAME);
272 auto sampleService2 = servmgr->GetService(newServName);
299 sampleService2 = servmgr->GetService(newServName);
305 sampleService = servmgr->GetService(TEST_SERVICE_NAME);
393 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME);
[all …]