Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Devent.hpp8 enum class EventType{ enum
29 NLOHMANN_JSON_SERIALIZE_ENUM(EventType, {
30 {EventType::Invalid, "Invalid"},
31 {EventType::StatusChange, "StatusChange"},
32 {EventType::ResourceUpdated, "ResourceUpdated"},
33 {EventType::ResourceAdded, "ResourceAdded"},
34 {EventType::ResourceRemoved, "ResourceRemoved"},
35 {EventType::Alert, "Alert"},
36 {EventType::MetricReport, "MetricReport"},
37 {EventType::Other, "Other"},
/openbmc/telemetry/src/utils/
H A Dmessanger.hpp24 template <class EventType>
25 void on_receive(std::function<void(const EventType&)> handler) in on_receive()
30 template <class EventType>
31 void send(const EventType& event) in send()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_rules.cpp43 if (newEventType == static_cast<uint8_t>(EventType::notApplicable)) in check()
46 static_cast<uint8_t>(EventType::miscInformational); in check()
52 static_cast<uint8_t>(EventType::miscInformational)) || in check()
53 (newEventType == static_cast<uint8_t>(EventType::tracing))) in check()
H A Dpel_types.hpp81 enum class EventType enum
H A Duser_header.cpp195 ? static_cast<uint8_t>(EventType::miscInformational) in UserHeader()
196 : static_cast<uint8_t>(EventType::notApplicable); in UserHeader()
/openbmc/openpower-hw-diags/attn/
H A Dattn_logging.cpp266 tiPel->setType(static_cast<uint8_t>(pel::EventType::na)); in createPelCustom()
316 uint32_t event(EventType i_event, in event()
333 case EventType::Checkstop: in event()
337 case EventType::Terminate: in event()
342 case EventType::Vital: in event()
346 case EventType::HwDiagsFail: in event()
347 case EventType::AttentionFail: in event()
481 event(EventType::Terminate, i_additionalData, in eventTerminate()
492 return event(EventType::Vital, additionalData, createFFDCFiles(nullptr, 0), in eventVital()
510 event(EventType::AttentionFail, additionalData, in eventAttentionFail()
H A Dattn_logging.hpp19 enum class EventType enum
/openbmc/linux/tools/perf/pmu-events/arch/s390/
H A Dmapfile.csv1 Family-model,Version,Filename,EventType
/openbmc/openpower-hw-diags/attn/pel/
H A Dpel_common.hpp43 enum class EventType enum
H A Duser_header.hpp127 uint8_t _eventType = static_cast<uint8_t>(EventType::trace);
/openbmc/linux/tools/perf/pmu-events/arch/nds32/
H A Dmapfile.csv14 #Family-model,Version,Filename,EventType
/openbmc/linux/tools/perf/pmu-events/arch/riscv/
H A Dmapfile.csv16 #MVENDORID-MARCHID-MIMPID,Version,Filename,EventType
/openbmc/intel-ipmi-oem/docs/
H A DIntel_IPMI_Platform_Events.md56 [GeneratorID][SensorNumber][EventType][EventData[2]]
63 - `EventType` - sensor-specific group of events,
135 |[EventType] |
209 ##### 1. Determine EventType
211 Based on `EventType` proper designated handler is called.
/openbmc/linux/tools/perf/pmu-events/arch/x86/
H A Dmapfile.csv1 Family-model,Version,Filename,EventType
/openbmc/linux/tools/perf/pmu-events/arch/arm64/
H A Dmapfile.csv14 #Family-model,Version,Filename,EventType
/openbmc/pldm/libpldmresponder/
H A Dplatform.hpp41 using EventType = uint8_t; typedef
46 using EventMap = std::map<EventType, EventHandlers>;
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dgui.py171 if event.type not in (Gdk.EventType.BUTTON_PRESS, Gdk.EventType.BUTTON_RELEASE):
/openbmc/qemu/chardev/
H A Dchar-win-stdio.c66 if (buf[i].EventType == KEY_EVENT && kev->bKeyDown) { in DECLARE_INSTANCE_CHECKER()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DIPMI.interface.yaml55 Log a system event record SEL entry with custom SensorType/EventType.
/openbmc/phosphor-logging/extensions/openpower-pels/registry/
H A DREADME.md135 "EventType": "na"
/openbmc/docs/designs/
H A Dredfish-eventservice.md881 Note: EventService.v1_3_0 was updated to deprecate the EventType parameter in
1258 and SSEFilterPropertiesSupported\EventType properties.
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c1537 .EventType = WHvX64PendingEventExtInt, in whpx_vcpu_pre_run()