/openbmc/qemu/tests/migration/guestperf/ |
H A D | report.py | 73 def deserialize(cls, data): member in Report 75 Hardware.deserialize(data["hardware"]), 76 Scenario.deserialize(data["scenario"]), 77 [Progress.deserialize(record) for record in data["progress_history"]], 78 Timings.deserialize(data["guest_timings"]), 79 Timings.deserialize(data["qemu_timings"]), 80 Timings.deserialize(data["vcpu_timings"]), 93 return cls.deserialize(json.loads(data)) 98 return cls.deserialize(json.load(fh))
|
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()
|
H A D | test_snmp_client.cpp | 79 deserialize(persistentPath, restoreClient); in TEST_F()
|
/openbmc/phosphor-post-code-manager/inc/ |
H A D | post_code.hpp | 124 deserialize(postCodeListPath / CurrentBootCycleIndexName, 127 deserialize(postCodeListPath / CurrentBootCycleCountName, count); 156 bool deserialize(const fs::path& path, uint16_t& index);
|
/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);
|
H A D | event_serialize.cpp | 71 bool deserialize(const fs::path& path, Entry& event) in deserialize() function
|
/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/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,
|
/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 | 34 bool deserialize(const fs::path& path, Entry& e);
|
/openbmc/ibm-logging/ |
H A D | callout.hpp | 125 bool deserialize(const fs::path& dir);
|
/openbmc/phosphor-logging/test/ |
H A D | serialization_test_properties.cpp | 33 deserialize(path, *output); in TEST_F()
|