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.cpp102 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
151 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
188 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
227 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
270 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
320 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
326 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
345 struct HdfRemoteService *sampleService2 = servmgr->GetService(servmgr, newServName);
376 sampleService2 = servmgr->GetService(servmgr, newServName);
384 sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME);
[all …]
/test/xts/hats/hdf/manager/managerServiceTest/
Dservice_manager_hdi_test.cpp144 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME);
170 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME);
199 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME);
228 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME);
271 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME);
277 sampleService = servmgr->GetService(TEST_SERVICE_NAME);
292 auto sampleService2 = servmgr->GetService(newServName);
319 sampleService2 = servmgr->GetService(newServName);
325 sampleService = servmgr->GetService(TEST_SERVICE_NAME);
415 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME);
[all …]