Searched defs:i_sysCfgJsonObj (Results 1 – 4 of 4) sorted by relevance
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
H A D | json_utility.hpp | 60 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 D | vpd_specific_utility.hpp | 884 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 D | gpio_monitor.hpp | 108 GpioMonitor(const nlohmann::json i_sysCfgJsonObj, in GpioMonitor()
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | backup_restore.cpp | 18 BackupAndRestore::BackupAndRestore(const nlohmann::json& i_sysCfgJsonObj) : in BackupAndRestore() argument
|