Home
last modified time | relevance | path

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

/Zephyr-4.3.0/scripts/west_commands/zspdx/
Ddatatypes.py144 class RelationshipDataElementType(Enum): class
159 ownerType: RelationshipDataElementType = RelationshipDataElementType.UNKNOWN
172 otherType: RelationshipDataElementType = RelationshipDataElementType.UNKNOWN
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 …]