Home
last modified time | relevance | path

Searched refs:deserialize (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/qemu/tests/migration/guestperf/
H A Dreport.py73 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 Dtimings.py37 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 Dprogress.py60 def deserialize(cls, data): member in ProgressStats
118 def deserialize(cls, data): member in Progress
121 ProgressStats.deserialize(data["ram"]),
H A Dhardware.py55 def deserialize(cls, data): member in Hardware
/openbmc/phosphor-debug-collector/test/
H A Ddebug_inif_test.cpp50 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 Dtest_snmp_serialize.cpp54 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 Dtest_snmp_client.cpp79 deserialize(persistentPath, restoreClient); in TEST_F()
/openbmc/phosphor-post-code-manager/inc/
H A Dpost_code.hpp124 deserialize(postCodeListPath / CurrentBootCycleIndexName,
127 deserialize(postCodeListPath / CurrentBootCycleCountName, count);
156 bool deserialize(const fs::path& path, uint16_t& index);
/openbmc/phosphor-inventory-manager/
H A Dserialize.hpp64 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 Dinterface_ops.hpp147 Ops::deserialize(path, iface); in op()
158 Ops::deserialize(path, iface, object); in op()
/openbmc/ibm-logging/test/
H A Dtest_callout.cpp71 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 Dmanager_serialize.hpp26 bool deserialize(const fs::path& path, Manager& entry);
/openbmc/phosphor-dbus-monitor/src/
H A Devent_serialize.hpp30 bool deserialize(const fs::path& path, Entry& event);
H A Devent_serialize.cpp71 bool deserialize(const fs::path& path, Entry& event) in deserialize() function
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_mapper_serialize.hpp33 bool deserialize(const fs::path& path, LDAPMapperEntry& entry);
H A Dldap_config_mgr.cpp208 if (ADConfigPtr->deserialize()) in restore()
214 if (openLDAPConfigPtr->deserialize()) in restore()
H A Dldap_mapper_serialize.cpp68 bool deserialize(const fs::path& path, LDAPMapperEntry& entry) in deserialize() function
/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c281 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 Dsnmp_serialize.hpp33 bool deserialize(const fs::path& path, Client& manager);
H A Dsnmp_serialize.cpp71 bool deserialize(const fs::path& path, Client& manager) in deserialize() function
/openbmc/phosphor-debug-collector/
H A Ddump_serialize.hpp31 bool deserialize(const std::filesystem::path& path, ElogList& list);
H A Ddump_serialize.cpp23 bool deserialize(const std::filesystem::path& path, ElogList& list) in deserialize() function
/openbmc/phosphor-logging/
H A Delog_serialize.hpp34 bool deserialize(const fs::path& path, Entry& e);
/openbmc/ibm-logging/
H A Dcallout.hpp125 bool deserialize(const fs::path& dir);
/openbmc/phosphor-logging/test/
H A Dserialization_test_properties.cpp33 deserialize(path, *output); in TEST_F()

12