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.hpp58 inline size_t getVPDOffset(const nlohmann::json& i_sysCfgJsonObj, in getVPDOffset()
159 const nlohmann::json& i_sysCfgJsonObj, const std::string& i_vpdPath, in getInventoryObjPathFromJson()
612 const nlohmann::json& i_sysCfgJsonObj, const std::string& i_vpdPath, in getRedundantEepromPathFromJson()
669 inline std::string getFruPathFromJson(const nlohmann::json& i_sysCfgJsonObj, in getFruPathFromJson()
725 inline bool isBackupAndRestoreRequired(const nlohmann::json& i_sysCfgJsonObj, in isBackupAndRestoreRequired()
762 inline bool isActionRequired(const nlohmann::json& i_sysCfgJsonObj, in isActionRequired()
811 const nlohmann::json& i_sysCfgJsonObj, uint16_t& o_errCode) in getListOfGpioPollingFrus()
879 getAllPathsToUpdateKeyword(const nlohmann::json& i_sysCfgJsonObj, in getAllPathsToUpdateKeyword()
976 inline std::string getServiceName(const nlohmann::json& i_sysCfgJsonObj, in getServiceName()
1030 inline bool isFruPowerOffOnly(const nlohmann::json& i_sysCfgJsonObj, in isFruPowerOffOnly()
[all …]
H A Dvpd_specific_utility.hpp941 updateKwdOnInheritedFrus(const std::string & i_fruPath,const types::WriteVpdParams & i_paramsToWriteData,const nlohmann::json & i_sysCfgJsonObj,uint16_t & o_errCode) updateKwdOnInheritedFrus() argument
1131 updateCiPropertyOfInheritedFrus(const std::string & i_fruPath,const types::WriteVpdParams & i_paramsToWriteData,const nlohmann::json & i_sysCfgJsonObj,uint16_t & o_errCode) 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()