Searched refs:slot_t (Results 1 – 14 of 14) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/server/ |
H A D | manager.hpp | 25 slot_t _slot; 27 static slot_t makeManager(SdBusInterface* intf, sd_bus* bus, in makeManager() 32 return slot_t{slot, intf}; in makeManager()
|
H A D | interface.hpp | 114 slot_t _slot;
|
/openbmc/kcsbridge/src/ |
H A D | cmd.cpp | 27 using sdbusplus::slot_t; 68 void read(stdplus::Fd& kcs, bus_t& bus, slot_t& outstanding) in read() 79 outstanding = slot_t(nullptr); in read() 95 outstanding = slot_t(nullptr); in read()
|
H A D | cmd.hpp | 12 sdbusplus::slot_t& outstanding);
|
H A D | main.cpp | 53 sdbusplus::slot_t slot(nullptr); in execute()
|
/openbmc/sdbusplus/src/bus/ |
H A D | match.cpp | 10 static slot_t makeMatch(SdBusInterface* intf, sd_bus* bus, const char* _match, in makeMatch() 19 return slot_t{slot, intf}; in makeMatch()
|
/openbmc/sdbusplus/src/server/ |
H A D | interface.cpp | 12 static slot_t makeObjVtable(SdBusInterface* intf, sd_bus* bus, const char* path, in makeObjVtable() 23 return slot_t{slot, intf}; in makeObjVtable()
|
/openbmc/sdbusplus/src/async/ |
H A D | match.cpp | 6 slot_t match::makeMatch(context& ctx, const std::string_view& pattern) in makeMatch() 23 return slot_t{s, &sdbus_impl}; in makeMatch()
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | match.hpp | 58 sdbusplus::slot_t slot; 73 slot_t makeMatch(context& ctx, const std::string_view& pattern);
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | slot.hpp | 98 using slot_t = slot::slot; typedef
|
H A D | message.hpp | 452 [[nodiscard]] slot_t call_async( in call_async() 465 slot_t ret(slot, _intf); in call_async()
|
/openbmc/sdbusplus/include/sdbusplus/bus/ |
H A D | match.hpp | 50 slot_t _slot;
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | data_interface.hpp | 1093 sdbusplus::slot_t _systemdSlot;
|
H A D | data_interface.cpp | 1116 this->_systemdSlot = sdbusplus::slot_t(nullptr); in subscribeToSystemdSignals() 1172 this->_systemdSlot = sdbusplus::slot_t(nullptr); in unsubscribeFromSystemdSignals()
|