Home
last modified time | relevance | path

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

/test/xts/hats/hdf/manager/managerServiceTest/
H A Dservice_manager_hdi_test.cpp48 static constexpr const char *TEST_SERVICE_NAME = "sample_driver_service"; member
67 (void)TEST_SERVICE_NAME; in SetUpTestCase()
80 devmgr->LoadDevice(TEST_SERVICE_NAME); in SetUpTestCase()
90 devmgr->UnloadDevice(TEST_SERVICE_NAME); in TearDownTestCase()
144 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in HWTEST_F()
170 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in HWTEST_F()
199 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in HWTEST_F()
228 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in HWTEST_F()
266 devmgr->UnloadDevice(TEST_SERVICE_NAME); in HWTEST_F()
271 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in HWTEST_F()
[all...]
/test/xts/hats/hdf/manager/managerHdiTest/
H A Dservice_manager_hdi_c_test.cpp37 static constexpr const char *TEST_SERVICE_NAME = "sample_driver_service"; member
50 (void)TEST_SERVICE_NAME; in SetUpTestCase()
60 devmgr->LoadDevice(devmgr, TEST_SERVICE_NAME); in SetUpTestCase()
69 devmgr->UnloadDevice(devmgr, TEST_SERVICE_NAME); in TearDownTestCase()
102 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); in HWTEST_F()
151 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); in HWTEST_F()
188 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); in HWTEST_F()
227 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); in HWTEST_F()
270 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); in HWTEST_F()
315 devmgr->UnloadDevice(devmgr, TEST_SERVICE_NAME); in HWTEST_F()
[all...]
/test/xts/hats/hdf/manager/managerBenchmarkTest/
H A Dhdf_manager_benchmark_test.cpp50 static constexpr const char *TEST_SERVICE_NAME = "sample_driver_service"; variable
71 devmgr->LoadDevice(TEST_SERVICE_NAME); in SetUp()
79 devmgr->UnloadDevice(TEST_SERVICE_NAME); in TearDown()
112 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in BENCHMARK_F()
141 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in BENCHMARK_F()
143 sampleService = servmgr->GetService(TEST_SERVICE_NAME); in BENCHMARK_F()
174 devmgr->UnloadDevice(TEST_SERVICE_NAME); in BENCHMARK_F()
179 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in BENCHMARK_F()
183 ret = devmgr->LoadDevice(TEST_SERVICE_NAME); in BENCHMARK_F()
187 sampleService = servmgr->GetService(TEST_SERVICE_NAME); in BENCHMARK_F()
[all...]

Completed in 3 milliseconds