Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dsubscription.hpp59 bool sendTestEventLog();
H A Devent_service_manager.hpp541 bool sendTestEventLog() in sendTestEventLog() function in redfish::EventServiceManager
546 if (!entry->sendTestEventLog()) in sendTestEventLog()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp130 bool Subscription::sendTestEventLog() in sendTestEventLog() function in redfish::Subscription
/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp191 if (!EventServiceManager::getInstance().sendTestEventLog()) in requestRoutesSubmitTestEvent()