Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_lid.hpp63 pldm::responder::oem_ibm_platform::Handler* oemIbmPlatformHandler = in constructLIDPath() local
71 if (oemIbmPlatformHandler->codeUpdate->fetchCurrentBootSide() == in constructLIDPath()
83 else if (oemIbmPlatformHandler->codeUpdate in constructLIDPath()
105 pldm::responder::oem_ibm_platform::Handler* oemIbmPlatformHandler = in writeFromMemory() local
109 oemIbmPlatformHandler->codeUpdate->isCodeUpdateInProgress(); in writeFromMemory()
151 oemIbmPlatformHandler = dynamic_cast< in writeFromMemory() local
155 oemIbmPlatformHandler->codeUpdate->getMarkerLidSensor(); in writeFromMemory()
157 oemIbmPlatformHandler->sendStateSensorEvent( in writeFromMemory()
188 pldm::responder::oem_ibm_platform::Handler* oemIbmPlatformHandler = in write() local
192 oemIbmPlatformHandler->codeUpdate->isCodeUpdateInProgress(); in write()
[all …]
H A Dcollect_slot_vpd.cpp300 pldm::responder::oem_ibm_platform::Handler* oemIbmPlatformHandler = in sendStateSensorEvent() local
303 if (oemIbmPlatformHandler) in sendStateSensorEvent()
305 oemIbmPlatformHandler->sendStateSensorEvent( in sendStateSensorEvent()
H A Dinband_code_update.cpp364 pldm::responder::oem_ibm_platform::Handler* oemIbmPlatformHandler = in sendStateSensorEvent() local
367 oemIbmPlatformHandler->sendStateSensorEvent( in sendStateSensorEvent()
/openbmc/pldm/pldmd/
H A Doem_ibm.hpp89 oemIbmPlatformHandler->setPlatformHandler(platformHandler); in OemIBM()
126 oemIbmPlatformHandler = in createOemIbmPlatformHandler()
210 pldm::responder::oem_ibm_platform::Handler* oemIbmPlatformHandler = nullptr; member in pldm::oem_ibm::OemIBM