Searched refs:prefixMsgStrCreation (Results 1 – 2 of 2) sorted by relevance
/openbmc/pldm/oem/ampere/event/ |
H A D | oem_event_manager.cpp | 224 std::string OemEventManager::prefixMsgStrCreation(pldm_tid_t tid, in prefixMsgStrCreation() function in pldm::oem_ampere::OemEventManager 442 description += prefixMsgStrCreation(tid, sensorId); in processNumericSensorEvent() 482 description += prefixMsgStrCreation(tid, sensorId); in processStateSensorEvent() 521 description += prefixMsgStrCreation(tid, sensorId); in processStateSensorEvent() 556 description += prefixMsgStrCreation(tid, sensorId); in processSensorOpStateEvent() 618 description += prefixMsgStrCreation(tid, sensorId); in handleSensorEvent() 649 description += prefixMsgStrCreation(tid, sensorId); in handlePCIeHotPlugEvent() 723 description += prefixMsgStrCreation(tid, sensorId); in handleDIMMStatusEvent() 807 description += prefixMsgStrCreation(tid, sensorId); in handleDDRStatusEvent() 842 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);
|