Searched refs:HostPDRHandler (Results 1 – 7 of 7) sorted by relevance
/openbmc/pldm/host-bmc/ |
H A D | host_pdr_handler.hpp | 66 class HostPDRHandler class 69 HostPDRHandler() = delete; 70 HostPDRHandler(const HostPDRHandler&) = delete; 71 HostPDRHandler(HostPDRHandler&&) = delete; 72 HostPDRHandler& operator=(const HostPDRHandler&) = delete; 73 HostPDRHandler& operator=(HostPDRHandler&&) = delete; 74 ~HostPDRHandler() = default; 92 explicit HostPDRHandler(
|
H A D | host_pdr_handler.cpp | 85 HostPDRHandler::HostPDRHandler( in HostPDRHandler() function in pldm::HostPDRHandler 130 void HostPDRHandler::fetchPDR(PDRRecordHandles&& recordHandles) in fetchPDR() 148 event, std::bind(std::mem_fn(&HostPDRHandler::_fetchPDR), this, in fetchPDR() 152 void HostPDRHandler::_fetchPDR(sdeventplus::source::EventBase& /*source*/) in _fetchPDR() 157 void HostPDRHandler::getHostPDR(uint32_t nextRecordHandle) in getHostPDR() 196 std::bind_front(&HostPDRHandler::processHostPDRs, this)); in getHostPDR() 205 int HostPDRHandler::handleStateSensorEvent(const StateSensorEntry& entry, in handleStateSensorEvent() 218 void HostPDRHandler::mergeEntityAssociations( in mergeEntityAssociations() 326 void HostPDRHandler::sendPDRRepositoryChgEvent(std::vector<uint8_t>&& pdrTypes, in sendPDRRepositoryChgEvent() 430 void HostPDRHandler::parseStateSensorPDRs(const PDRList& stateSensorPDRs) in parseStateSensorPDRs() [all …]
|
H A D | host_condition.hpp | 34 void setHostPdrObj(std::shared_ptr<HostPDRHandler> obj) in setHostPdrObj() 40 std::shared_ptr<HostPDRHandler> hostPdrObj;
|
/openbmc/pldm/oem/ampere/ |
H A D | oem_ampere.hpp | 53 HostPDRHandler* /* hostPDRHandler */, in OemAMPERE() argument
|
/openbmc/pldm/libpldmresponder/ |
H A D | platform.hpp | 54 pldm_pdr* repo, HostPDRHandler* hostPDRHandler, in Handler() 523 HostPDRHandler* hostPDRHandler;
|
/openbmc/pldm/pldmd/ |
H A D | pldmd.cpp | 249 std::shared_ptr<HostPDRHandler> hostPDRHandler; in main() 257 hostPDRHandler = std::make_shared<HostPDRHandler>( in main()
|
H A D | oem_ibm.hpp | 62 HostPDRHandler* hostPDRHandler, in OemIBM()
|