Home
last modified time | relevance | path

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

/openbmc/phosphor-gpio-monitor/
H A DgpioMonMain.cpp130 auto findEvent = phosphor::gpio::polarityMap.find(eventStr); in main() local
131 if (findEvent == phosphor::gpio::polarityMap.end()) in main()
138 config.request_type = findEvent->second; in main()
/openbmc/phosphor-power/cold-redundancy/
H A Dcold_redundancy.cpp107 auto findEvent = values.find(psuEventName); in ColdRedundancy() local
108 if (findEvent != values.end()) in ColdRedundancy()
110 bool* functional = std::get_if<bool>(&(findEvent->second)); in ColdRedundancy()