Searched refs:get_busp (Results 1 – 8 of 8) sorted by relevance
/openbmc/sdbusplus/src/server/ |
H A D | interface.cpp | 29 _bus(get_busp(bus), bus.getInterface()), _path(path), _interf(interf), in interface() 31 _slot(makeObjVtable(_bus.getInterface(), get_busp(_bus), _path.c_str(), in interface() 47 get_busp(_bus), _path.c_str(), _interf.c_str(), values.data()); in property_changed()
|
/openbmc/sdbusplus/include/sdbusplus/server/ |
H A D | object.hpp | 79 __sdbusplus_server_object_bus(get_busp(bus), bus.getInterface()), in object() 92 get_busp(__sdbusplus_server_object_bus), in ~object() 103 get_busp(__sdbusplus_server_object_bus), in emit_object_added()
|
H A D | manager.hpp | 42 _slot(makeManager(bus.getInterface(), get_busp(bus), path)) in manager()
|
/openbmc/sdbusplus/src/bus/ |
H A D | match.cpp | 25 makeMatch(bus.getInterface(), get_busp(bus), _match, handler, context)) in match() 40 _slot(makeMatch(bus.getInterface(), get_busp(bus), _match, matchCallback, in match()
|
/openbmc/sdbusplus/src/async/ |
H A D | match.cpp | 17 sd_bus_add_match(get_busp(ctx), &s, pattern.data(), match_cb, this); in makeMatch()
|
H A D | context.cpp | 278 sd_bus_get_timeout(get_busp(ctx), &to_usec); in arm()
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | proxy.hpp | 138 return callback([bus = get_busp(ctx), in call()
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | bus.hpp | 547 static busp_t get_busp(sdbusplus::bus::bus& b) noexcept in get_busp() function
|