Searched refs:FRAMEWORK (Results 1 – 9 of 9) sorted by relevance
32 if (mType != SchemaType::FRAMEWORK) { in add()70 (lft.mType != SchemaType::FRAMEWORK || in operator ==()
280 if (mType == SchemaType::FRAMEWORK) { in checkCompatibility()347 if (mType == SchemaType::FRAMEWORK) { in generateCompatibleMatrix()351 matrix.mType = SchemaType::FRAMEWORK; in generateCompatibleMatrix()373 CHECK(mType == SchemaType::FRAMEWORK); in vndks()399 (lft.mType != SchemaType::FRAMEWORK || (lft.framework.mVndks == rgt.framework.mVndks)); in operator ==()
106 if (mat.mType != SchemaType::FRAMEWORK) { in checkCompatibility()
754 } else if (m.mType == SchemaType::FRAMEWORK) { in mutateNode()780 } else if (object->mType == SchemaType::FRAMEWORK) { in buildObject()861 if (m.mType == SchemaType::FRAMEWORK) { in mutateNode()880 if (object->mType == SchemaType::FRAMEWORK) { in buildObject()
118 if (ret->type() == SchemaType::FRAMEWORK) { in tryParse()
256 if (matrix->mType == SchemaType::FRAMEWORK) { in assembleCompatibilityMatrix()
29 FRAMEWORK, enumerator
40 CompatibilityMatrix() : mType(SchemaType::FRAMEWORK) {}; in CompatibilityMatrix()
150 vm.mType = SchemaType::FRAMEWORK; in testFrameworkManfiest()