Searched refs:DBusService (Results 1 – 7 of 7) sorted by relevance
/openbmc/openpower-hw-diags/util/ |
H A D | dbus.cpp | 85 std::map<DBusService, DBusInterfaceList> response; in findService() 150 DBusService service; in systemNames() 220 DBusService service; // will find this in autoRebootEnabled() 249 DBusService service; in hostRunningState() 322 DBusService service; // will find this in dumpPolicyEnabled() 355 util::dbus::DBusService service; in createPel() 404 DBusService service; in getMachineType() 550 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 | 29 using DBusService = std::string; typedef 38 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 | 292 DBusService DataInterface::getService(const std::string& objectPath, in getService() 303 std::map<DBusService, DBusInterfaceList> response; in getService()
|
/openbmc/openpower-hw-diags/attn/ |
H A D | attn_dbus.cpp | 24 util::dbus::DBusService service; in dbusMethod()
|