/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_io_type_lid.hpp | 59 bool constructLIDPath(oem_platform::Handler* oemPlatformHandler) in constructLIDPath() argument 61 if (oemPlatformHandler != nullptr) in constructLIDPath() 65 oemPlatformHandler); in constructLIDPath() 99 oem_platform::Handler* oemPlatformHandler) in writeFromMemory() argument 103 if (oemPlatformHandler != nullptr) in writeFromMemory() 107 oemPlatformHandler); in writeFromMemory() 153 oemPlatformHandler); in writeFromMemory() 172 oem_platform::Handler* oemPlatformHandler) in readIntoMemory() argument 174 if (constructLIDPath(oemPlatformHandler)) in readIntoMemory() 182 oem_platform::Handler* oemPlatformHandler) in write() argument [all …]
|
H A D | file_io_by_type.hpp | 33 oem_platform::Handler* oemPlatformHandler) = 0; 47 oem_platform::Handler* oemPlatformHandler) = 0; 58 oem_platform::Handler* oemPlatformHandler) = 0; 69 oem_platform::Handler* oemPlatformHandler) = 0;
|
H A D | file_io.hpp | 169 Handler(oem_platform::Handler* oemPlatformHandler, int hostSockFd, in Handler() argument 172 oemPlatformHandler(oemPlatformHandler) in Handler() 449 oem_platform::Handler* oemPlatformHandler; member in pldm::responder::oem_ibm::Handler
|
H A D | file_io.cpp | 805 oem_platform::Handler* oemPlatformHandler) in rwFileByTypeIntoMemory() argument 868 oemPlatformHandler) in rwFileByTypeIntoMemory() 870 oemPlatformHandler); in rwFileByTypeIntoMemory() 880 payloadLength, oemPlatformHandler); in writeFileByTypeFromMemory() 887 payloadLength, oemPlatformHandler); in readFileByTypeIntoMemory() 940 offset, length, oemPlatformHandler); in writeFileByType() 995 rc = handler->read(offset, length, response, oemPlatformHandler); in readFileByType()
|
H A D | file_io_type_progress_src.hpp | 31 oem_platform::Handler* oemPlatformHandler) override;
|
H A D | collect_slot_vpd.cpp | 293 oemPlatformHandler = handler; in setOemPlatformHandler() 302 oemPlatformHandler); in sendStateSensorEvent()
|
H A D | collect_slot_vpd.hpp | 156 pldm::responder::oem_platform::Handler* oemPlatformHandler = member in pldm::responder::SlotHandler
|
H A D | inband_code_update.hpp | 195 oemPlatformHandler; //!< oem platform handler member in pldm::responder::CodeUpdate
|
H A D | inband_code_update.cpp | 344 oemPlatformHandler = handler; in setOemPlatformHandler() 366 oemPlatformHandler); in sendStateSensorEvent()
|
/openbmc/pldm/pldmd/ |
H A D | oem_ibm.hpp | 81 codeUpdate->setOemPlatformHandler(oemPlatformHandler.get()); in OemIBM() 82 hostPDRHandler->setOemPlatformHandler(oemPlatformHandler.get()); in OemIBM() 84 platformHandler->setOemPlatformHandler(oemPlatformHandler.get()); in OemIBM() 85 baseHandler->setOemPlatformHandler(oemPlatformHandler.get()); in OemIBM() 86 slotHandler->setOemPlatformHandler(oemPlatformHandler.get()); in OemIBM() 118 oemPlatformHandler = std::make_unique<oem_ibm_platform::Handler>( in createOemPlatformHandler() 128 oemPlatformHandler.get()); in createOemIbmPlatformHandler() 164 oemPlatformHandler.get(), mctp_fd, mctp_eid, in registerHandler() 198 std::unique_ptr<responder::oem_platform::Handler> oemPlatformHandler{}; member in pldm::oem_ibm::OemIBM
|
/openbmc/pldm/oem/ibm/test/ |
H A D | libpldmresponder_fileio_test.cpp | 228 std::unique_ptr<oem_platform::Handler> oemPlatformHandler{}; in TEST() local 229 oem_ibm::Handler handler(oemPlatformHandler.get(), hostSocketFd, host_eid, in TEST() 262 std::unique_ptr<oem_platform::Handler> oemPlatformHandler{}; in TEST_F() local 263 oem_ibm::Handler handler(oemPlatformHandler.get(), hostSocketFd, host_eid, in TEST_F() 297 std::unique_ptr<oem_platform::Handler> oemPlatformHandler{}; in TEST_F() local 298 oem_ibm::Handler handler(oemPlatformHandler.get(), hostSocketFd, host_eid, in TEST_F() 332 std::unique_ptr<oem_platform::Handler> oemPlatformHandler{}; in TEST_F() local 333 oem_ibm::Handler handler(oemPlatformHandler.get(), hostSocketFd, host_eid, in TEST_F() 370 std::unique_ptr<oem_platform::Handler> oemPlatformHandler{}; in TEST_F() local 371 oem_ibm::Handler handler(oemPlatformHandler.get(), hostSocketFd, host_eid, in TEST_F() [all …]
|
H A D | libpldmresponder_oem_platform_test.cpp | 96 std::unique_ptr<MockOemPlatformHandler> oemPlatformHandler = in TEST() local 102 EXPECT_CALL(*oemPlatformHandler, getAssociateEntityMap()) in TEST() 105 auto rc = oemPlatformHandler->getOemStateSensorReadingsHandler( in TEST() 119 rc = oemPlatformHandler->getOemStateSensorReadingsHandler( in TEST() 127 rc = oemPlatformHandler->getOemStateSensorReadingsHandler( in TEST() 135 rc = oemPlatformHandler->getOemStateSensorReadingsHandler( in TEST() 148 rc = oemPlatformHandler->oemSetStateEffecterStatesHandler( in TEST() 154 rc = oemPlatformHandler->oemSetStateEffecterStatesHandler( in TEST() 162 rc = oemPlatformHandler->oemSetStateEffecterStatesHandler( in TEST()
|
/openbmc/pldm/host-bmc/ |
H A D | utils.cpp | 62 pldm::responder::oem_platform::Handler* oemPlatformHandler) in addObjectPathEntityAssociations() argument 101 if (oemPlatformHandler) in addObjectPathEntityAssociations() 103 oemPlatformHandler->updateOemDbusPaths(entity_path); in addObjectPathEntityAssociations() 128 oemPlatformHandler); in addObjectPathEntityAssociations() 139 if (oemPlatformHandler) in addObjectPathEntityAssociations() 141 oemPlatformHandler->updateOemDbusPaths(dbusPath); in addObjectPathEntityAssociations() 162 pldm::responder::oem_platform::Handler* oemPlatformHandler) in updateEntityAssociation() argument 218 entityMaps, oemPlatformHandler); in updateEntityAssociation()
|
H A D | utils.hpp | 35 pldm::responder::oem_platform::Handler* oemPlatformHandler);
|
H A D | host_pdr_handler.hpp | 180 oemPlatformHandler = handler; in setOemPlatformHandler() 356 pldm::responder::oem_platform::Handler* oemPlatformHandler = nullptr; member in pldm::HostPDRHandler
|
H A D | host_pdr_handler.cpp | 240 if (oemPlatformHandler && in mergeEntityAssociations() 241 oemPlatformHandler->checkRecordHandleInRange(record_handle)) in mergeEntityAssociations() 273 if (oemPlatformHandler) in mergeEntityAssociations() 309 if (oemPlatformHandler) in mergeEntityAssociations() 311 auto record = oemPlatformHandler->fetchLastBMCRecord(repo); in mergeEntityAssociations() 642 entityMaps, oemPlatformHandler); in processHostPDRs()
|
/openbmc/pldm/libpldmresponder/ |
H A D | platform.cpp | 166 if (oemPlatformHandler) in getPDR() 168 auto rc = oemPlatformHandler->checkBMCState(); in getPDR() 199 if (oemPlatformHandler != nullptr) in getPDR() 201 oemPlatformHandler->buildOEMPDR(pdrRepo); in getPDR() 317 oemPlatformHandler != nullptr && in setStateEffecterStates() 320 rc = oemPlatformHandler->oemSetStateEffecterStatesHandler( in setStateEffecterStates() 363 if (oemPlatformHandler) in platformEventMessage() 365 if (oemPlatformHandler->watchDogRunning()) in platformEventMessage() 367 oemPlatformHandler->resetWatchDogTimer(); in platformEventMessage() 371 oemPlatformHandler->setSurvTimer(tid, true); in platformEventMessage() [all …]
|
H A D | base.hpp | 94 oemPlatformHandler = handler; in setOemPlatformHandler() 104 pldm::responder::oem_platform::Handler* oemPlatformHandler = nullptr; member in pldm::responder::base::Handler
|
H A D | base.cpp | 176 oemPlatformHandler->processSetEventReceiver(); in _processSetEventReceiver() 190 if (oemPlatformHandler) in getTID()
|
H A D | platform.hpp | 219 oemPlatformHandler = handler; in setOemPlatformHandler() 527 pldm::responder::oem_platform::Handler* oemPlatformHandler = nullptr; member in pldm::responder::platform::Handler
|