Home
last modified time | relevance | path

Searched refs:mSepolicyVersion (Results 1 – 5 of 5) sorted by relevance

/system/libvintf/
DHalManifest.cpp366 if (range.supportedBy(device.mSepolicyVersion)) { in checkCompatibility()
373 *error = "Sepolicy version " + to_string(device.mSepolicyVersion) in checkCompatibility()
412 {{device.mSepolicyVersion.majorVer, device.mSepolicyVersion.minorVer}}); in generateCompatibleMatrix()
441 return device.mSepolicyVersion; in sepolicyVersion()
471 (lft.device.mSepolicyVersion == rgt.device.mSepolicyVersion && in operator ==()
599 if (!mergeField(&device.mSepolicyVersion, &other->device.mSepolicyVersion)) { in addAll()
Dparse_xml.cpp994 if (m.device.mSepolicyVersion != Version{}) { in mutateNode()
995 appendChild(root, halManifestSepolicyConverter(m.device.mSepolicyVersion, d)); in mutateNode()
1046 &object->device.mSepolicyVersion, error)) { in buildObject()
DAssembleVintf.cpp394 if (!getFlagIfUnset("BOARD_SEPOLICY_VERS", &halManifest->device.mSepolicyVersion)) { in assembleHalManifest()
/system/libvintf/include/vintf/
DHalManifest.h214 Version mSepolicyVersion; member
/system/libvintf/test/
DLibVintfTest.cpp141 vm.device.mSepolicyVersion = {25, 0}; in testDeviceManifest()