Lines Matching +full:button +full:-
16 namespace button namespace
43 * it detects button presses.
45 * There are 3 buttons supported - Power, ID, and Reset.
46 * As not all systems may implement each button, this class will
47 * check for that button on D-Bus before listening for its signals.
62 * @param[in] bus - sdbusplus connection object
68 * @brief The handler for a power button press
72 * @param[in] msg - sdbusplus message from signal
77 * @brief The handler for an ID button press
81 * @param[in] msg - sdbusplus message from signal
86 * @brief The handler for a reset button press
90 * @param[in] msg - sdbusplus message from signal
95 * @brief The handler for a OCP debug card host selector button press
100 * @param[in] msg - sdbusplus message from signal
113 * @return std::string - the D-Bus service name if found, else
146 * button press event type.
160 * @brief Matches on the power button released signal
165 * @brief Matches on the power button long press released signal
170 * @brief Matches on the multi power button released signal
176 * @brief Matches on the ID button released signal
181 * @brief Matches on the reset button released signal
186 * @brief Matches on the ocp debug host selector button released signal
196 * @brief Flag to indicate multi power button mode(false) or host select
197 * button mode(true)
202 * @brief Flag to indicate if the button supports multi action
207 } // namespace button