Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/fail-monitor/
H A Dmonitor.cpp31 constexpr auto stopMethod = "StopUnit"; variable
97 (action == Action::start) ? startMethod : stopMethod; in runTargetAction()