/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | serialize.cpp | 77 cereal::JSONInputArchive iarchive(is); in restorePriority() local 78 iarchive(cereal::make_nvp(priorityName, priority)); in restorePriority() 139 cereal::JSONInputArchive iarchive(is); in restorePurpose() local 140 iarchive(cereal::make_nvp(purposeName, purpose)); in restorePurpose()
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_serialize.cpp | 30 cereal::BinaryInputArchive iarchive(is); in deserialize() local 31 iarchive(list); in deserialize()
|
/openbmc/phosphor-led-manager/manager/ |
H A D | serialize.cpp | 67 cereal::JSONInputArchive iarchive(is); in restoreGroups() local 68 iarchive(savedGroups); in restoreGroups()
|
/openbmc/phosphor-post-code-manager/src/ |
H A D | post_code.cpp | 196 cereal::BinaryInputArchive iarchive(is); in deserialize() local 197 iarchive(index); in deserialize() 223 cereal::BinaryInputArchive iarchive(is); in deserializePostCodes() local 224 iarchive(codes); in deserializePostCodes()
|
/openbmc/phosphor-snmp/ |
H A D | snmp_serialize.cpp | 78 cereal::BinaryInputArchive iarchive(is); in deserialize() local 79 iarchive(manager); in deserialize()
|
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | ldap_mapper_serialize.cpp | 75 cereal::BinaryInputArchive iarchive(is); in deserialize() local 76 iarchive(entry); in deserialize()
|
H A D | ldap_config.cpp | 715 cereal::BinaryInputArchive iarchive(is); in deserialize() local 716 iarchive(*this); in deserialize()
|
/openbmc/phosphor-inventory-manager/ |
H A D | serialize.hpp | 85 cereal::JSONInputArchive iarchive(is); in deserialize() local 86 iarchive(object); in deserialize()
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | event_serialize.cpp | 78 cereal::BinaryInputArchive iarchive(is); in deserialize() local 79 iarchive(event); in deserialize()
|
/openbmc/bios-settings-mgr/src/ |
H A D | manager_serialize.cpp | 131 cereal::BinaryInputArchive iarchive(is); in deserialize() local 132 iarchive(entry); in deserialize()
|
/openbmc/phosphor-fan-presence/sensor-monitor/ |
H A D | alarm_timestamps.hpp | 231 cereal::JSONInputArchive iarchive{stream}; in load() local 232 iarchive(times); in load()
|
/openbmc/ibm-logging/ |
H A D | callout.cpp | 160 cereal::BinaryInputArchive iarchive(stream); in deserialize() local 162 iarchive(*this); in deserialize()
|
/openbmc/phosphor-logging/ |
H A D | elog_serialize.cpp | 146 cereal::BinaryInputArchive iarchive(is); in deserialize() local 147 iarchive(e); in deserialize()
|
/openbmc/phosphor-state-manager/ |
H A D | scheduled_host_transition.cpp | 282 cereal::JSONInputArchive iarchive(is); in deserializeScheduledValues() local 283 iarchive(time, trans); in deserializeScheduledValues()
|
H A D | chassis_state_manager.cpp | 680 cereal::JSONInputArchive iarchive(is); in deserializePOH() local 681 iarchive(pohCounter); in deserializePOH() 738 cereal::JSONInputArchive iarchive(is); in deserializeStateChangeTime() local 739 iarchive(time, state); in deserializeStateChangeTime()
|
H A D | host_state_manager.cpp | 393 cereal::JSONInputArchive iarchive(is); in deserialize() local 394 iarchive(*this); in deserialize()
|
/openbmc/phosphor-settingsd/ |
H A D | settings_manager.mako.hpp | 162 cereal::JSONInputArchive iarchive(is); 163 iarchive(*this);
|
/openbmc/openpower-occ-control/ |
H A D | powermode.cpp | 853 cereal::JSONInputArchive iarchive(stream); in load() local 854 iarchive(modeData); in load()
|