Home
last modified time | relevance | path

Searched refs:HostPDRHandler (Results 1 – 6 of 6) sorted by relevance

/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.hpp66 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 Dhost_pdr_handler.cpp85 HostPDRHandler::HostPDRHandler( in HostPDRHandler() function in pldm::HostPDRHandler
130 void HostPDRHandler::fetchPDR(PDRRecordHandles&& recordHandles) in fetchPDR()
157 void HostPDRHandler::getHostPDR(uint32_t nextRecordHandle) in getHostPDR()
218 void HostPDRHandler::mergeEntityAssociations( in mergeEntityAssociations()
452 void HostPDRHandler::processHostPDRs( in processHostPDRs()
676 void HostPDRHandler::_processPDRRepoChgEvent( in _processPDRRepoChgEvent()
685 void HostPDRHandler::_processFetchPDREvent( in _processFetchPDREvent()
702 void HostPDRHandler::setHostFirmwareCondition() in setHostFirmwareCondition()
742 bool HostPDRHandler::isHostUp() in isHostUp()
916 void HostPDRHandler::getFRURecordTableMetadataByRemote( in getFRURecordTableMetadataByRemote()
[all …]
H A Dhost_condition.hpp34 void setHostPdrObj(std::shared_ptr<HostPDRHandler> obj) in setHostPdrObj()
40 std::shared_ptr<HostPDRHandler> hostPdrObj;
/openbmc/pldm/pldmd/
H A Dpldmd.cpp245 std::shared_ptr<HostPDRHandler> hostPDRHandler; in main()
253 hostPDRHandler = std::make_shared<HostPDRHandler>( in main()
H A Doem_ibm.hpp62 HostPDRHandler* hostPDRHandler, in OemIBM()
/openbmc/pldm/libpldmresponder/
H A Dplatform.hpp54 pldm_pdr* repo, HostPDRHandler* hostPDRHandler, in Handler()
507 HostPDRHandler* hostPDRHandler;