Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
H A Dservice_manager_hdi_test.cpp734 auto sample1Service = servmgr->GetService(TEST1_SERVICE_NAME); variable
735 ASSERT_TRUE(sample1Service != nullptr);
782 auto sample1Service = servmgr->GetService(TEST1_SERVICE_NAME); variable
787 while (sample1Service == nullptr && cnt < waitCount) {
789 sample1Service = servmgr->GetService(TEST1_SERVICE_NAME);
792 ASSERT_TRUE(sample1Service != nullptr);
806 sample1Service = servmgr->GetService(TEST1_SERVICE_NAME);
836 auto sample1Service = servmgr->GetService(TEST1_SERVICE_NAME); variable
841 while (sample1Service == nullptr && cnt < waitCount) {
843 sample1Service = servmgr->GetService(TEST1_SERVICE_NAME);
[all …]
H A Dservice_manager_hdi_c_test.cpp669 struct HdfRemoteService *sample1Service = servmgr->GetService(servmgr, TEST1_SERVICE_NAME); variable
670 ASSERT_TRUE(sample1Service == nullptr);
681 sample1Service = servmgr->GetService(servmgr, TEST1_SERVICE_NAME);
682 ASSERT_TRUE(sample1Service != nullptr);