Home
last modified time | relevance | path

Searched refs:RelationshipDataElementType (Results 1 – 2 of 2) sorted by relevance

/scripts/west_commands/zspdx/
A Ddatatypes.py141 class RelationshipDataElementType(Enum): class
156 ownerType: RelationshipDataElementType = RelationshipDataElementType.UNKNOWN
169 otherType: RelationshipDataElementType = RelationshipDataElementType.UNKNOWN
A Dwalker.py24 RelationshipDataElementType,
104 rd.ownerType = RelationshipDataElementType.DOCUMENT
106 rd.otherType = RelationshipDataElementType.PACKAGEID
222 rd.ownerType = RelationshipDataElementType.DOCUMENT
224 rd.otherType = RelationshipDataElementType.TARGETNAME
333 rd.ownerType = RelationshipDataElementType.DOCUMENT
335 rd.otherType = RelationshipDataElementType.PACKAGEID
514 rd.ownerType = RelationshipDataElementType.FILENAME
516 rd.otherType = RelationshipDataElementType.FILENAME
540 rd.ownerType = RelationshipDataElementType.FILENAME
[all …]

Completed in 5 milliseconds