Home
last modified time | relevance | path

Searched refs:BackupAndRestore (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dbackup_restore.hpp26 class BackupAndRestore class
30 BackupAndRestore() = delete;
31 BackupAndRestore(const BackupAndRestore&) = delete;
32 BackupAndRestore& operator=(const BackupAndRestore&) = delete;
33 BackupAndRestore(BackupAndRestore&&) = delete;
34 BackupAndRestore& operator=(BackupAndRestore&&) = delete;
43 BackupAndRestore(const nlohmann::json& i_sysCfgJsonObj);
48 ~BackupAndRestore() = default;
H A Dmanager.hpp292 std::shared_ptr<BackupAndRestore> m_backupAndRestoreObj;
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbackup_restore.cpp16 BackupAndRestoreStatus BackupAndRestore::m_backupAndRestoreStatus =
19 BackupAndRestore::BackupAndRestore(const nlohmann::json& i_sysCfgJsonObj) : in BackupAndRestore() function in vpd::BackupAndRestore
44 bool BackupAndRestore::isJsonValid() in isJsonValid()
59 types::EepromInventoryPaths BackupAndRestore::getFruAndInvPaths( in getFruAndInvPaths()
131 std::tuple<std::string, std::string> BackupAndRestore::getSrcAndDstServiceName() in getSrcAndDstServiceName()
160 bool BackupAndRestore::extractAndValidateIpzRecordDetails( in extractAndValidateIpzRecordDetails()
225 types::BinaryStringKwValuePair BackupAndRestore::getBinaryAndStrIpzKwValue( in getBinaryAndStrIpzKwValue()
291 void BackupAndRestore::syncIpzData( in syncIpzData()
325 BackupAndRestore::backupAndRestore() in backupAndRestore()
412 void BackupAndRestore::backupAndRestoreIpzVpd(types::IPZVpdMap& io_srcVpdMap, in backupAndRestoreIpzVpd()
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/oem-handler/
H A Dibm_handler.hpp45 std::shared_ptr<BackupAndRestore>& o_backupAndRestoreObj,
276 std::shared_ptr<BackupAndRestore>& m_backupAndRestoreObj;
H A Dibm_handler.cpp19 std::shared_ptr<BackupAndRestore>& o_backupAndRestoreObj, in IbmHandler()
169 std::make_shared<BackupAndRestore>(m_sysCfgJsonObj); in initBackupAndRestore()
740 std::make_shared<BackupAndRestore>(m_sysCfgJsonObj); in performBackupAndRestore()