Home
last modified time | relevance | path

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

/openbmc/phosphor-gpio-monitor/
H A DgpioMonMain.cpp145 auto findEvent = phosphor::gpio::polarityMap.find(eventStr); in main() local
146 if (findEvent == phosphor::gpio::polarityMap.end()) in main()
153 config.request_type = findEvent->second; in main()
/openbmc/phosphor-power/cold-redundancy/
H A Dcold_redundancy.cpp113 auto findEvent = values.find(psuEventName); in ColdRedundancy() local
114 if (findEvent != values.end()) in ColdRedundancy()
116 bool* functional = std::get_if<bool>(&(findEvent->second)); in ColdRedundancy()