Home
last modified time | relevance | path

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

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