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.cpp68 [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 Dbackup_restore.cpp460 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 Dparser.cpp284 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 Dgpio_monitor.hpp40 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 Dmanager.hpp92 const types::Path i_fruPath,
116 const types::Path i_fruPath,
H A Dparser.hpp133 const std::string& i_fruPath,
H A Dbackup_restore.hpp98 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.hpp947 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 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()