Searched refs:i_fruPath (Results 1 – 9 of 9) sorted by relevance
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | manager.cpp | 85 [this](const types::Path i_fruPath, in Manager() 87 return this->updateKeywordOnHardware(i_fruPath, in Manager() 93 [this](const types::Path i_fruPath, in Manager() argument 96 return this->readKeyword(i_fruPath, i_paramsToReadData); in Manager() 555 const types::Path i_fruPath, in updateKeywordOnHardware() 560 if (i_fruPath.empty()) in updateKeywordOnHardware() 573 std::make_shared<Parser>(i_fruPath, l_sysCfgJsonObj); in updateKeywordOnHardware() 581 "Update keyword on hardware failed for file[" + i_fruPath + in readKeyword() 590 const types::Path i_fruPath, const types::ReadVpdParams i_paramsToReadData) in readKeyword() 604 if (!std::filesystem::exists(i_fruPath, e in readKeyword() 95 __anon46d8d0750402(const types::Path i_fruPath, const types::ReadVpdParams i_paramsToReadData) Manager() argument 542 updateKeywordOnHardware(const types::Path i_fruPath,const types::WriteVpdParams i_paramsToWriteData) updateKeywordOnHardware() argument 577 readKeyword(const types::Path i_fruPath,const types::ReadVpdParams i_paramsToReadData) readKeyword() argument [all...] |
H A D | parser.cpp | 238 const std::string& i_fruPath, in updateVpdKeywordOnRedundantPath() argument 244 std::make_shared<Parser>(i_fruPath, m_parsedJson); in updateVpdKeywordOnRedundantPath() 257 i_fruPath + ", error: " + std::string(l_exception.what()), in updateVpdKeywordOnRedundantPath()
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | gpio_monitor.hpp | 39 const std::string i_fruPath, const std::shared_ptr<Worker>& i_worker, in GpioEventHandler() argument 41 m_fruPath(i_fruPath), m_worker(i_worker) in GpioEventHandler()
|
H A D | manager.hpp | 87 const types::Path i_fruPath, 111 const types::Path i_fruPath,
|
H A D | parser.hpp | 110 const std::string& i_fruPath,
|
H A D | worker.hpp | 510 void setPresentProperty(const std::string& i_fruPath, const bool& i_value);
|
/openbmc/openpower-vpd-parser/vpd-tool/include/ |
H A D | vpd_tool.hpp | 260 int dumpObject(std::string i_fruPath) const noexcept;
|
H A D | tool_utils.hpp | 294 inline void displayOnConsole(const std::string& i_fruPath, in displayOnConsole() argument 302 l_resultInJson.emplace(i_fruPath, l_keywordValInJson); in displayOnConsole()
|
/openbmc/openpower-vpd-parser/vpd-tool/src/ |
H A D | vpd_tool.cpp | 91 int VpdTool::dumpObject(std::string i_fruPath) const noexcept in dumpObject() 97 i_fruPath = constants::baseInventoryPath + i_fruPath; in dumpObject() 100 const nlohmann::json l_fruJson = getFruProperties(i_fruPath); in dumpObject() 109 std::cout << "FRU [" << i_fruPath in dumpObject() 117 std::cerr << "Dump Object failed for FRU [" << i_fruPath in dumpObject()
|