/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 | 27 * @tparam[in] DBusInterface - DBus interface type 28 * @param[in] dBusIntf - The interface object of DBusInterface 34 template <class DBusInterface> 36 const DBusInterface& dBusIntf, in getStateSensorEventState() 67 * @tparam[in] DBusInterface - DBus interface type 69 * @param[in] dBusIntf - The interface object of DBusInterface 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 | 26 * @tparam[in] DBusInterface - DBus interface type 28 * @param[in] dBusIntf - The interface object of DBusInterface 37 template <class DBusInterface, class Handler> 39 const DBusInterface& dBusIntf, Handler& handler, uint16_t effecterId, in setStateEffecterStatesHandler()
|
H A D | platform_numeric_effecter.hpp | 231 * @tparam[in] DBusInterface - DBus interface type 233 * @param[in] dBusIntf - The interface object of DBusInterface 246 template <class DBusInterface, class Handler> 248 const DBusInterface& dBusIntf, Handler& handler, uint16_t effecterId, in setNumericEffecterValueHandler() 474 * @tparam[in] DBusInterface - DBus interface type 476 * @param[in] dBusIntf - The interface object of DBusInterface 488 template <class DBusInterface, class Handler> 489 int getNumericEffecterData(const DBusInterface& dBusIntf, Handler& handler, in getNumericEffecterData()
|
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 | 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 | 341 template <class DBusInterface> 343 const DBusInterface& dBusIntf, uint16_t effecterId, in setStateEffecterStatesHandler()
|
/openbmc/entity-manager/test/ |
H A D | test_entity-manager.cpp | 16 DBusInterface data; in TEST() 29 DBusInterface data; in TEST() 42 DBusInterface data; in TEST() 55 DBusInterface data; in TEST() 68 DBusInterface data; in TEST() 81 DBusInterface data; in TEST() 94 DBusInterface data; in TEST() 107 DBusInterface data; in TEST() 120 DBusInterface data; in TEST() 133 DBusInterface data; in TEST() [all …]
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | dbus_types.hpp | 28 using DBusInterface = std::string; typedef 31 using DBusInterfaceList = std::vector<DBusInterface>; 34 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 | 1012 DBusInterface interface; in presenceChanged()
|
/openbmc/entity-manager/src/ |
H A D | utils.hpp | 39 using DBusInterface = boost::container::flat_map<std::string, DBusValueVariant>; typedef 40 using DBusObject = boost::container::flat_map<std::string, DBusInterface>; 139 nlohmann::json::iterator& keyPair, const DBusInterface& interface,
|
H A D | perform_scan.cpp | 63 retries](boost::system::error_code& errc, const DBusInterface& resp) { in getInterfaces() 200 static std::string getRecordName(const DBusInterface& probe, in getRecordName() 494 DBusInterface emptyInterface; in updateSystemConfiguration()
|
H A D | perform_probe.cpp | 46 const DBusInterface& interface = it->second; in probeDbus()
|
H A D | entity_manager.hpp | 35 DBusInterface interface;
|
H A D | utils.cpp | 209 nlohmann::json::iterator& keyPair, const DBusInterface& interface, in templateCharReplace()
|
/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/qemu/docs/sphinx/ |
H A D | dbusdomain.py | 71 class DBusInterface(DBusDescription): class 339 "interface": DBusInterface,
|