Home
last modified time | relevance | path

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

/system/libvintf/
DHalManifest.cpp323 if (range.supportedBy(device.mSepolicyVersion)) { in checkCompatibility()
330 *error = "Sepolicy version " + to_string(device.mSepolicyVersion) in checkCompatibility()
362 {{device.mSepolicyVersion.majorVer, device.mSepolicyVersion.minorVer}}); in generateCompatibleMatrix()
391 return device.mSepolicyVersion; in sepolicyVersion()
421 (lft.device.mSepolicyVersion == rgt.device.mSepolicyVersion && in operator ==()
518 if (!mergeField(&device.mSepolicyVersion, &other->device.mSepolicyVersion)) { in addAll()
Dparse_xml.cpp936 if (m.device.mSepolicyVersion != Version{}) { in mutateNode()
937 appendChild(root, halManifestSepolicyConverter(m.device.mSepolicyVersion, d)); in mutateNode()
986 &object->device.mSepolicyVersion, error)) { in buildObject()
DAssembleVintf.cpp368 (void)getFlagIfUnset("BOARD_SEPOLICY_VERS", &halManifest->device.mSepolicyVersion); in assembleHalManifest()
/system/libvintf/include/vintf/
DHalManifest.h183 Version mSepolicyVersion; member
/system/libvintf/test/
DLibVintfTest.cpp139 vm.device.mSepolicyVersion = {25, 0}; in testDeviceManifest()