Home
last modified time | relevance | path

Searched refs:i_fruPath (Results 1 – 12 of 12) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dmanager.cpp67 [this](const types::Path i_fruPath, in Manager()
69 return this->updateKeywordOnHardware(i_fruPath, in Manager()
75 [this](const types::Path i_fruPath, in Manager() argument
78 return this->readKeyword(i_fruPath, i_paramsToReadData); in Manager()
350 const types::Path i_fruPath, in updateKeywordOnHardware() argument
355 if (i_fruPath.empty()) in updateKeywordOnHardware()
368 i_fruPath, l_sysCfgJsonObj, m_vpdCollectionMode); in updateKeywordOnHardware()
375 i_fruPath + "], Reason:" + std::string(l_exception.what()), in updateKeywordOnHardware()
387 const types::Path i_fruPath, const types::ReadVpdParams i_paramsToReadData) in readKeyword() argument
401 if (!std::filesystem::exists(i_fruPath, ec) && (ec)) in readKeyword()
[all …]
H A Dbackup_restore.cpp292 const std::string& i_fruPath, const types::IpzType& i_recordKwName, in syncIpzData() argument
302 if (i_fruPath.empty() || l_recordName.empty() || l_keywordName.empty() || in syncIpzData()
310 auto l_vpdParser = std::make_shared<Parser>(i_fruPath, m_sysCfgJsonObj); in syncIpzData()
557 const std::string& i_fruPath, in updateKeywordOnPrimaryOrBackupPath() argument
560 if (i_fruPath.empty()) in updateKeywordOnPrimaryOrBackupPath()
571 i_fruPath && in updateKeywordOnPrimaryOrBackupPath()
581 "hardwarePath", "") == i_fruPath && in updateKeywordOnPrimaryOrBackupPath()
H A Dparser.cpp311 const std::string& i_fruPath, in updateVpdKeywordOnRedundantPath() argument
317 std::make_shared<Parser>(i_fruPath, m_parsedJson); in updateVpdKeywordOnRedundantPath()
328 i_fruPath + ", error: " + std::string(l_exception.what()), in updateVpdKeywordOnRedundantPath()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dbackup_restore.hpp99 const std::string& i_fruPath,
202 void syncIpzData(const std::string& i_fruPath,
H A Dgpio_monitor.hpp42 const std::string i_fruPath, const std::shared_ptr<Worker>& i_worker, in GpioEventHandler() argument
44 m_fruPath(i_fruPath), m_worker(i_worker) in GpioEventHandler()
H A Dmanager.hpp93 const types::Path i_fruPath,
117 const types::Path i_fruPath,
H A Dparser.hpp140 const std::string& i_fruPath,
H A Dworker.hpp413 void setPresentProperty(const std::string& i_fruPath, const bool& i_value);
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp1095 const std::string& i_fruPath, in updateKwdOnInheritedFrus() argument
1102 if (i_fruPath.empty() || i_sysCfgJsonObj.empty()) in updateKwdOnInheritedFrus()
1114 if (!i_sysCfgJsonObj["frus"].contains(i_fruPath)) in updateKwdOnInheritedFrus()
1154 i_sysCfgJsonObj["frus"][i_fruPath].begin() + constants::VALUE_1, in updateKwdOnInheritedFrus()
1155 i_sysCfgJsonObj["frus"][i_fruPath].end(), l_populateInterfaceMap); in updateKwdOnInheritedFrus()
1285 const std::string& i_fruPath, in updateCiPropertyOfInheritedFrus() argument
1292 if (i_fruPath.empty() || i_sysCfgJsonObj.empty()) in updateCiPropertyOfInheritedFrus()
1310 if (!i_sysCfgJsonObj["frus"].contains(i_fruPath)) in updateCiPropertyOfInheritedFrus()
1357 std::for_each(i_sysCfgJsonObj["frus"][i_fruPath].begin(), in updateCiPropertyOfInheritedFrus()
1358 i_sysCfgJsonObj["frus"][i_fruPath].end(), in updateCiPropertyOfInheritedFrus()
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dvpd_tool.hpp271 int dumpObject(std::string i_fruPath) const noexcept;
H A Dtool_utils.hpp295 inline void displayOnConsole(const std::string& i_fruPath, in displayOnConsole() argument
303 l_resultInJson.emplace(i_fruPath, l_keywordValInJson); in displayOnConsole()
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp118 int VpdTool::dumpObject(std::string i_fruPath) const noexcept in dumpObject()
124 i_fruPath = constants::baseInventoryPath + i_fruPath; in dumpObject()
127 const nlohmann::json l_fruJson = getFruProperties(i_fruPath); in dumpObject()
136 std::cout << "FRU [" << i_fruPath in dumpObject()
144 std::cerr << "Dump Object failed for FRU [" << i_fruPath in dumpObject()