Home
last modified time | relevance | path

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

/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/pldm/platform-mc/
H A Dnumeric_sensor.cpp24 std::string invPath = associationPath + "/" + sensorName; in createInventoryPath() local
27 entityIntf = std::make_unique<EntityIntf>(bus, invPath.c_str()); in createInventoryPath()
33 "PATH", invPath, "ERROR", e); in createInventoryPath()