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.hpp404 subscription["EventFormatType"] = subValue.eventFormatType; in writeData()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp43 static constexpr const char* eventFormatType = "Event"; variable
247 if (entry->userSub->eventFormatType == eventFormatType) in updateNoOfSubscribersCount()
251 else if (entry->userSub->eventFormatType == metricReportFormatType) in updateNoOfSubscribersCount()
/openbmc/bmcweb/redfish-core/lib/
H A Deventservice_sse.hpp71 subValue->userSub->eventFormatType = "Event"; in createSubscription()
H A Devent_service.hpp50 eventFormatType, metricReportFormatType};
538 subValue->userSub->eventFormatType = *eventFormatType2; in requestRoutesEventDestinationCollection()
543 subValue->userSub->eventFormatType = "Event"; in requestRoutesEventDestinationCollection()
794 jVal["EventFormatType"] = userSub.eventFormatType; in requestRoutesEventDestination()