Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/dbus-pcap/
H A Ddbus-pcap122 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),
132 DBusType.STRING.value: TypeProperty(DBusType.STRING, "s", DBusType.UINT32),
134 DBusType.OBJECT_PATH, "s", DBusType.UINT32
137 DBusType.SIGNATURE, "s", DBusType.BYTE
139 DBusType.ARRAY.value: TypeProperty(DBusType.ARRAY, None, DBusType.UINT32),
[all …]