Home
last modified time | relevance | path

Searched defs:i_sysCfgJsonObj (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Djson_utility.hpp60 inline size_t getVPDOffset(const nlohmann::json& i_sysCfgJsonObj, in getVPDOffset()
159 const nlohmann::json& i_sysCfgJsonObj, const std::string& i_vpdPath, in getInventoryObjPathFromJson()
604 const nlohmann::json& i_sysCfgJsonObj, const std::string& i_vpdPath, in getRedundantEepromPathFromJson()
660 inline std::string getFruPathFromJson(const nlohmann::json& i_sysCfgJsonObj, in getFruPathFromJson()
715 inline bool isBackupAndRestoreRequired(const nlohmann::json& i_sysCfgJsonObj, in isBackupAndRestoreRequired()
751 inline bool isActionRequired(const nlohmann::json& i_sysCfgJsonObj, in isActionRequired()
799 const nlohmann::json& i_sysCfgJsonObj, uint16_t& o_errCode) in getListOfGpioPollingFrus()
866 getAllPathsToUpdateKeyword(const nlohmann::json& i_sysCfgJsonObj, in getAllPathsToUpdateKeyword()
963 inline std::string getServiceName(const nlohmann::json& i_sysCfgJsonObj, in getServiceName()
1016 inline bool isFruPowerOffOnly(const nlohmann::json& i_sysCfgJsonObj, in isFruPowerOffOnly()
[all …]
H A Dvpd_specific_utility.hpp884 const nlohmann::json& i_sysCfgJsonObj) noexcept in updateKwdOnInheritedFrus() argument
1050 const nlohmann::json& i_sysCfgJsonObj) noexcept in updateCiPropertyOfInheritedFrus() argument
[all...]
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dgpio_monitor.hpp108 GpioMonitor(const nlohmann::json i_sysCfgJsonObj, in GpioMonitor()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbackup_restore.cpp18 BackupAndRestore::BackupAndRestore(const nlohmann::json& i_sysCfgJsonObj) : in BackupAndRestore() argument