Searched refs:prefixMsgStrCreation (Results 1 – 2 of 2) sorted by relevance
/openbmc/pldm/oem/ampere/event/ |
H A D | oem_event_manager.cpp | 225 OemEventManager::prefixMsgStrCreation(pldm_tid_t tid, uint16_t sensorId) in prefixMsgStrCreation() function in pldm::oem_ampere::OemEventManager 443 description += prefixMsgStrCreation(tid, sensorId); in processNumericSensorEvent() 484 description += prefixMsgStrCreation(tid, sensorId); in processStateSensorEvent() 521 description += prefixMsgStrCreation(tid, sensorId); in processStateSensorEvent() 558 description += prefixMsgStrCreation(tid, sensorId); in processSensorOpStateEvent() 622 description += prefixMsgStrCreation(tid, sensorId); in handleSensorEvent() 655 description += prefixMsgStrCreation(tid, sensorId); in handlePCIeHotPlugEvent() 729 description += prefixMsgStrCreation(tid, sensorId); in handleDIMMStatusEvent() 813 description += prefixMsgStrCreation(tid, sensorId); in handleDDRStatusEvent() 848 description += prefixMsgStrCreation(tid, sensorId); in handleVRDStatusEvent() [all …]
|
H A D | oem_event_manager.hpp | 305 std::string prefixMsgStrCreation(pldm_tid_t tid, uint16_t sensorId);
|