Lines Matching refs:frontendConf
547 void FrontendTests::tuneTest(FrontendConfig frontendConf) { in tuneTest() argument
549 getFrontendIdByType(frontendConf.type, feId); in tuneTest()
553 if (frontendConf.canConnectToCiCam) { in tuneTest()
554 ASSERT_TRUE(linkCiCam(frontendConf.ciCamId)); in tuneTest()
555 ASSERT_TRUE(removeOutputPid(frontendConf.removePid)); in tuneTest()
556 ASSERT_TRUE(unlinkCiCam(frontendConf.ciCamId)); in tuneTest()
558 ASSERT_TRUE(tuneFrontend(frontendConf, false /*testWithDemux*/)); in tuneTest()
559 verifyFrontendStatus(frontendConf.tuneStatusTypes, frontendConf.expectTuneStatuses); in tuneTest()
564 void FrontendTests::debugInfoTest(FrontendConfig frontendConf) { in debugInfoTest() argument
566 getFrontendIdByType(frontendConf.type, feId); in debugInfoTest()
570 ASSERT_TRUE(tuneFrontend(frontendConf, false /*testWithDemux*/)); in debugInfoTest()
611 void FrontendTests::scanTest(FrontendConfig frontendConf, FrontendScanType scanType) { in scanTest() argument
613 getFrontendIdByType(frontendConf.type, feId); in scanTest()
617 ASSERT_TRUE(scanFrontend(frontendConf, scanType)); in scanTest()
622 void FrontendTests::statusReadinessTest(FrontendConfig frontendConf) { in statusReadinessTest() argument
626 getFrontendIdByType(frontendConf.type, feId); in statusReadinessTest()
630 if (frontendConf.canConnectToCiCam) { in statusReadinessTest()
631 ASSERT_TRUE(linkCiCam(frontendConf.ciCamId)); in statusReadinessTest()
632 ASSERT_TRUE(removeOutputPid(frontendConf.removePid)); in statusReadinessTest()
633 ASSERT_TRUE(unlinkCiCam(frontendConf.ciCamId)); in statusReadinessTest()
636 ASSERT_TRUE(tuneFrontend(frontendConf, false /*testWithDemux*/)); in statusReadinessTest()