Home
last modified time | relevance | path

Searched defs:i_vpdPath (Results 1 – 6 of 6) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool_main.cpp85 const std::string& i_vpdPath, const std::string& i_recordName, in writeKeyword()
156 int readKeyword(const auto& i_hardwareFlag, const std::string& i_vpdPath, in readKeyword()
202 int checkOptionValuePair(const auto& i_objectOption, const auto& i_vpdPath, in checkOptionValuePair()
H A Dvpd_tool.cpp34 const std::string& i_vpdPath, const std::string& i_recordName, in readKeyword()
414 std::string i_vpdPath, const std::string& i_recordName, in writeKeyword()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Djson_utility.hpp159 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()
670 const std::string& i_vpdPath, in getFruPathFromJson()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dmanager.cpp62 const types::WriteVpdParams i_paramsToWriteData) -> int { in Manager()
166 int Manager::updateKeyword(const types::Path i_vpdPath, in updateKeyword()
H A Dworker.cpp1881 setPresentProperty(const std::string & i_vpdPath,const bool & i_value) setPresentProperty() argument
2158 setCollectionStatusProperty(const std::string & i_vpdPath,const std::string & i_value) const setCollectionStatusProperty() argument
[all...]
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp320 inline int writeKeyword(const std::string& i_vpdPath, in writeKeyword()