Home
last modified time | relevance | path

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

/openbmc/phosphor-led-manager/manager/
H A Dmanager.cpp29 const bool hasPriority = currentAction.priority.has_value(); in applyGroupAction() local
31 if (hasPriority && currentAction.action == action.priority) in applyGroupAction()