Searched refs:EventState (Results 1 – 7 of 7) sorted by relevance
71 using StateToDBusValue = std::map<pdr::EventState, pldm::utils::PropertyValue>;109 int eventAction(const StateSensorEntry& entry, pdr::EventState state);
123 pdr::EventState state) in eventAction()
149 EventState eventState{}; in sensorEvent()150 EventState previousEventState{}; in sensorEvent()165 static_cast<EventState>( in sensorEvent()172 static_cast<EventState>( in sensorEvent()178 static_cast<EventState>( in sensorEvent()219 if (eventState == static_cast<EventState>(SBE_HRESET_NOT_READY)) in sensorEvent()226 static_cast<EventState>(SBE_HRESET_READY)) in sensorEvent()233 static_cast<EventState>(SBE_HRESET_FAILED)) in sensorEvent()248 if (eventState == static_cast<EventState>(SBE_HRESET_FAILED)) in sensorEvent()
35 using EventState = uint8_t; typedef
143 pdr::EventState state);
193 using EventState = uint8_t; typedef
688 uint8_t EventState; /* 27h */ member