Home
last modified time | relevance | path

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

/openbmc/phosphor-gpio-monitor/
H A Dmainapp.cpp36 bool continueRun = false; in main() local
49 app.add_flag("-c,--continue", continueRun, in main()
78 target, eventP, continueRun); in main()
H A Dmonitor.hpp47 EventPtr& event, bool continueRun, in Monitor() argument
51 target(target), continueAfterKeyPress(continueRun) {}; in Monitor()
H A DgpioMon.hpp45 const std::string& lineMsg, bool continueRun) : in GpioMonitor() argument
48 continueAfterEvent(continueRun) in GpioMonitor()