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.py23 def execute_redfish_cmd(parms, json_type="json"): argument
60 elif json_type == "json":
/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:
/openbmc/libcper/tests/schemavalidator/
H A Dvalidate.c797 json_type type = json_object_get_type(jobj); in _schemavalidator_validate_instance()