| /openbmc/qemu/tests/migration-stress/guestperf/ |
| H A D | report.py | 38 def deserialize(cls, data): member in ReportResult 92 def deserialize(cls, data): member in Report 94 Hardware.deserialize(data["hardware"]), 95 Scenario.deserialize(data["scenario"]), 96 [Progress.deserialize(record) for record in data["progress_history"]], 97 Timings.deserialize(data["guest_timings"]), 98 Timings.deserialize(data["qemu_timings"]), 99 Timings.deserialize(data["vcpu_timings"]), 100 ReportResult.deserialize(data["result"]), 113 return cls.deserialize(json.loads(data)) [all …]
|
| H A D | timings.py | 37 def deserialize(cls, data): member in TimingRecord 54 def deserialize(cls, data): member in Timings 55 return Timings([TimingRecord.deserialize(record) for record in data])
|
| H A D | progress.py | 60 def deserialize(cls, data): member in ProgressStats 118 def deserialize(cls, data): member in Progress 121 ProgressStats.deserialize(data["ram"]),
|
| H A D | hardware.py | 55 def deserialize(cls, data): member in Hardware
|
| /openbmc/phosphor-debug-collector/test/ |
| H A D | debug_inif_test.cpp | 50 bool value = phosphor::dump::elog::deserialize(dumpFile.c_str(), e); in TEST_F() 59 bool value = phosphor::dump::elog::deserialize(dumpFile.c_str(), e); in TEST_F() 69 bool value = phosphor::dump::elog::deserialize("/tmp/Fake/serial", e); in TEST()
|
| /openbmc/phosphor-snmp/test/ |
| H A D | test_snmp_serialize.cpp | 54 deserialize(path, restoreClient); in TEST_F() 69 auto ret = deserialize(path, client); in TEST_F() 89 auto ret = deserialize(path, restoreClient); in TEST_F()
|
| /openbmc/phosphor-user-manager/test/ |
| H A D | json_serializer_test.cpp | 51 s.deserialize("foo/bar/baz", value); in TEST_F() 66 s2.deserialize("foo/bar/baz", value); in TEST_F() 85 s2.deserialize("foo/bar/baz", value); in TEST_F()
|
| /openbmc/phosphor-post-code-manager/inc/ |
| H A D | post_code.hpp | 154 if (!deserialize(postCodeListPath / PostCodeDataVersionName, version) || 167 deserialize(postCodeListPath / CurrentBootCycleIndexName, 170 deserialize(postCodeListPath / CurrentBootCycleCountName, count); 200 bool deserialize(const fs::path& path, uint16_t& index);
|
| /openbmc/bios-settings-mgr/src/ |
| H A D | secureboot.cpp | 23 deserialize(); in SecureBoot() 64 bool SecureBoot::deserialize() in deserialize() function in bios_config::SecureBoot
|
| H A D | manager_serialize.cpp | 78 bool deserialize(const fs::path& path, Manager& entry) in deserialize() function
|
| /openbmc/phosphor-inventory-manager/ |
| H A D | serialize.hpp | 64 static void deserialize(const std::string&, const std::string&) in deserialize() function 76 static void deserialize(const std::string& path, const std::string& iface, in deserialize() function
|
| H A D | interface_ops.hpp | 147 Ops::deserialize(path, iface); in op() 158 Ops::deserialize(path, iface, object); in op()
|
| /openbmc/ibm-logging/test/ |
| H A D | test_callout.cpp | 71 ASSERT_EQ(callout->deserialize(persistDir), true); in TEST_F() 91 ASSERT_EQ(callout->deserialize(persistDir), false); in TEST_F()
|
| /openbmc/bios-settings-mgr/include/ |
| H A D | manager_serialize.hpp | 26 bool deserialize(const fs::path& path, Manager& entry);
|
| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | event_serialize.hpp | 30 bool deserialize(const fs::path& path, Entry& event);
|
| /openbmc/phosphor-user-manager/phosphor-ldap-config/ |
| H A D | ldap_mapper_serialize.hpp | 33 bool deserialize(const fs::path& path, LDAPMapperEntry& entry);
|
| H A D | ldap_config_mgr.cpp | 208 if (ADConfigPtr->deserialize()) in restore() 214 if (openLDAPConfigPtr->deserialize()) in restore()
|
| H A D | ldap_mapper_serialize.cpp | 68 bool deserialize(const fs::path& path, LDAPMapperEntry& entry) in deserialize() function
|
| /openbmc/phosphor-snmp/ |
| H A D | snmp_serialize.hpp | 33 bool deserialize(const fs::path& path, Client& manager);
|
| H A D | snmp_serialize.cpp | 71 bool deserialize(const fs::path& path, Client& manager) in deserialize() function
|
| /openbmc/phosphor-debug-collector/ |
| H A D | dump_serialize.hpp | 31 bool deserialize(const std::filesystem::path& path, ElogList& list);
|
| H A D | dump_serialize.cpp | 23 bool deserialize(const std::filesystem::path& path, ElogList& list) in deserialize() function
|
| /openbmc/phosphor-logging/ |
| H A D | elog_serialize.hpp | 32 bool deserialize(const fs::path& path, Entry& e);
|
| /openbmc/ibm-logging/ |
| H A D | callout.hpp | 125 bool deserialize(const fs::path& dir);
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-visitor-serialization.c | 281 void (*deserialize)(void **native_out, void *datap, member 303 ops->deserialize((void **)&pt_copy, serialize_data, visit_primitive_type, in test_primitives() 426 ops->deserialize((void **)&pl_copy_ptr, serialize_data, in test_primitive_lists() 580 ops->deserialize((void **)&ts_copy, serialize_data, visit_struct, in test_struct() 601 ops->deserialize((void **)&udnp_copy, serialize_data, visit_nested_struct, in test_nested_struct() 627 ops->deserialize((void **)&listp_copy, serialize_data, in test_nested_struct_list() 1009 .deserialize = qmp_deserialize, 1017 .deserialize = string_deserialize,
|