Searched refs:i_fruPath (Results 1 – 12 of 12) sorted by relevance
| /openbmc/openpower-vpd-parser/vpd-manager/src/ |
| H A D | manager.cpp | 68 [this](const types::Path i_fruPath, in Manager() 70 return this->updateKeywordOnHardware(i_fruPath, in Manager() 76 [this](const types::Path i_fruPath, in Manager() argument 79 return this->readKeyword(i_fruPath, i_paramsToReadData); in Manager() 312 const types::Path i_fruPath, in updateKeywordOnHardware() argument 317 if (i_fruPath.empty()) in updateKeywordOnHardware() 330 std::make_shared<Parser>(i_fruPath, l_sysCfgJsonObj); in updateKeywordOnHardware() 338 "Update keyword on hardware failed for file[" + i_fruPath + in updateKeywordOnHardware() 347 const types::Path i_fruPath, const types::ReadVpdParams i_paramsToReadData) in readKeyword() argument 361 if (!std::filesystem::exists(i_fruPath, ec) && (ec)) in readKeyword() [all …]
|
| H A D | backup_restore.cpp | 460 const std::string& i_fruPath, in updateKeywordOnPrimaryOrBackupPath() argument 463 if (i_fruPath.empty()) in updateKeywordOnPrimaryOrBackupPath() 474 i_fruPath && in updateKeywordOnPrimaryOrBackupPath() 484 "hardwarePath", "") == i_fruPath && in updateKeywordOnPrimaryOrBackupPath()
|
| H A D | parser.cpp | 284 const std::string& i_fruPath, in updateVpdKeywordOnRedundantPath() argument 290 std::make_shared<Parser>(i_fruPath, m_parsedJson); in updateVpdKeywordOnRedundantPath() 303 i_fruPath + ", error: " + std::string(l_exception.what()), in updateVpdKeywordOnRedundantPath()
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/ |
| H A D | gpio_monitor.hpp | 40 const std::string i_fruPath, const std::shared_ptr<Worker>& i_worker, in GpioEventHandler() argument 42 m_fruPath(i_fruPath), m_worker(i_worker) in GpioEventHandler()
|
| H A D | manager.hpp | 92 const types::Path i_fruPath, 116 const types::Path i_fruPath,
|
| H A D | parser.hpp | 133 const std::string& i_fruPath,
|
| H A D | backup_restore.hpp | 98 const std::string& i_fruPath,
|
| H A D | worker.hpp | 413 void setPresentProperty(const std::string& i_fruPath, const bool& i_value);
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
| H A D | vpd_specific_utility.hpp | 947 const std::string& i_fruPath, in updateKwdOnInheritedFrus() argument 954 if (i_fruPath.empty() || i_sysCfgJsonObj.empty()) in updateKwdOnInheritedFrus() 966 if (!i_sysCfgJsonObj["frus"].contains(i_fruPath)) in updateKwdOnInheritedFrus() 1006 i_sysCfgJsonObj["frus"][i_fruPath].begin() + constants::VALUE_1, in updateKwdOnInheritedFrus() 1007 i_sysCfgJsonObj["frus"][i_fruPath].end(), l_populateInterfaceMap); in updateKwdOnInheritedFrus() 1137 const std::string& i_fruPath, in updateCiPropertyOfInheritedFrus() argument 1144 if (i_fruPath.empty() || i_sysCfgJsonObj.empty()) in updateCiPropertyOfInheritedFrus() 1162 if (!i_sysCfgJsonObj["frus"].contains(i_fruPath)) in updateCiPropertyOfInheritedFrus() 1209 std::for_each(i_sysCfgJsonObj["frus"][i_fruPath].begin(), in updateCiPropertyOfInheritedFrus() 1210 i_sysCfgJsonObj["frus"][i_fruPath].end(), in updateCiPropertyOfInheritedFrus()
|
| /openbmc/openpower-vpd-parser/vpd-tool/include/ |
| H A D | vpd_tool.hpp | 271 int dumpObject(std::string i_fruPath) const noexcept;
|
| H A D | tool_utils.hpp | 295 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 D | vpd_tool.cpp | 118 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()
|