Home
last modified time | relevance | path

Searched full:sensorevent (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DThreshold.events.yaml12 redfish-mapping: SensorEvent.InvalidSensorReading
34 redfish-mapping: SensorEvent.ReadingAboveLowerCriticalThreshold
56 redfish-mapping: SensorEvent.ReadingAboveLowerFatalThreshold
78 redfish-mapping: SensorEvent.ReadingAboveLowerFatalThreshold
100 redfish-mapping: SensorEvent.ReadingAboveUpperCautionThreshold
122 redfish-mapping: SensorEvent.ReadingAboveUpperCautionThreshold
144 redfish-mapping: SensorEvent.ReadingAboveUpperCriticalThreshold
166 redfish-mapping: SensorEvent.ReadingAboveUpperFatalThreshold
188 redfish-mapping: SensorEvent.ReadingAboveUpperFatalThreshold
210 redfish-mapping: SensorEvent.ReadingBelowLowerCautionThreshold
[all …]
/openbmc/pldm/libpldmresponder/
H A Dplatform_state_sensor.hpp169 uint8_t sensorEvent = getStateSensorEventState<DBusInterface>( in getStateSensorReadingsHandler() local
180 previousState = sensorEvent; in getStateSensorReadingsHandler()
190 if (sensorEvent == PLDM_SENSOR_UNKNOWN) in getStateSensorReadingsHandler()
196 {opState, PLDM_SENSOR_NORMAL, previousState, sensorEvent}); in getStateSensorReadingsHandler()
H A Devent_parser.hpp21 * sensorEvent type. This struct is used as a key in a std::map so implemented
H A Dplatform.hpp110 return this->sensorEvent(request, payloadLength, formatVersion, in __anon58b9ed2e0702()
301 int sensorEvent(const pldm_msg* request, size_t payloadLength,
H A Dpdr_utils.hpp222 * command of sensorEvent type.
H A Dplatform.cpp416 int Handler::sensorEvent(const pldm_msg* request, size_t payloadLength, in sensorEvent() function in pldm::responder::platform::Handler
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/
H A DEvent.interface.yaml7 When the PLDM daemon receives a sensorEvent of type stateSensorState, it
/openbmc/bmcweb/redfish-core/include/registries/
H A Dsensor_event_message_registry.hpp29 "SensorEvent",
33 "https://redfish.dmtf.org/registries/SensorEvent.1.0.1.json";
/openbmc/pldm/host-bmc/
H A Ddbus_to_event_handler.hpp18 using sensorEvent = typedef
H A Ddbus_to_event_handler.cpp182 const std::map<Type, sensorEvent> sensorHandlers = { in listenSensorEvent()
/openbmc/openpower-occ-control/
H A Dpldm.hpp88 std::bind(std::mem_fn(&Interface::sensorEvent), this, in Interface()
323 void sensorEvent(sdbusplus::message_t& msg);
H A Dpldm.cpp132 void Interface::sensorEvent(sdbusplus::message_t& msg) in sensorEvent() function in pldm::Interface
230 "sensorEvent: Requesting OCC reset for OCC{INST}", in sensorEvent()
/openbmc/intel-ipmi-oem/
H A Dipmi-allowlist.conf32 0x04:0x28:0x7f7f //<Sensor/Event>:<Set SensorEvent Enable>
33 0x04:0x29:0xff7f //<Sensor/Event>:<Get SensorEvent Enable>
35 0x04:0x2b:0xff7f //<Sensor/Event>:<Get SensorEvent Status>
/openbmc/pldm/platform-mc/
H A Devent_manager.cpp34 /* EventClass sensorEvent `Table 11 - PLDM Event Types` DSP0248 */ in handlePlatformEvent()
/openbmc/ipmitool/lib/
H A Dipmi_strings.c242 { IPMI_NETFN_SE, "SensorEvent" },