Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/ffdc/plugins/
H A Dredfish.py23 def execute_redfish_cmd(parms, json_type="json"): argument
60 elif json_type == "json":
/openbmc/qemu/scripts/qapi/
H A Dschema.py184 self, name: str, info: Optional[QAPISourceInfo], json_type: str
341 def json_type(self) -> str:
354 return json2qtype.get(self.json_type())
381 def __init__(self, name: str, json_type: str, c_type: str):
383 assert json_type in ('string', 'number', 'int', 'boolean', 'null',
385 self._json_type_name = json_type
399 def json_type(self) -> str:
403 return self.json_type()
407 visitor.visit_builtin_type(self.name, self.info, self.json_type())
451 def json_type(sel
343 def json_type(self) -> str: global() member in QAPISchemaType
401 def json_type(self) -> str: global() member in QAPISchemaBuiltinType
453 def json_type(self) -> str: global() member in QAPISchemaEnumType
499 def json_type(self) -> str: global() member in QAPISchemaArrayType
631 def json_type(self) -> str: global() member in QAPISchemaObjectType
709 def json_type(self) -> str: global() member in QAPISchemaAlternateType
[all...]
H A Dintrospect.py228 if typ.json_type() == 'int':
233 typ.element_type.json_type() == 'int'):
311 json_type: str) -> None:
312 self._gen_tree(name, 'builtin', {'json-type': json_type})
/openbmc/libcper/
H A Dpycper.c10 enum json_type type = json_object_get_type(jso); in convert_to_pydict()
/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: