Searched refs:findService (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openpower-hw-diags/util/ |
| H A D | dbus.cpp | 63 int findService(const std::string& i_interface, const std::string& i_path, in findService() function 324 if (0 == findService(interface, path, service)) in dumpPolicyEnabled() 356 if (0 == findService(interface, path, service)) in createPel()
|
| H A D | dbus.hpp | 44 int findService(const std::string& i_interface, const std::string& i_path,
|
| /openbmc/openpower-hw-diags/attn/ |
| H A D | attn_dbus.cpp | 26 if (0 == util::dbus::findService(i_interface, i_path, service)) in dbusMethod()
|
| /openbmc/phosphor-fan-presence/control/json/ |
| H A D | manager.cpp | 379 const std::string& Manager::findService(const std::string& path, in findService() function in phosphor::fan::control::json::Manager 453 const auto& serviceName = findService(path, intf); in getService() 457 return findService(path, intf); in getService() 554 const auto& s = findService(path, intf); in addObjects()
|
| H A D | manager.hpp | 668 static const std::string& findService(const std::string& path,
|