Lines Matching full:fcm
195 // Set of framework matrices of different FCM version.
325 // Set of framework matrices of different FCM version with regex.
373 // Set of metadata at different FCM version that has requirements
804 auto fcm = vintfObject->getFrameworkCompatibilityMatrix(); in TEST_F() local
805 ASSERT_NE(nullptr, fcm); in TEST_F()
810 fcm->forEachHidlInstance([&found, &expectInstance](const auto& matrixInstance) { in TEST_F()
815 << toXml(*fcm); in TEST_F()
1832 // Set of framework matrices of different FCM version with <kernel>.
2029 // Kernel FCM lower than target FCM in KernelTestParamValues()
2069 // Kernel FCM lower than target FCM in KernelTestParamValues()
2086 // We don't have device FCM 6 in systemMatrixKernelXmls, skip in KernelTestParamValues()
2095 // Devices launching O~Q: Must not use *-r+ kernels without specifying kernel FCM version in RKernelTestParamValues()
2101 // Devices launching R: may use r kernel without specifying kernel FCM version because in RKernelTestParamValues()
2105 // May use *-r+ kernels with kernel FCM version in RKernelTestParamValues()
2138 // Kernel FCM version R: may use 4.19-stable and android12-5.4 in GkiKernelTestParamValues()
2144 // Kernel FCM version S: may not use android13-5.10. in GkiKernelTestParamValues()
2149 // Kernel FCM version T: may not use android14-5.15. in GkiKernelTestParamValues()
2394 // If no target FCM version, it is treated as an infinitely old device in TEST_F()
2444 // Set of OEM FCM matrices at different FCM version.
2482 Instances GetInstances(const CompatibilityMatrix* fcm) { in GetInstances() argument
2484 fcm->forEachHidlInstance([&instances](const auto& matrixInstance) { in GetInstances()
2503 auto fcm = vintfObject->getFrameworkCompatibilityMatrix(); in TEST_P() local
2504 ASSERT_NE(nullptr, fcm); in TEST_P()
2505 auto instances = GetInstances(fcm.get()); in TEST_P()