Searched refs:PSUSubEvent (Results 1 – 2 of 2) sorted by relevance
72 auto p = std::make_shared<PSUSubEvent>( in PSUCombineEvent()94 auto p = std::make_shared<PSUSubEvent>( in PSUCombineEvent()139 PSUSubEvent::PSUSubEvent( in PSUSubEvent() function in PSUSubEvent184 PSUSubEvent::~PSUSubEvent() in ~PSUSubEvent()190 void PSUSubEvent::setupRead() in setupRead()205 std::weak_ptr<PSUSubEvent> weakRef = weak_from_this(); in setupRead()210 std::shared_ptr<PSUSubEvent> self = weakRef.lock(); in setupRead()218 void PSUSubEvent::restartRead() in restartRead()220 std::weak_ptr<PSUSubEvent> weakRef = weak_from_this(); in restartRead()227 std::shared_ptr<PSUSubEvent> self = weakRef.lock(); in restartRead()[all …]
40 class PSUSubEvent : public std::enable_shared_from_this<PSUSubEvent> class43 PSUSubEvent(std::shared_ptr<sdbusplus::asio::dbus_interface> eventInterface,52 ~PSUSubEvent();99 std::vector<std::shared_ptr<PSUSubEvent>>>