| /openbmc/sdbusplus/include/sdbusplus/server/ |
| H A D | transaction.hpp | 36 Transaction(sdbusplus::bus_t& bus_in, sdbusplus::message_t& msg_in) : in Transaction() 41 sdbusplus::message_t& msg; 60 struct hash<sdbusplus::message_t> 62 size_t operator()(sdbusplus::message_t& m) const; 106 void set_id(message_t& msg);
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/ |
| H A D | listener.hpp | 85 std::function<void(sdbusplus::message_t& i_msg)> i_callBackFunction); 93 void hostStateChangeCallBack(sdbusplus::message_t& i_msg) const noexcept; 100 void assetTagChangeCallback(sdbusplus::message_t& i_msg) const noexcept; 108 sdbusplus::message_t& i_msg) const noexcept; 115 void correlatedPropChangedCallBack(sdbusplus::message_t& i_msg) noexcept;
|
| /openbmc/sdbusplus/include/sdbusplus/async/ |
| H A D | match.hpp | 61 std::queue<sdbusplus::message_t> queue{}; 65 void handle_match(message_t&&) noexcept; 92 virtual void complete(message_t&&) noexcept = 0; 107 void complete(message_t&& msg) noexcept override final in complete() 130 -> execution::completion_signatures<execution::set_value_t(message_t), 154 execution::then([](message_t&& m) { return m.unpack<Rs...>(); }); in next()
|
| H A D | server.hpp | 69 requires(const Instance& i, sdbusplus::message_t& m) { 84 requires(Instance& i, sdbusplus::message_t& m) { 98 requires(Instance& i, sdbusplus::message_t& m, Arg&& a) { 116 requires(Instance& i, sdbusplus::message_t& m, Args&&... a) {
|
| /openbmc/sdbusplus/include/sdbusplus/ |
| H A D | bus.hpp | 236 return message_t(m, _intf, std::false_type()); in process() 303 return message_t(m, _intf, std::false_type()); in new_method_call() 324 return message_t(m, _intf, std::false_type()); in new_signal() 338 auto call(message_t& m, uint64_t timeout_us) in call() 349 return message_t(reply, _intf, std::false_type()); in call() 351 auto call(message_t& m, std::optional<SdBusDuration> timeout = std::nullopt) in call() 361 void call_noreply(message_t& m, uint64_t timeout_us) in call_noreply() 371 auto call_noreply(message_t& m, in call_noreply() 383 void call_noreply_noerror(message_t& m, uint64_t timeout_us) in call_noreply_noerror() 395 message_t& m, std::optional<SdBusDuration> timeout = std::nullopt) in call_noreply_noerror() [all …]
|
| /openbmc/phosphor-virtual-sensor/src/ |
| H A D | dbusSensor.cpp | 25 [this](sdbusplus::message_t& message) { in DbusSensor() 31 [this](sdbusplus::message_t& message) { in __anoncb7820ff0202() 61 [this](sdbusplus::message_t& message) { in initSensorValue() 77 void DbusSensor::handleDbusSignalNameOwnerChanged(sdbusplus::message_t& msg) in handleDbusSignalNameOwnerChanged() 102 void DbusSensor::handleDbusSignalPropChange(sdbusplus::message_t& msg) in handleDbusSignalPropChange() 139 void DbusSensor::handleDbusSignalRemove(sdbusplus::message_t& msg) in handleDbusSignalRemove()
|
| H A D | dbusSensor.hpp | 57 void handleDbusSignalNameOwnerChanged(sdbusplus::message_t& msg); 60 void handleDbusSignalPropChange(sdbusplus::message_t& msg); 63 void handleDbusSignalRemove(sdbusplus::message_t& msg);
|
| /openbmc/phosphor-state-manager/ |
| H A D | systemd_target_signal.hpp | 43 [this](sdbusplus::message_t& m) { systemdUnitChange(m); }), in SystemdTargetLogging() 46 [this](sdbusplus::message_t& m) { processNameChangeSignal(m); }) in __anonedb643ec0202() 91 void systemdUnitChange(sdbusplus::message_t& msg); 101 void processNameChangeSignal(sdbusplus::message_t& msg);
|
| H A D | chassis_state_manager.hpp | 57 [this](sdbusplus::message_t& m) { sysStateChange(m); }), in Chassis() 154 int sysStateChange(sdbusplus::message_t& msg); 247 void uPowerChangeEvent(sdbusplus::message_t& msg); 257 void powerSysInputsChangeEvent(sdbusplus::message_t& msg);
|
| H A D | bmc_state_manager.hpp | 46 [this](sdbusplus::message_t& m) { bmcStateChange(m); })), in BMC() 53 [this](sdbusplus::message_t& m) { in __anonbe750f0c0202() 127 int bmcStateChange(sdbusplus::message_t& msg);
|
| /openbmc/phosphor-buttons/inc/ |
| H A D | button_handler.hpp | 74 void powerReleased(sdbusplus::message_t& msg); 83 void idReleased(sdbusplus::message_t& msg); 92 void resetReleased(sdbusplus::message_t& msg); 103 void debugHostSelectorReleased(sdbusplus::message_t& msg);
|
| /openbmc/sdbusplus/include/sdbusplus/asio/ |
| H A D | object_server.hpp | 48 std::function<int(message_t&)>&& on_get, in property_callback() 49 std::function<SetPropertyReturnValue(message_t&)>&& on_set_message, in property_callback() 59 std::function<int(message_t&)> on_get_; 60 std::function<SetPropertyReturnValue(message_t&)> on_set_message_; 70 std::function<int(message_t&)>&& call, in method_callback() 77 std::function<int(message_t&)> call_; 110 message_t>; 116 message_t>; 144 if constexpr (std::is_same_v<FirstArg, message_t> || in size() 173 void callFunction(message_t& m, InputArgs& inputArgs, Callback&& callback) in callFunction() [all …]
|
| H A D | connection.hpp | 89 using callback_t = void(boost::system::error_code, message_t&); 91 inline void async_send(message_t& m, send_function&& callback, in async_send() 98 inline auto async_send_yield(message_t& m, in async_send_yield() 102 using yield_callback_t = void(boost::system::error_code, message_t); in async_send_yield() 110 static void unpack(const boost::system::error_code& ec, message_t& r, in unpack() 162 boost::system::error_code, message_t&)>; in async_method_call_timed() 165 handler)](boost::system::error_code ec, message_t& r) mutable { in async_method_call_timed() 168 message_t m; in async_method_call_timed() 255 message_t m; in yield_method_call() 269 message_t r; in yield_method_call()
|
| /openbmc/phosphor-led-manager/fault-monitor/ |
| H A D | fru-fault-monitor.hpp | 50 [this](sdbusplus::message_t& m) { removed(m); }) in Remove() 65 void removed(sdbusplus::message_t& msg); 105 [this](sdbusplus::message_t& m) { created(m); }) in Add() 119 void created(sdbusplus::message_t& msg);
|
| /openbmc/kcsbridge/src/ |
| H A D | server.cpp | 17 void setAttention(sdbusplus::message_t& m, stdplus::Fd& kcs) in setAttention() 23 void clearAttention(sdbusplus::message_t& m, stdplus::Fd& kcs) in clearAttention() 29 void forceAbort(sdbusplus::message_t& m, stdplus::Fd& kcs) in forceAbort() 38 sdbusplus::message_t m(mptr); in methodRsp()
|
| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | snmp_trap.hpp | 25 virtual void trap(sdbusplus::message_t& msg) const = 0; 44 void trap(sdbusplus::message_t& msg) const override; 70 void operator()(Context /* ctx */, sdbusplus::message_t& msg) override in operator ()()
|
| H A D | propertywatch.hpp | 82 virtual void propertiesChanged(sdbusplus::message_t&, 93 virtual void interfacesAdded(sdbusplus::message_t& msg) = 0; 156 void propertiesChanged(sdbusplus::message_t& msg, const std::string& path, 175 void interfacesAdded(sdbusplus::message_t& msg) override;
|
| /openbmc/phosphor-power/phosphor-power-sequencer/src/ |
| H A D | power_interface.cpp | 49 sdbusplus::message_t(msg).append(pgood); in callbackGetPgood() 80 sdbusplus::message_t(msg).append(timeout); in callbackGetPgoodTimeout() 110 auto reply = sdbusplus::message_t(msg).new_method_return(); in callbackGetPowerState() 138 auto m = sdbusplus::message_t(msg); in callbackSetPgoodTimeout() 175 sdbusplus::message_t(msg).append(state); in callbackGetState() 199 auto m = sdbusplus::message_t(msg); in callbackSetPowerState() 239 auto m = sdbusplus::message_t(msg); in callbackSetPowerSupplyError()
|
| /openbmc/dbus-sensors/src/ipmb/ |
| H A D | IpmbSensorMain.cpp | 34 sdbusplus::message_t& message, in sdrHandler() 55 void reinitSensors(sdbusplus::message_t& message) in reinitSensors() 113 std::function<void(sdbusplus::message_t&)> eventHandler = in main() 114 [&](sdbusplus::message_t&) { in main() argument 146 [&systemBus](sdbusplus::message_t& msg) { in main() 156 [](sdbusplus::message_t& msg) { interfaceRemoved(msg, sensors); }); in main()
|
| /openbmc/sdbusplus/src/server/ |
| H A D | transaction.cpp | 33 void set_id(message_t& msg) in set_id() 53 size_t hash<sdbusplus::message_t>::operator()(sdbusplus::message_t& m) const in operator ()() 81 auto hash2 = std::hash<sdbusplus::message_t>{}(t.msg); in operator ()()
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | allowlist-filter.cpp | 38 void handleRestrictedModeChange(sdbusplus::message_t& m); 39 void handlePostCompleteChange(sdbusplus::message_t& m); 43 void handleCoreBiosDoneChange(sdbusplus::message_t& m); 166 void AllowlistFilter::handleRestrictedModeChange(sdbusplus::message_t& m) in handleRestrictedModeChange() 213 void AllowlistFilter::handlePostCompleteChange(sdbusplus::message_t& m) in handlePostCompleteChange() 284 void AllowlistFilter::handleCoreBiosDoneChange(sdbusplus::message_t& msg) in handleCoreBiosDoneChange() 361 [this](sdbusplus::message_t& m) { handleRestrictedModeChange(m); }); in postInit() 364 [this](sdbusplus::message_t& m) { handleRestrictedModeChange(m); }); in postInit() 368 [this](sdbusplus::message_t& m) { handlePostCompleteChange(m); }); in postInit() 372 [this](sdbusplus::message_t& m) { handlePostCompleteChange(m); }); in postInit() [all …]
|
| /openbmc/pldm/requester/ |
| H A D | mctp_endpoint_discovery.hpp | 105 void propertiesChangedCb(sdbusplus::message_t& msg); 112 void discoverEndpoints(sdbusplus::message_t& msg); 119 void removeEndpoints(sdbusplus::message_t& msg); 156 void getAddedMctpInfos(sdbusplus::message_t& msg, MctpInfos& mctpInfos);
|
| /openbmc/sdbusplus/include/sdbusplus/asio/detail/ |
| H A D | async_send_handler.hpp | 55 message_t message(mesg); in do_unpack() 70 message_t& mesg; 94 async_send_handler(sd_bus* busIn, message_t& mesgIn, uint64_t timeoutIn) : in async_send_handler()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | dbus_utils.hpp | 44 const boost::system::error_code& ec, const sdbusplus::message_t& msg); 50 const sdbusplus::message_t& msg); 69 const sdbusplus::message_t& msg) { in setDbusProperty() 95 const sdbusplus::message_t& msg) { in setDbusPropertyAction()
|
| /openbmc/phosphor-fan-presence/sensor-monitor/ |
| H A D | threshold_alarm_logger.hpp | 81 void propertiesChanged(sdbusplus::message_t& msg); 91 void interfacesRemoved(sdbusplus::message_t& msg); 101 void interfacesAdded(sdbusplus::message_t& msg);
|