Home
last modified time | relevance | path

Searched refs:isBackupAndRestoreRequired (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/oem-handler/
H A Dibm_handler.cpp151 if (!jsonUtility::isBackupAndRestoreRequired(m_sysCfgJsonObj, in initBackupAndRestore()
1068 if (isBackupOnCache() && jsonUtility::isBackupAndRestoreRequired( in setDeviceTreeAndJson()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Djson_utility.hpp726 inline bool isBackupAndRestoreRequired(const nlohmann::json& i_sysCfgJsonObj, in isBackupAndRestoreRequired() function