Lines Matching defs:event
352 static std::string getEventName(Event event) in getEventName()
430 static void logEvent(const std::string_view stateHandler, const Event event) in logEvent()
488 static void sendPowerControlEvent(const Event event) in sendPowerControlEvent()
1150 gpiod::line& line, boost::asio::posix::stream_descriptor& event) in waitForGPIOEvent()
1693 static void powerStateOn(const Event event) in powerStateOn()
1765 static void powerStateWaitForPSPowerOK(const Event event) in powerStateWaitForPSPowerOK()
1800 static void powerStateWaitForSIOPowerGood(const Event event) in powerStateWaitForSIOPowerGood()
1819 static void powerStateOff(const Event event) in powerStateOff()
1859 static void powerStateTransitionToOff(const Event event) in powerStateTransitionToOff()
1875 static void powerStateGracefulTransitionToOff(const Event event) in powerStateGracefulTransitionToOff()
1908 static void powerStateCycleOff(const Event event) in powerStateCycleOff()
1948 static void powerStateTransitionToCycleOff(const Event event) in powerStateTransitionToCycleOff()
1965 static void powerStateGracefulTransitionToCycleOff(const Event event) in powerStateGracefulTransitionToCycleOff()
1999 static void powerStateCheckForWarmReset(const Event event) in powerStateCheckForWarmReset()
2513 std::string event; in getMessageValue() local