Home
last modified time | relevance | path

Searched refs:sample1Service (Results 1 - 2 of 2) sorted by relevance

/test/xts/hats/hdf/manager/managerServiceTest/
H A Dservice_manager_hdi_test.cpp827 auto sample1Service = servmgr->GetService(TEST1_SERVICE_NAME); in HWTEST_F() local
828 ASSERT_TRUE(sample1Service != nullptr); in HWTEST_F()
893 auto sample1Service = servmgr->GetService(TEST1_SERVICE_NAME); in HWTEST_F() local
898 while (sample1Service == nullptr && cnt < waitCount) { in HWTEST_F()
900 sample1Service = servmgr->GetService(TEST1_SERVICE_NAME); in HWTEST_F()
903 ASSERT_TRUE(sample1Service != nullptr); in HWTEST_F()
917 sample1Service = servmgr->GetService(TEST1_SERVICE_NAME); in HWTEST_F()
953 auto sample1Service = servmgr->GetService(TEST1_SERVICE_NAME); in HWTEST_F() local
958 while (sample1Service == nullptr && cnt < waitCount) { in HWTEST_F()
960 sample1Service in HWTEST_F()
[all...]
/test/xts/hats/hdf/manager/managerHdiTest/
H A Dservice_manager_hdi_c_test.cpp665 struct HdfRemoteService *sample1Service = servmgr->GetService(servmgr, TEST1_SERVICE_NAME); in HWTEST_F() local
666 ASSERT_TRUE(sample1Service == nullptr); in HWTEST_F()
677 sample1Service = servmgr->GetService(servmgr, TEST1_SERVICE_NAME); in HWTEST_F()
678 ASSERT_TRUE(sample1Service != nullptr); in HWTEST_F()

Completed in 4 milliseconds