Searched refs:DBusService (Results 1 – 7 of 7) sorted by relevance
| /openbmc/openpower-hw-diags/util/ |
| H A D | dbus.cpp | 85 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 D | dbus.hpp | 19 using DBusService = std::string; typedef 23 std::map<DBusPath, std::map<DBusService, DBusInterfaceList>>;
|
| /openbmc/google-misc/subprojects/ncsid/src/ |
| H A D | net_config.h | 38 using DBusService = std::string; variable 41 std::map<DBusObjectPath, std::map<DBusService, std::vector<DBusInterface>>>;
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | dbus_types.hpp | 28 using DBusService = std::string; typedef 37 std::map<DBusPath, std::map<DBusService, DBusInterfaceList>>;
|
| H A D | data_interface.hpp | 713 DBusService getService(const std::string& objectPath,
|
| H A D | data_interface.cpp | 276 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 D | attn_dbus.cpp | 24 util::dbus::DBusService service; in dbusMethod()
|