Home
last modified time | relevance | path

Searched refs:FRAMEWORK (Results 1 – 9 of 9) sorted by relevance

/system/libvintf/
DCompatibilityMatrix.cpp32 if (mType != SchemaType::FRAMEWORK) { in add()
70 (lft.mType != SchemaType::FRAMEWORK || in operator ==()
DHalManifest.cpp280 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 ==()
DRuntimeInfo.cpp106 if (mat.mType != SchemaType::FRAMEWORK) { in checkCompatibility()
Dparse_xml.cpp754 } 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()
DVintfObject.cpp118 if (ret->type() == SchemaType::FRAMEWORK) { in tryParse()
Dassemble_vintf.cpp256 if (matrix->mType == SchemaType::FRAMEWORK) { in assembleCompatibilityMatrix()
/system/libvintf/include/vintf/
DSchemaType.h29 FRAMEWORK, enumerator
DCompatibilityMatrix.h40 CompatibilityMatrix() : mType(SchemaType::FRAMEWORK) {}; in CompatibilityMatrix()
/system/libvintf/test/
Dmain.cpp150 vm.mType = SchemaType::FRAMEWORK; in testFrameworkManfiest()