| #include "dbus_impl_pdr.hpp" |
| #include "libpldm/pldm_types.h" |
| #include "common/utils.hpp" |
| #include "xyz/openbmc_project/Common/error.hpp" |
| using namespace sdbusplus::xyz::openbmc_project::Common::Error; |
| std::vector<std::vector<uint8_t>> Pdr::findStateEffecterPDR(uint8_t tid, |
| pldm::utils::findStateEffecterPDR(tid, entityID, stateSetId, pdrRepo); |
| throw ResourceNotFound(); |
| std::vector<std::vector<uint8_t>> |
| Pdr::findStateSensorPDR(uint8_t tid, uint16_t entityID, uint16_t stateSetId) |
| pldm::utils::findStateSensorPDR(tid, entityID, stateSetId, pdrRepo); |
| throw ResourceNotFound(); |