Home
last modified time | relevance | path

Searched refs:DbusInterface (Results 1 – 14 of 14) sorted by relevance

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp17 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 Ddbus.hpp14 using DbusInterface = std::string; typedef
29 using DbusInterfaceMap = std::map<DbusInterface, DbusPropertyMap>;
30 using DbusInterfaceList = std::vector<DbusInterface>;
/openbmc/phosphor-host-ipmid/
H A Dfruread.hpp20 using DbusInterface = std::string; typedef
21 using DbusInterfaceVec = std::vector<std::pair<DbusInterface, DbusPropertyVec>>;
H A Dhost-cmd-manager.cpp173 ::ipmi::DbusInterface interface; in clearQueueOnPowerOn()
H A Dsensordatahandler.cpp69 const DbusInterface& interface) in mapDbusToAssertion()
H A Dsensordatahandler.hpp140 const DbusInterface& interface);
/openbmc/phosphor-snmp/
H A Dsnmp_util.hpp27 using DbusInterface = std::string; typedef
35 using DbusInterfaceMap = std::map<DbusInterface, PropertyMap>;
/openbmc/ipmi-fru-parser/
H A Dfrup.hpp90 using DbusInterface = std::string; typedef
91 using DbusInterfaceVec = std::vector<std::pair<DbusInterface, DbusPropertyVec>>;
/openbmc/phosphor-networkd/src/
H A Dinventory_mac.cpp29 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 Dsd_event_loop.hpp27 using DbusInterface = std::string; typedef
29 std::map<DbusObjectPath, std::map<DbusService, std::vector<DbusInterface>>>;
/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp180 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 Dutility.hpp29 using DbusInterface = std::string; typedef
30 using DbusInterfaceList = std::vector<DbusInterface>;
/openbmc/boost-dbus/test/
H A DdbusPropertiesServer.cpp235 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 Dutils.cpp46 std::vector<DbusInterface> interfaces; in getDbusObject()
364 std::vector<DbusInterface> interfaces; in getDbusObject()