Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/dbus-pcap/
H A Ddbus-pcap22 TypeProperty = namedtuple("TypeProperty", "field, type, nature") variable
122 DBusType.BYTE.value: TypeProperty(DBusType.BYTE, "B", 1),
125 DBusType.INT16.value: TypeProperty(DBusType.INT16, "h", 2),
126 DBusType.UINT16.value: TypeProperty(DBusType.UINT16, "H", 2),
127 DBusType.INT32.value: TypeProperty(DBusType.INT32, "i", 4),
128 DBusType.UINT32.value: TypeProperty(DBusType.UINT32, "I", 4),
129 DBusType.INT64.value: TypeProperty(DBusType.INT64, "q", 8),
130 DBusType.UINT64.value: TypeProperty(DBusType.UINT64, "Q", 8),
131 DBusType.DOUBLE.value: TypeProperty(DBusType.DOUBLE, "d", 8),
133 DBusType.OBJECT_PATH.value: TypeProperty(
[all …]