Home
last modified time | relevance | path

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

/test/xts/hats/hdf/manager/managerHdiTest/
H A Dservice_manager_hdi_c_test.cpp102 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); in HWTEST_F() local
104 ASSERT_TRUE(sampleService != nullptr); in HWTEST_F()
106 bool ret = HdfRemoteServiceSetInterfaceDesc(sampleService, TEST_SERVICE_INTERFACE_DESC); in HWTEST_F()
113 ret = HdfRemoteServiceWriteInterfaceToken(sampleService, data); in HWTEST_F()
119 int status = sampleService->dispatcher->Dispatch(sampleService, SAMPLE_SERVICE_PING, data, reply); in HWTEST_F()
151 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); in HWTEST_F() local
153 ASSERT_TRUE(sampleService != nullptr); in HWTEST_F()
154 bool ret = HdfRemoteServiceSetInterfaceDesc(sampleService, TEST_SERVICE_INTERFACE_DESC); in HWTEST_F()
163 ret = HdfRemoteServiceWriteInterfaceToken(sampleService, dat in HWTEST_F()
188 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); HWTEST_F() local
227 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); HWTEST_F() local
270 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); HWTEST_F() local
320 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); HWTEST_F() local
432 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); HWTEST_F() local
499 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); HWTEST_F() local
570 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); HWTEST_F() local
627 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); HWTEST_F() local
663 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); HWTEST_F() local
704 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); HWTEST_F() local
721 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); HWTEST_F() local
738 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, TEST_SERVICE_NAME); HWTEST_F() local
879 struct HdfRemoteService *sampleService = servmgr->GetService(servmgr, NULL); HWTEST_F() local
[all...]
/test/xts/hats/hdf/manager/managerServiceTest/
H A Dservice_manager_hdi_test.cpp96 void TestSampleService(sptr<IRemoteObject>& sampleService, const sptr<IDeviceManager>& devmgr,
144 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in HWTEST_F() local
146 ASSERT_TRUE(sampleService != nullptr); in HWTEST_F()
155 int status = sampleService->SendRequest(SAMPLE_SERVICE_PING, data, reply, option); in HWTEST_F()
170 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in HWTEST_F() local
171 ASSERT_TRUE(sampleService != nullptr); in HWTEST_F()
183 int status = sampleService->SendRequest(SAMPLE_SERVICE_CALLBACK, data, reply, option); in HWTEST_F()
199 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in HWTEST_F() local
200 ASSERT_TRUE(sampleService != nullptr); in HWTEST_F()
210 int status = sampleService in HWTEST_F()
228 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); HWTEST_F() local
271 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); HWTEST_F() local
415 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); HWTEST_F() local
424 TestSampleService(sptr<IRemoteObject>& sampleService, const sptr<IDeviceManager>& devmgr, const sptr<IServiceManager>& servmgr) TestSampleService() argument
489 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); HWTEST_F() local
516 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); HWTEST_F() local
582 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); HWTEST_F() local
623 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); HWTEST_F() local
666 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); HWTEST_F() local
711 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); HWTEST_F() local
825 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); HWTEST_F() local
907 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); HWTEST_F() local
966 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); HWTEST_F() local
[all...]
/test/xts/hats/hdf/manager/managerBenchmarkTest/
H A Dhdf_manager_benchmark_test.cpp61 void TestSampleService(sptr<IRemoteObject>& sampleService, const sptr<IDeviceManager>& devmgr,
112 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in BENCHMARK_F() local
113 ASSERT_TRUE(sampleService != nullptr); in BENCHMARK_F()
124 status = sampleService->SendRequest(SAMPLE_SERVICE_PING, data, reply, option); in BENCHMARK_F()
141 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in BENCHMARK_F() local
143 sampleService = servmgr->GetService(TEST_SERVICE_NAME); in BENCHMARK_F()
145 ASSERT_TRUE(sampleService != nullptr); in BENCHMARK_F()
157 status = sampleService->SendRequest(SAMPLE_SERVICE_CALLBACK, data, reply, option); in BENCHMARK_F()
179 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); in BENCHMARK_F() local
180 ASSERT_TRUE(sampleService in BENCHMARK_F()
256 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); BENCHMARK_F() local
385 auto sampleService = servmgr->GetService(TEST_SERVICE_NAME); BENCHMARK_F() local
[all...]

Completed in 3 milliseconds