| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | method.hpp | 27 template <typename DBusInterface, typename... MethodArgs> 36 DBusInterface::callMethodNoReply(bus, path, iface, method, in op() 85 template <typename DBusInterface, typename... MethodArgs> 105 std::apply(detail::CallDBusMethod<DBusInterface, MethodArgs...>::op, in operator ()() 116 template <typename DBusInterface, typename... MethodArgs> 121 return std::make_unique<Method<DBusInterface, MethodArgs...>>( in makeMethod()
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | platform_state_sensor.hpp | 34 template <class DBusInterface> 36 const DBusInterface& dBusIntf, in getStateSensorEventState() 81 template <class DBusInterface, class Handler> 83 const DBusInterface& dBusIntf, Handler& handler, uint16_t sensorId, in getStateSensorReadingsHandler() 169 uint8_t sensorEvent = getStateSensorEventState<DBusInterface>( in getStateSensorReadingsHandler()
|
| H A D | platform_state_effecter.hpp | 37 template <class DBusInterface, class Handler> 39 const DBusInterface& dBusIntf, Handler& handler, uint16_t effecterId, in setStateEffecterStatesHandler()
|
| H A D | pdr_state_effecter.hpp | 29 template <class DBusInterface, class Handler> 30 void generateStateEffecterPDR(const DBusInterface& dBusIntf, const Json& json, in generateStateEffecterPDR()
|
| H A D | platform_numeric_effecter.hpp | 246 template <class DBusInterface, class Handler> 248 const DBusInterface& dBusIntf, Handler& handler, uint16_t effecterId, in setNumericEffecterValueHandler() 488 template <class DBusInterface, class Handler> 489 int getNumericEffecterData(const DBusInterface& dBusIntf, Handler& handler, in getNumericEffecterData()
|
| H A D | pdr_state_sensor.hpp | 28 template <class DBusInterface, class Handler> 29 void generateStateSensorPDR(const DBusInterface& dBusIntf, const Json& json, in generateStateSensorPDR()
|
| H A D | pdr_numeric_effecter.hpp | 28 template <class DBusInterface, class Handler> 29 void generateNumericEffecterPDR(const DBusInterface& dBusIntf, const Json& json, in generateNumericEffecterPDR()
|
| H A D | platform.hpp | 343 template <class DBusInterface> 345 const DBusInterface& dBusIntf, uint16_t effecterId, in setStateEffecterStatesHandler()
|
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | utils.hpp | 12 using DBusInterface = std::flat_map<std::string, DBusValueVariant, std::less<>>; typedef 13 using DBusObject = std::flat_map<std::string, DBusInterface, std::less<>>; 38 nlohmann::json& value, const DBusInterface& interface, size_t index,
|
| H A D | perform_scan.hpp | 20 DBusInterface interface;
|
| H A D | perform_scan.cpp | 46 const DBusInterface& resp) mutable { in getInterfaces() 161 static std::string getRecordName(const DBusInterface& probe, in getRecordName() 491 DBusInterface emptyInterface; in updateSystemConfiguration()
|
| H A D | perform_probe.cpp | 34 const DBusInterface& interface = it->second; in probeDbus()
|
| H A D | utils.cpp | 164 nlohmann::json& value, const DBusInterface& interface, const size_t index, in templateCharReplace()
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | dbus_types.hpp | 27 using DBusInterface = std::string; typedef 30 using DBusInterfaceList = std::vector<DBusInterface>; 33 using DBusInterfaceMap = std::map<DBusInterface, DBusPropertyMap>;
|
| H A D | dbus_watcher.hpp | 185 DBusInterface interface; in propChanged() 332 DBusInterface interface; in propChanged()
|
| H A D | data_interface.cpp | 995 DBusInterface interface; in presenceChanged()
|
| /openbmc/entity-manager/test/entity_manager/ |
| H A D | test_entity-manager.cpp | 16 DBusInterface data; in TEST() 28 DBusInterface data; in TEST() 40 DBusInterface data; in TEST() 52 DBusInterface data; in TEST() 64 DBusInterface data; in TEST() 76 DBusInterface data; in TEST() 88 DBusInterface data; in TEST() 100 DBusInterface data; in TEST() 112 DBusInterface data; in TEST() 124 DBusInterface data; in TEST() [all …]
|
| /openbmc/google-misc/subprojects/ncsid/src/ |
| H A D | net_config.h | 39 using DBusInterface = std::string; variable 41 std::map<DBusObjectPath, std::map<DBusService, std::vector<DBusInterface>>>;
|
| /openbmc/openpower-hw-diags/util/ |
| H A D | dbus.hpp | 18 using DBusInterface = std::string; typedef 21 using DBusInterfaceList = std::vector<DBusInterface>;
|
| /openbmc/entity-manager/src/ |
| H A D | utils.hpp | 17 using DBusInterface = std::flat_map<std::string, DBusValueVariant, std::less<>>; typedef 18 using DBusObject = std::flat_map<std::string, DBusInterface, std::less<>>;
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | dbusdomain.py | 71 class DBusInterface(DBusDescription): class 339 "interface": DBusInterface,
|