Home
last modified time | relevance | path

Searched refs:findService (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-hw-diags/util/
H A Ddbus.cpp63 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 Ddbus.hpp44 int findService(const std::string& i_interface, const std::string& i_path,
/openbmc/openpower-hw-diags/attn/
H A Dattn_dbus.cpp26 if (0 == util::dbus::findService(i_interface, i_path, service)) in dbusMethod()
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp379 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 Dmanager.hpp668 static const std::string& findService(const std::string& path,