Home
last modified time | relevance | path

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

/openbmc/x86-power-control/src/
H A Dpower_control.cpp3482 bool idButtonPressed; in main() local
3485 idButtonPressed = idButtonLine.get_value() == 0; in main()
3489 idButtonPressed = getProperty(idButtonConfig) == 0; in main()
3492 idButtonIface->register_property("ButtonPressed", idButtonPressed); in main()