Home
last modified time | relevance | path

Searched refs:DBusService (Results 1 – 7 of 7) sorted by relevance

/openbmc/openpower-hw-diags/util/
H A Ddbus.cpp85 reply.unpack<std::map<DBusService, DBusInterfaceList>>(); in findService()
149 DBusService service; in systemNames()
219 DBusService service; // will find this in autoRebootEnabled()
248 DBusService service; in hostRunningState()
321 DBusService service; // will find this in dumpPolicyEnabled()
354 util::dbus::DBusService service; in createPel()
403 DBusService service; in getMachineType()
549 DBusService service; in powerFault()
H A Ddbus.hpp19 using DBusService = std::string; typedef
23 std::map<DBusPath, std::map<DBusService, DBusInterfaceList>>;
/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_config.h38 using DBusService = std::string; variable
41 std::map<DBusObjectPath, std::map<DBusService, std::vector<DBusInterface>>>;
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddbus_types.hpp28 using DBusService = std::string; typedef
37 std::map<DBusPath, std::map<DBusService, DBusInterfaceList>>;
H A Ddata_interface.hpp713 DBusService getService(const std::string& objectPath,
H A Ddata_interface.cpp276 DBusService DataInterface::getService(const std::string& objectPath, in getService()
287 auto response = reply.unpack<std::map<DBusService, DBusInterfaceList>>(); in getService()
/openbmc/openpower-hw-diags/attn/
H A Dattn_dbus.cpp24 util::dbus::DBusService service; in dbusMethod()