Home
last modified time | relevance | path

Searched refs:hostPDRHandler (Results 1 – 4 of 4) sorted by relevance

/openbmc/pldm/pldmd/
H A Dpldmd.cpp254 std::shared_ptr<HostPDRHandler> hostPDRHandler; in main() local
262 hostPDRHandler = std::make_shared<HostPDRHandler>( in main()
269 dbusImplHost.setHostPdrObj(hostPDRHandler); in main()
308 hostPDRHandler.get(), dbusToPLDMEventHandler.get(), fruHandler.get(), in main()
321 instanceIdDb, event, invoker, hostPDRHandler.get(), in main()
329 instanceIdDb, event, invoker, hostPDRHandler.get(), in main()
435 if (hostPDRHandler) in main()
437 hostPDRHandler->setHostFirmwareCondition(); in main()
H A Doem_ibm.hpp62 HostPDRHandler* hostPDRHandler, in OemIBM() argument
82 hostPDRHandler->setOemPlatformHandler(oemPlatformHandler.get()); in OemIBM()
83 hostPDRHandler->setOemUtilsHandler(oemUtilsHandler.get()); in OemIBM()
/openbmc/pldm/libpldmresponder/
H A Dplatform.cpp458 if (hostPDRHandler == nullptr) in sensorEvent()
473 hostPDRHandler->lookupSensorInfo(sensorEntry); in sensorEvent()
484 hostPDRHandler->lookupSensorInfo(sensorEntry); in sensorEvent()
512 return hostPDRHandler->handleStateSensorEvent(stateSensorEntry, in sensorEvent()
574 hostPDRHandler->isHostPdrModified = true; in pldmPDRRepositoryChgEvent()
596 if (hostPDRHandler) in pldmPDRRepositoryChgEvent()
606 for (auto it = hostPDRHandler->tlPDRInfo.cbegin(); in pldmPDRRepositoryChgEvent()
607 it != hostPDRHandler->tlPDRInfo.cend();) in pldmPDRRepositoryChgEvent()
613 hostPDRHandler->tlPDRInfo.erase(it++); in pldmPDRRepositoryChgEvent()
621 hostPDRHandler->fetchPDR(std::move(pdrRecordHandles)); in pldmPDRRepositoryChgEvent()
[all …]
H A Dplatform.hpp54 pldm_pdr* repo, HostPDRHandler* hostPDRHandler, in Handler() argument
62 hostPDRHandler(hostPDRHandler), in Handler()
523 HostPDRHandler* hostPDRHandler; member in pldm::responder::platform::Handler