Home
last modified time | relevance | path

Searched refs:message_t (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/openbmc/sdbusplus/include/sdbusplus/server/
H A Dtransaction.hpp36 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/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp45 std::function<int(message_t&)>&& on_get, in property_callback()
46 std::function<SetPropertyReturnValue(message_t&)>&& on_set_message, in property_callback()
56 std::function<int(message_t&)> on_get_;
57 std::function<SetPropertyReturnValue(message_t&)> on_set_message_;
67 std::function<int(message_t&)>&& call, in method_callback()
74 std::function<int(message_t&)> call_;
107 message_t>;
113 message_t>;
141 if constexpr (std::is_same_v<FirstArg, message_t> || in size()
170 void callFunction(message_t& m, InputArgs& inputArgs, Callback&& callback) in callFunction()
[all …]
H A Dconnection.hpp86 inline auto async_send(message_t& m, CompletionToken&& token, in async_send()
95 using return_t = std::conditional_t<is_yield, message_t, message_t&>; in async_send()
131 sdbusplus::message_t>; in async_method_call_timed()
139 handler)](boost::system::error_code ec, message_t& r) mutable { in async_method_call_timed()
170 message_t m; in async_method_call_timed()
257 message_t m; in yield_method_call()
271 message_t r; in yield_method_call()
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dmatch.hpp61 std::queue<sdbusplus::message_t> queue{};
65 void handle_match(message_t&&) noexcept;
95 virtual void complete(message_t&&) noexcept = 0;
111 void complete(message_t&& msg) noexcept override final in complete()
134 -> execution::completion_signatures<execution::set_value_t(message_t),
159 execution::then([](message_t&& m) { return m.unpack<Rs...>(); }); in next()
H A Dserver.hpp62 requires(const Instance& i, sdbusplus::message_t& m) {
77 requires(Instance& i, sdbusplus::message_t& m) {
91 requires(Instance& i, sdbusplus::message_t& m, Arg&& a) {
109 requires(Instance& i, sdbusplus::message_t& m, Args&&... a) {
/openbmc/sdbusplus/include/sdbusplus/
H A Dbus.hpp236 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/
H A DdbusSensor.cpp25 [this](sdbusplus::message_t& message) { in DbusSensor()
31 [this](sdbusplus::message_t& message) { in __anona3fb8bc80202()
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()
132 void DbusSensor::handleDbusSignalRemove(sdbusplus::message_t& msg) in handleDbusSignalRemove()
H A DdbusSensor.hpp57 void handleDbusSignalNameOwnerChanged(sdbusplus::message_t& msg);
60 void handleDbusSignalPropChange(sdbusplus::message_t& msg);
63 void handleDbusSignalRemove(sdbusplus::message_t& msg);
/openbmc/intel-ipmi-oem/src/
H A Dallowlist-filter.cpp38 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/dbus-sensors/src/ipmb/
H A DIpmbSensorMain.cpp34 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/phosphor-state-manager/
H A Dsystemd_target_signal.hpp43 [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 Dchassis_state_manager.hpp57 [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 Dbmc_state_manager.hpp46 [this](sdbusplus::message_t& m) { bmcStateChange(m); })), in BMC()
53 [this](sdbusplus::message_t& m) { in __anonbe750f0c0202()
122 int bmcStateChange(sdbusplus::message_t& msg);
/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.hpp50 [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/phosphor-buttons/inc/
H A Dbutton_handler.hpp74 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/kcsbridge/src/
H A Dserver.cpp17 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-power/phosphor-power-sequencer/src/
H A Dpower_interface.cpp53 sdbusplus::message_t(msg).append(pgood); in callbackGetPgood()
84 sdbusplus::message_t(msg).append(timeout); in callbackGetPgoodTimeout()
116 auto reply = sdbusplus::message_t(msg).new_method_return(); in callbackGetPowerState()
144 auto m = sdbusplus::message_t(msg); in callbackSetPgoodTimeout()
184 sdbusplus::message_t(msg).append(state); in callbackGetState()
208 auto m = sdbusplus::message_t(msg); in callbackSetPowerState()
249 auto m = sdbusplus::message_t(msg); in callbackSetPowerSupplyError()
/openbmc/sdbusplus/src/server/
H A Dtransaction.cpp33 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/phosphor-dbus-monitor/src/
H A Dpropertywatch.hpp82 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;
H A Dsnmp_trap.hpp25 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 ()()
/openbmc/bmcweb/redfish-core/include/utils/
H A Ddbus_utils.hpp42 const boost::system::error_code& ec, const sdbusplus::message_t& msg);
48 const sdbusplus::message_t& msg);
67 const sdbusplus::message_t& msg) { in setDbusProperty()
93 const sdbusplus::message_t& msg) { in setDbusPropertyAction()
/openbmc/sdbusplus/include/sdbusplus/asio/detail/
H A Dasync_send_handler.hpp55 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/pldm/requester/
H A Dmctp_endpoint_discovery.hpp77 void discoverEndpoints(sdbusplus::message_t& msg);
84 void removeEndpoints(sdbusplus::message_t& msg);
111 void getAddedMctpInfos(sdbusplus::message_t& msg, MctpInfos& mctpInfos);
/openbmc/phosphor-time-manager/
H A Dmanager.cpp33 [&](sdbusplus::message_t& m) { onTimedateChanged(m); }); in Manager()
36 [&](sdbusplus::message_t& m) { onSettingsChanged(m); }); in Manager()
67 int Manager::onSettingsChanged(sdbusplus::message_t& msg) in onSettingsChanged()
87 int Manager::onTimedateChanged(sdbusplus::message_t& msg) in onTimedateChanged()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.hpp82 void propertiesChanged(sdbusplus::message_t& msg);
92 void interfacesRemoved(sdbusplus::message_t& msg);
102 void interfacesAdded(sdbusplus::message_t& msg);

12345678910>>...13