Lines Matching refs:feId
527 void FrontendTests::getFrontendIdByType(FrontendType feType, int32_t& feId) { in getFrontendIdByType() argument
534 feId = mFeIds[i]; in getFrontendIdByType()
537 feId = INVALID_ID; in getFrontendIdByType()
548 int32_t feId; in tuneTest() local
549 getFrontendIdByType(frontendConf.type, feId); in tuneTest()
550 ASSERT_TRUE(feId != INVALID_ID); in tuneTest()
551 ASSERT_TRUE(openFrontendById(feId)); in tuneTest()
565 int32_t feId; in debugInfoTest() local
566 getFrontendIdByType(frontendConf.type, feId); in debugInfoTest()
567 ASSERT_TRUE(feId != INVALID_ID); in debugInfoTest()
568 ASSERT_TRUE(openFrontendById(feId)); in debugInfoTest()
612 int32_t feId; in scanTest() local
613 getFrontendIdByType(frontendConf.type, feId); in scanTest()
614 ASSERT_TRUE(feId != INVALID_ID); in scanTest()
615 ASSERT_TRUE(openFrontendById(feId)); in scanTest()
623 int32_t feId; in statusReadinessTest() local
626 getFrontendIdByType(frontendConf.type, feId); in statusReadinessTest()
627 ASSERT_TRUE(feId != INVALID_ID); in statusReadinessTest()
628 ASSERT_TRUE(openFrontendById(feId)); in statusReadinessTest()
635 ASSERT_TRUE(getFrontendInfo(feId)); in statusReadinessTest()