Home
last modified time | relevance | path

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

/openbmc/x86-power-control/src/
H A Dpower_control.cpp75 std::optional<std::regex> matchRegex; member
2450 tempGpioData->matchRegex = std::regex(*item); in loadConfigValues()
2510 if (config.matchRegex.has_value()) in getDbusMsgGPIOState()
2520 value = std::regex_match(s.value(), m, config.matchRegex.value()); in getDbusMsgGPIOState()