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.cpp140 _bus(bus), _systemdSlot(nullptr) in DataInterface()
1164 _systemdSlot = method.call_async([this](sdbusplus::message_t&& msg) { in subscribeToSystemdSignals()
1167 this->_systemdSlot = sdbusplus::slot_t(nullptr); in subscribeToSystemdSignals()
1220 _systemdSlot = method.call_async([this](sdbusplus::message_t&& msg) { in unsubscribeFromSystemdSignals()
1222 this->_systemdSlot = sdbusplus::slot_t(nullptr); in unsubscribeFromSystemdSignals()
H A Ddata_interface.hpp1065 sdbusplus::slot_t _systemdSlot; member in openpower::pels::DataInterface