Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp283 std::optional<std::string> eventFormatType2; in requestRoutesEventDestinationCollection() local
294 "EventFormatType", eventFormatType2, "HttpHeaders", headers, in requestRoutesEventDestinationCollection()
354 if (eventFormatType2) in requestRoutesEventDestinationCollection()
436 if (eventFormatType2) in requestRoutesEventDestinationCollection()
438 if (std::ranges::find(supportedEvtFormatTypes, *eventFormatType2) == in requestRoutesEventDestinationCollection()
442 asyncResp->res, *eventFormatType2, "EventFormatType"); in requestRoutesEventDestinationCollection()
445 subValue->eventFormatType = *eventFormatType2; in requestRoutesEventDestinationCollection()