Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Devent_service_store.hpp37 std::string eventFormatType; member
144 subvalue.eventFormatType = *value; in fromJson()
283 subvalue.retryPolicy.empty() || subvalue.eventFormatType.empty() || in fromJson()
H A Dpersistent_data.hpp342 subscription["EventFormatType"] = subValue.eventFormatType; in writeData()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp48 static constexpr const char* eventFormatType = "Event"; variable
356 if (entry->userSub->eventFormatType == eventFormatType) in updateNoOfSubscribersCount()
360 else if (entry->userSub->eventFormatType == metricReportFormatType) in updateNoOfSubscribersCount()
/openbmc/bmcweb/redfish-core/lib/
H A Deventservice_sse.hpp70 subValue->userSub->eventFormatType = "Event"; in createSubscription()
H A Devent_service.hpp54 eventFormatType, metricReportFormatType};
541 subValue->userSub->eventFormatType = *eventFormatType2; in requestRoutesEventDestinationCollection()
546 subValue->userSub->eventFormatType = "Event"; in requestRoutesEventDestinationCollection()
797 jVal["EventFormatType"] = userSub.eventFormatType; in requestRoutesEventDestination()