Home
last modified time | relevance | path

Searched refs:get_bus (Results 1 – 19 of 19) sorted by relevance

/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dproperty.server.cpp.mako17 reply, o->get_bus().getInterface(), error,
28 return e.set_error(o->get_bus().getInterface(), error);
33 o->get_bus().set_current_exception(std::current_exception());
71 value, o->get_bus().getInterface(), error,
82 return e.set_error(o->get_bus().getInterface(), error);
87 o->get_bus().set_current_exception(std::current_exception());
H A Dmethod.prototype.hpp.mako47 msg, o->get_bus().getInterface(), error,
59 return e.set_error(o->get_bus().getInterface(), error);
64 o->get_bus().set_current_exception(std::current_exception());
H A Dmethod.aserver.callback.hpp.mako122 self->_context().get_bus().set_current_exception(
216 self->_context().get_bus().set_current_exception(
239 self->_context().get_bus().set_current_exception(
H A Dproperty.aserver.callback.hpp.mako46 self->_context().get_bus().set_current_exception(
90 self->_context().get_bus().set_current_exception(
H A Dinterface.server.hpp.mako117 bus_t& get_bus()
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_updater_main.cpp35 ctx.get_bus().request_name(busName.c_str()); in main()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Ditem_updater.hpp92 ItemUpdaterInherit(ctx.get_bus(), path.c_str(), in ItemUpdater()
95 bus(ctx.get_bus()), helper(bus) in ItemUpdater()
H A Dupdate_manager.hpp41 UpdateIntf(ctx.get_bus(), path.c_str(), UpdateIntf::action::defer_emit), in Manager()
/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.cpp129 auto bus = msg.get_bus(); in created()
257 auto bus = msg.get_bus(); in removed()
/openbmc/phosphor-health-monitor/
H A Dhealth_monitor.cpp33 ctx.get_bus(), type, collectionConfig, bmcPaths); in startup()
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcontext.hpp70 bus_t& get_bus() noexcept in get_bus() function in sdbusplus::async::context
H A Dproxy.hpp129 auto msg = ctx.get_bus().new_method_call(c_str(s), c_str(p), c_str(i), in call()
/openbmc/sdbusplus/src/server/
H A Dtransaction.cpp35 auto tbus = msg.get_bus(); in set_id()
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_manager.cpp32 ctx.get_bus().request_name(serviceNameFull.c_str()); in setupBusName()
/openbmc/phosphor-bmc-code-mgmt/bmc/usb/
H A Dusb_manager.cpp78 co_return utils::getProperty<Paths>(ctx.get_bus(), associatedPath, in findAssociatedUpdatablePath()
/openbmc/sdbusplus/src/async/
H A Dcontext.cpp267 if (ctx.get_bus().process_discard()) in arm()
/openbmc/sdbusplus/include/sdbusplus/
H A Dbus.hpp573 inline bus_t message_t::get_bus() const in get_bus() function in sdbusplus::message_t
H A Dmessage.hpp196 bus::bus get_bus() const;
/openbmc/qemu/tests/qtest/
H A Dvirtio-net-failover.c180 static QDict *get_bus(QTestState *qts, int num) in get_bus() function
235 bus = get_bus(qts, 0); \