Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DPSUEvent.cpp73 auto p = std::make_shared<PSUSubEvent>( in PSUCombineEvent()
95 auto p = std::make_shared<PSUSubEvent>( in PSUCombineEvent()
140 PSUSubEvent::PSUSubEvent( in PSUSubEvent() function in PSUSubEvent
185 PSUSubEvent::~PSUSubEvent() in ~PSUSubEvent()
191 void PSUSubEvent::setupRead() in setupRead()
206 std::weak_ptr<PSUSubEvent> weakRef = weak_from_this(); in setupRead()
211 std::shared_ptr<PSUSubEvent> self = weakRef.lock(); in setupRead()
219 void PSUSubEvent::restartRead() in restartRead()
221 std::weak_ptr<PSUSubEvent> weakRef = weak_from_this(); in restartRead()
228 std::shared_ptr<PSUSubEvent> self = weakRef.lock(); in restartRead()
[all …]
H A DPSUEvent.hpp38 class PSUSubEvent : public std::enable_shared_from_this<PSUSubEvent> class
41 PSUSubEvent(std::shared_ptr<sdbusplus::asio::dbus_interface> eventInterface,
50 ~PSUSubEvent();
97 std::vector<std::shared_ptr<PSUSubEvent>>>