Home
last modified time | relevance | path

Searched refs:new_method_return (Results 1 – 10 of 10) sorted by relevance

/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.cpp52 auto reply = m.new_method_return(); in callbackConfigure()
87 auto reply = m.new_method_return(); in callbackMonitor()
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dmethod.aserver.callback.hpp.mako55 auto r = m.new_method_return();
90 auto r = m.new_method_return();
149 auto r = m.new_method_return();
184 auto r = m.new_method_return();
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpower_interface.cpp116 auto reply = sdbusplus::message_t(msg).new_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.cpp130 auto reply = message.new_method_return(); in addLedConfigure()
158 auto reply = message.new_method_return(); in removeLedConfigure()
/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/
H A Dserver.hpp99 auto reply = m.new_method_return(); in method_callback()
/openbmc/boost-dbus/include/dbus/
H A Dconnection.hpp83 return this->get_implementation().new_method_return(m); in reply()
/openbmc/boost-dbus/include/dbus/impl/
H A Dconnection.ipp77 message new_method_return(message& m) {
/openbmc/sdbusplus/include/sdbusplus/
H A Dmessage.hpp351 message new_method_return() in new_method_return() function in sdbusplus::message::message
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp206 auto ret = m.new_method_return(); in operator ()()
265 auto ret = b.new_method_return(); in after_spawn()