Searched refs:DbusInterface (Results 1 – 14 of 14) sorted by relevance
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | types.hpp | 17 using DbusInterface = std::string; typedef 32 std::map<DbusObjectPath, std::map<DbusService, std::vector<DbusInterface>>>; 36 using DbusInterfaceMap = std::map<DbusInterface, PropertyMap>; 126 using DbusInterfaceMap = std::map<DbusInterface, DbusPropertyMap>; 166 DbusInterface sensorInterface; 196 using InterfaceMap = std::map<DbusInterface, PropertyMap>;
|
/openbmc/ibm-logging/ |
H A D | dbus.hpp | 14 using DbusInterface = std::string; typedef 29 using DbusInterfaceMap = std::map<DbusInterface, DbusPropertyMap>; 30 using DbusInterfaceList = std::vector<DbusInterface>;
|
/openbmc/phosphor-host-ipmid/ |
H A D | fruread.hpp | 20 using DbusInterface = std::string; typedef 21 using DbusInterfaceVec = std::vector<std::pair<DbusInterface, DbusPropertyVec>>;
|
H A D | host-cmd-manager.cpp | 173 ::ipmi::DbusInterface interface; in clearQueueOnPowerOn()
|
H A D | sensordatahandler.cpp | 69 const DbusInterface& interface) in mapDbusToAssertion()
|
H A D | sensordatahandler.hpp | 140 const DbusInterface& interface);
|
/openbmc/phosphor-snmp/ |
H A D | snmp_util.hpp | 27 using DbusInterface = std::string; typedef 35 using DbusInterfaceMap = std::map<DbusInterface, PropertyMap>;
|
/openbmc/ipmi-fru-parser/ |
H A D | frup.hpp | 90 using DbusInterface = std::string; typedef 91 using DbusInterfaceVec = std::vector<std::pair<DbusInterface, DbusPropertyVec>>;
|
/openbmc/phosphor-networkd/src/ |
H A D | inventory_mac.cpp | 29 using DbusInterface = std::string; typedef 84 std::vector<DbusInterface> interfaces; in getfromInventory() 216 std::map<DbusInterface, std::variant<PropertyValue>>> in registerSignals() 289 std::map<DbusInterface, std::variant<PropertyValue>>> in watchEthernetInterface()
|
/openbmc/phosphor-net-ipmid/ |
H A D | sd_event_loop.hpp | 27 using DbusInterface = std::string; typedef 29 std::map<DbusObjectPath, std::map<DbusService, std::vector<DbusInterface>>>;
|
/openbmc/boost-dbus/include/dbus/ |
H A D | properties.hpp | 180 class DbusInterface { class 182 DbusInterface(std::string interface_name, in DbusInterface() function in dbus::DbusInterface 370 std::shared_ptr<DbusInterface> add_interface(const std::string& name) { in add_interface() 371 auto x = std::make_shared<DbusInterface>(name, conn); in add_interface() 376 void register_interface(std::shared_ptr<DbusInterface>& interface) { in register_interface() 409 std::shared_ptr<DbusInterface> properties_iface; 411 std::shared_ptr<DbusInterface> object_manager_iface; 414 boost::container::flat_map<std::string, std::shared_ptr<DbusInterface>>
|
/openbmc/phosphor-power/ |
H A D | utility.hpp | 29 using DbusInterface = std::string; typedef 30 using DbusInterfaceList = std::vector<DbusInterface>;
|
/openbmc/boost-dbus/test/ |
H A D | dbusPropertiesServer.cpp | 235 auto iface = std::make_shared<dbus::DbusInterface>( in TEST() 326 auto iface = std::make_shared<dbus::DbusInterface>( in TEST()
|
/openbmc/phosphor-host-ipmid/libipmid/ |
H A D | utils.cpp | 46 std::vector<DbusInterface> interfaces; in getDbusObject() 364 std::vector<DbusInterface> interfaces; in getDbusObject()
|