Home
last modified time | relevance | path

Searched refs:_systemdSlot (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp137 _bus(bus), _systemdSlot(nullptr) in DataInterface()
1113 _systemdSlot = method.call_async([this](sdbusplus::message_t&& msg) { in subscribeToSystemdSignals()
1116 this->_systemdSlot = sdbusplus::slot_t(nullptr); in subscribeToSystemdSignals()
1170 _systemdSlot = method.call_async([this](sdbusplus::message_t&& msg) { in unsubscribeFromSystemdSignals()
1172 this->_systemdSlot = sdbusplus::slot_t(nullptr); in unsubscribeFromSystemdSignals()
H A Ddata_interface.hpp1093 sdbusplus::slot_t _systemdSlot; member in openpower::pels::DataInterface