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.hpp53 std::string lastEventId(req.getHeaderValue("Last-Event-Id")); in createSubscription() local
72 std::string id = manager.addSSESubscription(subValue, lastEventId); in createSubscription()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp463 std::string_view lastEventId) in addSSESubscription() argument
467 if (!lastEventId.empty()) in addSSESubscription()
470 lastEventId); in addSSESubscription()
473 messages, [&lastEventId](const Event& event) { in addSSESubscription()
474 return std::to_string(event.id) == lastEventId; in addSSESubscription()