Home
last modified time | relevance | path

Searched refs:method_return (Results 1 – 9 of 9) sorted by relevance

/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dmethod.aserver.callback.hpp.mako74 r.method_return();
110 r.method_return();
116 m.new_method_error(e).method_return();
168 r.method_return();
204 r.method_return();
210 m.new_method_error(e).method_return();
/openbmc/kcsbridge/src/
H A Dserver.cpp20 m.new_method_return().method_return(); in setAttention()
26 m.new_method_return().method_return(); in clearAttention()
32 m.new_method_return().method_return(); in forceAbort()
/openbmc/phosphor-power/phosphor-regulators/src/interfaces/
H A Dmanager_interface.cpp54 reply.method_return(); in callbackConfigure()
89 reply.method_return(); in callbackMonitor()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpower_interface.cpp118 reply.method_return(); in callbackGetPowerState()
225 m.new_method_return().method_return(); in callbackSetPowerState()
260 m.new_method_return().method_return(); in callbackSetPowerSupplyError()
/openbmc/phosphor-led-sysfs/interfaces/
H A Dinternal_interface.cpp131 reply.method_return(); in addLedConfigure()
159 reply.method_return(); in removeLedConfigure()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp217 ret.method_return(); in operator ()()
259 ret.method_return(); in after_spawn()
279 ret.method_return(); in after_spawn()
285 err.method_return(); in after_spawn()
290 err.method_return(); in after_spawn()
295 err.method_return(); in after_spawn()
/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/
H A Dserver.hpp125 reply.method_return(); in method_callback()
/openbmc/sdbusplus/include/sdbusplus/
H A Dmessage.hpp404 void method_return() in method_return() function in sdbusplus::message::message
417 method_return(); in signal_send()
/openbmc/sdbusplus/include/sdbusplus/bus/
H A Dmatch.hpp70 constexpr auto method_return() noexcept in method_return() function