Lines Matching full:pldm
16 namespace pldm namespace
34 /* EventClass sensorEvent `Table 11 - PLDM Event Types` DSP0248 */ in handlePlatformEvent()
70 /* EventClass CPEREvent as `Table 11 - PLDM Event Types` DSP0248 V1.3.0 */ in handlePlatformEvent()
76 /* EventClass pldmMessagePollEvent `Table 11 - PLDM Event Types` DSP0248 */ in handlePlatformEvent()
162 sensor->triggerThresholdEvent(pldm::utils::Level::WARNING, in processNumericSensorEvent()
163 pldm::utils::Direction::HIGH, in processNumericSensorEvent()
166 pldm::utils::Level::CRITICAL, in processNumericSensorEvent()
167 pldm::utils::Direction::HIGH, value, true, true); in processNumericSensorEvent()
172 pldm::utils::Level::WARNING, in processNumericSensorEvent()
173 pldm::utils::Direction::HIGH, value, true, true); in processNumericSensorEvent()
180 pldm::utils::Level::WARNING, in processNumericSensorEvent()
181 pldm::utils::Direction::LOW, value, true, true); in processNumericSensorEvent()
186 sensor->triggerThresholdEvent(pldm::utils::Level::WARNING, in processNumericSensorEvent()
187 pldm::utils::Direction::LOW, in processNumericSensorEvent()
190 pldm::utils::Level::CRITICAL, in processNumericSensorEvent()
191 pldm::utils::Direction::LOW, value, true, true); in processNumericSensorEvent()
207 sensor->triggerThresholdEvent(pldm::utils::Level::WARNING, in processNumericSensorEvent()
208 pldm::utils::Direction::LOW, in processNumericSensorEvent()
211 pldm::utils::Level::WARNING, in processNumericSensorEvent()
212 pldm::utils::Direction::HIGH, value, true, true); in processNumericSensorEvent()
217 pldm::utils::Level::WARNING, in processNumericSensorEvent()
218 pldm::utils::Direction::LOW, value, false, false); in processNumericSensorEvent()
226 pldm::utils::Level::CRITICAL, in processNumericSensorEvent()
227 pldm::utils::Direction::LOW, value, true, true); in processNumericSensorEvent()
245 sensor->triggerThresholdEvent(pldm::utils::Level::CRITICAL, in processNumericSensorEvent()
246 pldm::utils::Direction::LOW, in processNumericSensorEvent()
248 sensor->triggerThresholdEvent(pldm::utils::Level::WARNING, in processNumericSensorEvent()
249 pldm::utils::Direction::LOW, in processNumericSensorEvent()
252 pldm::utils::Level::WARNING, in processNumericSensorEvent()
253 pldm::utils::Direction::LOW, value, false, false); in processNumericSensorEvent()
257 sensor->triggerThresholdEvent(pldm::utils::Level::CRITICAL, in processNumericSensorEvent()
258 pldm::utils::Direction::LOW, in processNumericSensorEvent()
261 pldm::utils::Level::WARNING, in processNumericSensorEvent()
262 pldm::utils::Direction::LOW, value, true, true); in processNumericSensorEvent()
281 sensor->triggerThresholdEvent(pldm::utils::Level::CRITICAL, in processNumericSensorEvent()
282 pldm::utils::Direction::HIGH, in processNumericSensorEvent()
285 pldm::utils::Level::WARNING, in processNumericSensorEvent()
286 pldm::utils::Direction::HIGH, value, true, true); in processNumericSensorEvent()
290 sensor->triggerThresholdEvent(pldm::utils::Level::CRITICAL, in processNumericSensorEvent()
291 pldm::utils::Direction::HIGH, in processNumericSensorEvent()
293 sensor->triggerThresholdEvent(pldm::utils::Level::WARNING, in processNumericSensorEvent()
294 pldm::utils::Direction::HIGH, in processNumericSensorEvent()
297 pldm::utils::Level::WARNING, in processNumericSensorEvent()
298 pldm::utils::Direction::HIGH, value, false, false); in processNumericSensorEvent()
316 pldm::utils::Level::CRITICAL, in processNumericSensorEvent()
317 pldm::utils::Direction::HIGH, value, true, true); in processNumericSensorEvent()
324 pldm::utils::Level::WARNING, in processNumericSensorEvent()
325 pldm::utils::Direction::HIGH, value, false, false); in processNumericSensorEvent()
329 sensor->triggerThresholdEvent(pldm::utils::Level::WARNING, in processNumericSensorEvent()
330 pldm::utils::Direction::HIGH, in processNumericSensorEvent()
333 pldm::utils::Level::WARNING, in processNumericSensorEvent()
334 pldm::utils::Direction::LOW, value, true, true); in processNumericSensorEvent()
461 auto& bus = pldm::utils::DBusHandler::getBus(); in createCperDumpEntry()
465 auto service = pldm::utils::DBusHandler().getService( in createCperDumpEntry()
583 "Terminus ID {TID} is not available for PLDM request from {NOW}.", in pollForPlatformEventTask()
584 "TID", tid, "NOW", pldm::utils::getCurrentSystemTime()); in pollForPlatformEventTask()
678 "Terminus ID {TID} is not available for PLDM request from {NOW}.", in pollForPlatformEventMessage()
679 "TID", tid, "NOW", pldm::utils::getCurrentSystemTime()); in pollForPlatformEventMessage()
718 } // namespace pldm