/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | property.server.cpp.mako | 17 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 D | method.prototype.hpp.mako | 47 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 D | method.aserver.callback.hpp.mako | 122 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 D | property.aserver.callback.hpp.mako | 46 self->_context().get_bus().set_current_exception( 90 self->_context().get_bus().set_current_exception(
|
H A D | interface.server.hpp.mako | 117 bus_t& get_bus()
|
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/ |
H A D | example_updater_main.cpp | 35 ctx.get_bus().request_name(busName.c_str()); in main()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | item_updater.hpp | 92 ItemUpdaterInherit(ctx.get_bus(), path.c_str(), in ItemUpdater() 95 bus(ctx.get_bus()), helper(bus) in ItemUpdater()
|
H A D | update_manager.hpp | 41 UpdateIntf(ctx.get_bus(), path.c_str(), UpdateIntf::action::defer_emit), in Manager()
|
/openbmc/phosphor-led-manager/fault-monitor/ |
H A D | fru-fault-monitor.cpp | 129 auto bus = msg.get_bus(); in created() 257 auto bus = msg.get_bus(); in removed()
|
/openbmc/phosphor-health-monitor/ |
H A D | health_monitor.cpp | 33 ctx.get_bus(), type, collectionConfig, bmcPaths); in startup()
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | context.hpp | 70 bus_t& get_bus() noexcept in get_bus() function in sdbusplus::async::context
|
H A D | proxy.hpp | 129 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 D | transaction.cpp | 35 auto tbus = msg.get_bus(); in set_id()
|
/openbmc/phosphor-bmc-code-mgmt/common/src/ |
H A D | software_manager.cpp | 32 ctx.get_bus().request_name(serviceNameFull.c_str()); in setupBusName()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/usb/ |
H A D | usb_manager.cpp | 78 co_return utils::getProperty<Paths>(ctx.get_bus(), associatedPath, in findAssociatedUpdatablePath()
|
/openbmc/sdbusplus/src/async/ |
H A D | context.cpp | 267 if (ctx.get_bus().process_discard()) in arm()
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | bus.hpp | 573 inline bus_t message_t::get_bus() const in get_bus() function in sdbusplus::message_t
|
H A D | message.hpp | 196 bus::bus get_bus() const;
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-net-failover.c | 180 static QDict *get_bus(QTestState *qts, int num) in get_bus() function 235 bus = get_bus(qts, 0); \
|