Home
last modified time | relevance | path

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

/openbmc/phosphor-gpio-monitor/
H A DgpioMonMain.cpp144 std::string eventStr = obj["EventMon"]; in main() local
145 auto findEvent = phosphor::gpio::polarityMap.find(eventStr); in main()
149 "EVENT", eventStr); in main()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp1408 std::string eventStr = "OpenBMC.0.1." + msg; in atScaleDebugEventlog() local
1409 sd_journal_send("MESSAGE=Security Event: %s", eventStr.c_str(), in atScaleDebugEventlog()
1411 eventStr.c_str(), NULL); in atScaleDebugEventlog()