Searched refs:BackupAndRestore (Results 1 – 5 of 5) sorted by relevance
26 class BackupAndRestore class30 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;
292 std::shared_ptr<BackupAndRestore> m_backupAndRestoreObj;
16 BackupAndRestoreStatus BackupAndRestore::m_backupAndRestoreStatus =19 BackupAndRestore::BackupAndRestore(const nlohmann::json& i_sysCfgJsonObj) : in BackupAndRestore() function in vpd::BackupAndRestore44 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 …]
45 std::shared_ptr<BackupAndRestore>& o_backupAndRestoreObj,276 std::shared_ptr<BackupAndRestore>& m_backupAndRestoreObj;
19 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()