Home
last modified time | relevance | path

Searched refs:invPath (Results 1 – 6 of 6) sorted by relevance

/openbmc/openpower-vpd-parser/
H A Dvpd_tool_impl.cpp94 json& js, const std::string& invPath) in getVPDInMap() argument
220 json VpdTool::getVINIProperties(string invPath) in getVINIProperties() argument
229 if (invPath.find(INVENTORY_PATH) != string::npos) in getVINIProperties()
231 objectName = invPath; in getVINIProperties()
232 eraseInventoryPath(invPath); in getVINIProperties()
236 objectName = INVENTORY_PATH + invPath; in getVINIProperties()
271 string objectName = INVENTORY_PATH + invPath; in getExtraInterfaceProperties()
319 string invPath = itemEEPROM.at("inventoryPath"); in interfaceDecider() local
321 j = getVINIProperties(invPath); in interfaceDecider()
337 else if (invPath.find("fan") != string::npos) in interfaceDecider()
[all …]
H A Dvpd_tool_impl.hpp61 json getVINIProperties(std::string invPath);
74 void getExtraInterfaceProperties(const std::string& invPath,
138 json getPresentPropJson(const std::string& invPath);
H A Dibm_vpd_app.cpp109 auto invPath = std::string{pimPath} + objectPath; in isFruInVpdCache()
111 "xyz.openbmc_project.Inventory.Manager", invPath.c_str(), in isFruInVpdCache()
567 const auto& invPath = in preAction() local
570 if (!invPath.empty()) in preAction()
573 {invPath, {{"com.ibm.ipzvpd.VINI", {{"CC", Binary{}}}}}}}; in preAction()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.hpp653 std::string findShortName(const std::string& invPath) in findShortName() argument
655 const auto lastSlashPos = invPath.find_last_of('/'); in findShortName()
658 ((lastSlashPos + 1) == invPath.size())) in findShortName()
660 return invPath; in findShortName()
664 return invPath.substr(lastSlashPos + 1); in findShortName()
/openbmc/phosphor-health-monitor/
H A Dhealth_monitor.cpp24 static constexpr auto invPath = sdbusplus::common::xyz::openbmc_project:: in startup() local
26 auto bmcPaths = co_await findPaths(ctx, bmcIntf, invPath); in startup()
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dmanager.cpp230 for (const auto& invPath : essentialFrus) in checkEssentialFrus() local
232 const auto res = readBusProperty(invPath, invItemIntf, "Present"); in checkEssentialFrus()
243 "CALLOUT_INVENTORY_PATH", (pimPath + invPath).c_str()); in checkEssentialFrus()