Searched refs:findPaths (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-health-monitor/ |
H A D | health_utils.hpp | 17 auto findPaths(sdbusplus::async::context& ctx, const std::string& iface,
|
H A D | health_utils.cpp | 24 auto findPaths(sdbusplus::async::context& ctx, const std::string& iface, in findPaths() function
|
H A D | health_monitor.cpp | 26 auto bmcPaths = co_await findPaths(ctx, bmcIntf, invPath); in startup()
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | manager.cpp | 464 Manager::findPaths(const std::string& serv, const std::string& intf) in findPaths() function in phosphor::fan::control::json::Manager 492 auto paths = findPaths(serv, intf); in getPaths() 496 return findPaths(serv, intf); in getPaths()
|
H A D | manager.hpp | 683 std::vector<std::string> findPaths(const std::string& serv,
|