| /openbmc/telemetry/src/utils/ |
| H A D | labeled_tuple.hpp | 19 inline void from_json(const nlohmann::json& j, in from_json() function 25 inline void from_json(const nlohmann::json& j, in from_json() function 55 inline void from_json(const nlohmann::json& j, double& val) in from_json() function 94 decltype(utils::from_json(ref<const nlohmann::json>(), ref<U>()))*); 172 void from_json(const nlohmann::json& j) in from_json() function 262 utils::from_json(item, v); in from_json_item() 297 inline void from_json(const nlohmann::json& json, in from_json() function 300 tuple.from_json(json); in from_json()
|
| /openbmc/telemetry/src/types/ |
| H A D | collection_duration.hpp | 18 inline void from_json(const nlohmann::json& json, CollectionDuration& value) in from_json() function
|
| /openbmc/qemu/include/monitor/ |
| H A D | qdev.h | 13 bool from_json, Error **errp);
|
| /openbmc/phosphor-health-monitor/ |
| H A D | health_metric_config.cpp | 66 void from_json(const json& j, Threshold& self) in from_json() function 74 void from_json(const json& j, HealthMetric& self) in from_json() function
|
| /openbmc/phosphor-pid-control/sensors/ |
| H A D | buildjson.cpp | 20 void from_json(const json& j, conf::SensorConfig& s) in from_json() function
|
| /openbmc/qemu/qom/ |
| H A D | object_interfaces.c | 67 bool from_json, Error **errp) in object_set_properties_from_keyval() argument 70 if (from_json) { in object_set_properties_from_keyval()
|
| /openbmc/qemu/tests/migration-stress/guestperf/ |
| H A D | report.py | 112 def from_json(cls, data): member in Report
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | sbom.py | 118 doc = oe.spdx.SPDXDocument.from_json(f)
|
| H A D | spdx.py | 319 def from_json(cls, f): member in SPDXDocument
|
| /openbmc/qemu/include/hw/ |
| H A D | qdev-core.h | 318 bool from_json, Error **errp); 1124 bool qdev_should_hide_device(const QDict *opts, bool from_json, Error **errp);
|
| /openbmc/phosphor-post-code-manager/src/ |
| H A D | post_code.cpp | 52 void from_json(const json& j, PostCodeEvent& event) in from_json() function 86 void from_json(const json& j, PostCodeHandler& handler) in from_json() function
|
| /openbmc/openbmc/poky/scripts/lib/ |
| H A D | buildstats.py | 192 def from_json(cls, bs_json): member in BuildStats 213 return BuildStats.from_json(bs_json)
|
| /openbmc/qemu/system/ |
| H A D | qdev-monitor.c | 625 bool from_json, Error **errp) in qdev_device_add_from_qdict() argument 668 if (qdev_should_hide_device(opts, from_json, errp)) { in qdev_device_add_from_qdict() 707 object_set_properties_from_keyval(&dev->parent_obj, properties, from_json, in qdev_device_add_from_qdict()
|
| H A D | vl.c | 2256 bool from_json, Error **errp) in qemu_record_config_group() argument 2276 assert(!from_json); in qemu_record_config_group()
|
| /openbmc/phosphor-pid-control/pid/ |
| H A D | buildjson.cpp | 29 void from_json(const json& j, conf::ControllerInfo& c) in from_json() function
|
| /openbmc/qemu/hw/core/ |
| H A D | qdev.c | 211 bool qdev_should_hide_device(const QDict *opts, bool from_json, Error **errp) in qdev_should_hide_device() argument 218 if (listener->hide_device(listener, opts, from_json, errp)) { in qdev_should_hide_device()
|
| /openbmc/qemu/include/qom/ |
| H A D | object.h | 937 bool from_json, Error **errp);
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-build-perf-report | 426 _bs = BuildStats.from_json(bs)
|
| /openbmc/qemu/hw/net/ |
| H A D | virtio-net.c | 3743 bool from_json, in failover_hide_primary_device() argument 3785 n->primary_opts_from_json = from_json; in failover_hide_primary_device()
|