Home
last modified time | relevance | path

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

/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py420 for index, expected_type in enumerate(signature_list):
422 converted_value = convert_type(expected_type, value)
507 expected_type = get_type_signature_by_introspection(self.bus,
511 if not expected_type:
515 converted_value = convert_type(expected_type, value)
518 (value, expected_type))
1584 self.expected_type = type
1590 self.expected_type and \
1591 self.expected_type != request.content_type:
1592 abort(415, self.error_str % (self.expected_type,
/openbmc/qemu/block/
H A Dqcow2-cluster.c453 QCow2SubclusterType expected_type = QCOW2_SUBCLUSTER_NORMAL, type; in count_contiguous_subclusters() local
472 expected_type = type; in count_contiguous_subclusters()
477 } else if (type != expected_type) { in count_contiguous_subclusters()