Home
last modified time | relevance | path

Searched refs:serialize (Results 26 – 50 of 121) sorted by relevance

12345

/openbmc/phosphor-dbus-monitor/src/
H A Devent_serialize.hpp22 fs::path serialize(const Entry& event, const std::string& eventName);
/openbmc/phosphor-state-manager/
H A Dhost_state_manager.cpp376 fs::path Host::serialize() in serialize() function in phosphor::state::manager::Host
434 serialize(); in requestedHostTransition()
441 serialize(); in bootProgress()
448 serialize(); in operatingSystemState()
/openbmc/phosphor-snmp/
H A Dsnmp_serialize.hpp25 fs::path serialize(Id id, const Client& manager, const fs::path& path);
/openbmc/phosphor-debug-collector/
H A Ddump_serialize.hpp22 void serialize(const ElogList& list,
H A Delog_watch.cpp140 phosphor::dump::elog::serialize(elogList); in addCallback()
180 phosphor::dump::elog::serialize(elogList); in delCallback()
H A Ddump_serialize.cpp16 void serialize(const ElogList& list, const std::filesystem::path& dir) in serialize() function
H A Delog_watch.hpp57 void serialize(Archive& a, const std::uint32_t version) in serialize() function in phosphor::dump::elog::Watch
/openbmc/phosphor-logging/test/
H A Dserialization_test_path.cpp17 auto path = serialize(*e, TestSerialization::dir); in TEST_F()
/openbmc/linux/Documentation/driver-api/soundwire/
H A Dlocking.rst18 serialize each of the following operations(s) within SoundWire Bus instance.
30 Bus data structure (sdw_bus). This lock is used to serialize the message
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/
H A D0021_eventlogsimports.py16 …('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'…
H A D0003_customimagepackage.py17 …ls.OneToOneField(parent_link=True, auto_created=True, primary_key=True, serialize=False, to='orm.P…
H A D0017_distro_clone.py16 … ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
H A D0004_provides.py17 … ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
H A D0002_customimagerecipe.py17 …ls.OneToOneField(parent_link=True, auto_created=True, primary_key=True, serialize=False, to='orm.R…
/openbmc/phosphor-logging/
H A Delog_serialize.hpp25 fs::path serialize(const Entry& e,
/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp100 serialize(*this, biosFile); in baseBIOSTable()
209 serialize(*this, biosFile); in pendingAttributes()
308 serialize(*this, biosFile); in pendingAttributes()
/openbmc/phosphor-inventory-manager/
H A Dinterface_ops.hpp127 Ops::serialize(path, iface); in op()
138 Ops::serialize(path, iface, object); in op()
/openbmc/phosphor-settingsd/
H A Dsettings_manager.mako.hpp169 void serialize()
214 serialize();
403 std::get<${index}>(settings)->serialize();
/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c279 void (*serialize)(void *native_in, void **datap, member
302 ops->serialize(pt, &serialize_data, visit_primitive_type, &error_abort); in test_primitives()
424 ops->serialize((void **)&pl, &serialize_data, visit_primitive_list, in test_primitive_lists()
579 ops->serialize(ts, &serialize_data, visit_struct, &error_abort); in test_struct()
600 ops->serialize(udnp, &serialize_data, visit_nested_struct, &error_abort); in test_nested_struct()
625 ops->serialize(listp, &serialize_data, visit_nested_struct_list, in test_nested_struct_list()
1008 .serialize = qmp_serialize,
1016 .serialize = string_serialize,
/openbmc/ibm-logging/
H A Dcallout.hpp112 void serialize(const fs::path& dir);
/openbmc/qemu/tests/migration/guestperf/
H A Dhardware.py40 def serialize(self): member in Hardware
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-cloudpickle_3.0.0.bb2 DESCRIPTION = "cloudpickle makes it possible to serialize Python constructs \
/openbmc/phosphor-led-manager/manager/
H A Dmeson.build5 'serialize.cpp',
/openbmc/phosphor-debug-collector/test/
H A Ddebug_inif_test.cpp48 phosphor::dump::elog::serialize(e, dumpFile.c_str()); in TEST_F()
/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp80 serialize(postCodeListPath); in savePostCodes()
153 fs::path PostCode::serialize(const fs::path& path) in serialize() function in PostCode

12345