Searched refs:invPath (Results 1 – 3 of 3) sorted by relevance
653 std::string findShortName(const std::string& invPath) in findShortName() argument655 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()
24 static constexpr auto invPath = sdbusplus::common::xyz::openbmc_project:: in startup() local26 auto bmcPaths = co_await findPaths(ctx, bmcIntf, invPath); in startup()
24 std::string invPath = associationPath + "/" + sensorName; in createInventoryPath() local27 entityIntf = std::make_unique<EntityIntf>(bus, invPath.c_str()); in createInventoryPath()33 "PATH", invPath, "ERROR", e); in createInventoryPath()