Searched refs:json_type (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openbmc-test-automation/ffdc/plugins/ |
| H A D | redfish.py | 23 def execute_redfish_cmd(parms, json_type="json"): argument 60 elif json_type == "json":
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | schema.py | 186 self, name: str, info: Optional[QAPISourceInfo], json_type: str 343 def json_type(self) -> str: member in QAPISchemaType 356 return json2qtype.get(self.json_type()) 383 def __init__(self, name: str, json_type: str, c_type: str): 385 assert json_type in ('string', 'number', 'int', 'boolean', 'null', 387 self._json_type_name = json_type 401 def json_type(self) -> str: member in QAPISchemaBuiltinType 405 return self.json_type() 409 visitor.visit_builtin_type(self.name, self.info, self.json_type()) 453 def json_type(self) -> str: member in QAPISchemaEnumType [all …]
|
| H A D | introspect.py | 228 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 D | pycper.c | 10 enum json_type type = json_object_get_type(jso); in convert_to_pydict()
|
| /openbmc/phosphor-rest-server/module/obmc/wsgi/apps/ |
| H A D | rest_dbus.py | 1386 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:
|