Home
last modified time | relevance | path

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

123

/openbmc/qemu/tests/migration-stress/guestperf/
H A Dreport.py38 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 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()
/openbmc/phosphor-user-manager/test/
H A Djson_serializer_test.cpp51 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 Dpost_code.hpp154 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 Dsecureboot.cpp23 deserialize(); in SecureBoot()
64 bool SecureBoot::deserialize() in deserialize() function in bios_config::SecureBoot
H A Dmanager_serialize.cpp78 bool deserialize(const fs::path& path, Manager& entry) in deserialize() function
/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);
/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/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.hpp32 bool deserialize(const fs::path& path, Entry& e);
/openbmc/ibm-logging/
H A Dcallout.hpp125 bool deserialize(const fs::path& dir);
/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,

123