Lines Matching refs:OemEventManager

224 std::string OemEventManager::prefixMsgStrCreation(pldm_tid_t tid,  in prefixMsgStrCreation()
249 void OemEventManager::sendJournalRedfish(const std::string& description, in sendJournalRedfish()
268 std::string OemEventManager::dimmIdxsToString(uint32_t dimmIdxs) in dimmIdxsToString()
281 uint8_t OemEventManager::sensorIdToDIMMIdx(const uint16_t& sensorId) in sensorIdToDIMMIdx()
293 void OemEventManager::handleBootOverallEvent( in handleBootOverallEvent()
386 int OemEventManager::processNumericSensorEvent( in processNumericSensorEvent()
457 int OemEventManager::processStateSensorEvent(pldm_tid_t tid, uint16_t sensorId, in processStateSensorEvent()
535 int OemEventManager::processSensorOpStateEvent( in processSensorOpStateEvent()
567 int OemEventManager::handleSensorEvent( in handleSensorEvent()
637 void OemEventManager::handlePCIeHotPlugEvent(pldm_tid_t tid, uint16_t sensorId, in handlePCIeHotPlugEvent()
667 std::string OemEventManager::dimmTrainingFailureToMsg(uint32_t failureInfo) in dimmTrainingFailureToMsg()
715 void OemEventManager::handleDIMMStatusEvent(pldm_tid_t tid, uint16_t sensorId, in handleDIMMStatusEvent()
799 void OemEventManager::handleDDRStatusEvent(pldm_tid_t tid, uint16_t sensorId, in handleDDRStatusEvent()
835 void OemEventManager::handleVRDStatusEvent(pldm_tid_t tid, uint16_t sensorId, in handleVRDStatusEvent()
884 void OemEventManager::handleNumericWatchdogEvent( in handleNumericWatchdogEvent()
909 int OemEventManager::processOemMsgPollEvent(pldm_tid_t tid, uint16_t eventId, in processOemMsgPollEvent()
945 int OemEventManager::handlepldmMessagePollEvent( in handlepldmMessagePollEvent()
992 exec::task<int> OemEventManager::oemPollForPlatformEvent(pldm_tid_t tid) in oemPollForPlatformEvent()