Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Deventservice_sse.hpp45 std::string lastEventId(req.getHeaderValue("Last-Event-Id")); in createSubscription() local
58 std::string id = manager.addSSESubscription(subValue, lastEventId); in createSubscription()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp935 std::string_view lastEventId) in addSSESubscription() argument
939 if (!lastEventId.empty()) in addSSESubscription()
942 lastEventId); in addSSESubscription()
945 [&lastEventId](const Event& event) { in addSSESubscription()
946 return event.id == lastEventId; in addSSESubscription()