Searched refs:sample1Service (Results 1 – 2 of 2) sorted by relevance
734 auto sample1Service = servmgr->GetService(TEST1_SERVICE_NAME); variable735 ASSERT_TRUE(sample1Service != nullptr);782 auto sample1Service = servmgr->GetService(TEST1_SERVICE_NAME); variable787 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); variable841 while (sample1Service == nullptr && cnt < waitCount) {843 sample1Service = servmgr->GetService(TEST1_SERVICE_NAME);[all …]
669 struct HdfRemoteService *sample1Service = servmgr->GetService(servmgr, TEST1_SERVICE_NAME); variable670 ASSERT_TRUE(sample1Service == nullptr);681 sample1Service = servmgr->GetService(servmgr, TEST1_SERVICE_NAME);682 ASSERT_TRUE(sample1Service != nullptr);