Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/ffdc/plugins/
H A Dredfish.py24 def execute_redfish_cmd(parms, json_type="json"): argument
44 elif json_type == "json":
/openbmc/qemu/scripts/qapi/
H A Dschema.py144 def visit_builtin_type(self, name, info, json_type): argument
242 def json_type(self): member in QAPISchemaType
255 return json2qtype.get(self.json_type())
283 def __init__(self, name, json_type, c_type): argument
288 self._json_type_name = json_type
302 def json_type(self): member in QAPISchemaBuiltinType
306 return self.json_type()
347 def json_type(self): member in QAPISchemaEnumType
392 def json_type(self): member in QAPISchemaArrayType
511 def json_type(self): member in QAPISchemaObjectType
[all …]
H A Dintrospect.py229 if typ.json_type() == 'int':
232 typ.element_type.json_type() == 'int'):
308 json_type: str) -> None:
309 self._gen_tree(name, 'builtin', {'json-type': json_type})
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py1386 json_type = "application/json" variable in JsonApiRequestPlugin
1395 request.content_type != self.json_type:
1408 if self.json_type != content_type:
1433 json_type = "application/json" variable in JsonApiRequestTypePlugin
1438 if self.json_type != content_type: