Searched refs:PSUSubEvent (Results 1 – 2 of 2) sorted by relevance
73 auto p = std::make_shared<PSUSubEvent>( in PSUCombineEvent()95 auto p = std::make_shared<PSUSubEvent>( in PSUCombineEvent()140 PSUSubEvent::PSUSubEvent( in PSUSubEvent() function in PSUSubEvent185 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 …]
38 class PSUSubEvent : public std::enable_shared_from_this<PSUSubEvent> class41 PSUSubEvent(std::shared_ptr<sdbusplus::asio::dbus_interface> eventInterface,50 ~PSUSubEvent();97 std::vector<std::shared_ptr<PSUSubEvent>>>