Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp538 std::optional<bool> notifyAction; in getProviderNotifyAction() local
541 notifyAction = true; in getProviderNotifyAction()
545 notifyAction = false; in getProviderNotifyAction()
548 return notifyAction; in getProviderNotifyAction()
587 std::optional<bool> notifyAction = in fillEventLogLogEntryFromDbusLogEntry() local
589 if (notifyAction) in fillEventLogLogEntryFromDbusLogEntry()
591 objectToFillOut["ServiceProviderNotified"] = *notifyAction; in fillEventLogLogEntryFromDbusLogEntry()