/openbmc/pldm/libpldmresponder/ |
H A D | oem_handler.hpp | 17 Handler(const pldm::utils::DBusHandler* dBusIntf) : dBusIntf(dBusIntf) {} in Handler() argument 130 const pldm::utils::DBusHandler* dBusIntf; member in pldm::responder::oem_platform::Handler 163 Handler(const pldm::utils::DBusHandler* dBusIntf) : dBusIntf(dBusIntf) {} in Handler() argument 177 const pldm::utils::DBusHandler* dBusIntf; member in pldm::responder::oem_utils::Handler
|
H A D | platform.cpp | 68 void Handler::generate(const pldm::utils::DBusHandler& dBusIntf, in generate() argument 88 [this](const DBusHandler& dBusIntf, const auto& json, in generate() 91 pldm::utils::DBusHandler, Handler>(dBusIntf, json, *this, in generate() 95 [this](const DBusHandler& dBusIntf, const auto& json, in generate() 98 pldm::utils::DBusHandler, Handler>(dBusIntf, json, *this, in generate() 101 {PLDM_STATE_SENSOR_PDR, [this](const DBusHandler& dBusIntf, in generate() 104 Handler>(dBusIntf, json, in generate() 125 pdrType)(dBusIntf, effecter, repo); in generate() 133 pdrType)(dBusIntf, sensor, repo); in generate() 203 generate(*dBusIntf, pdrJsonsDir, pdrRepo); in getPDR() [all …]
|
H A D | platform.hpp | 32 const pldm::utils::DBusHandler& dBusIntf, const pldm::utils::Json& json, 52 Handler(const pldm::utils::DBusHandler* dBusIntf, uint8_t eid, in Handler() argument 64 dBusIntf(dBusIntf), platformConfigHandler(platformConfigHandler), in Handler() 71 generate(*dBusIntf, pdrJsonsDir, pdrRepo); 195 void generate(const pldm::utils::DBusHandler& dBusIntf, 343 const DBusInterface& dBusIntf, uint16_t effecterId, in setStateEffecterStatesHandler() argument 435 dBusIntf.setDbusProperty( in setStateEffecterStatesHandler() 526 const pldm::utils::DBusHandler* dBusIntf; member in pldm::responder::platform::Handler
|
H A D | platform_state_sensor.hpp | 36 const DBusInterface& dBusIntf, in getStateSensorEventState() argument 43 auto propertyValue = dBusIntf.getDbusPropertyVariant( in getStateSensorEventState() 83 const DBusInterface& dBusIntf, Handler& handler, uint16_t sensorId, in getStateSensorReadingsHandler() argument 170 dBusIntf, dbusValMaps[offset], dbusMapping); in getStateSensorReadingsHandler()
|
H A D | platform_state_effecter.hpp | 39 const DBusInterface& dBusIntf, Handler& handler, uint16_t effecterId, in setStateEffecterStatesHandler() argument 139 dBusIntf.setDbusProperty( in setStateEffecterStatesHandler()
|
H A D | platform_numeric_effecter.hpp | 248 const DBusInterface& dBusIntf, Handler& handler, uint16_t effecterId, in setNumericEffecterValueHandler() argument 318 dBusIntf.setDbusProperty(dbusMapping, dbusValue.value()); in setNumericEffecterValueHandler() 489 int getNumericEffecterData(const DBusInterface& dBusIntf, Handler& handler, in getNumericEffecterData() argument 544 propertyValue = dBusIntf.getDbusPropertyVariant( in getNumericEffecterData()
|
H A D | pdr_state_effecter.hpp | 30 void generateStateEffecterPDR(const DBusInterface& dBusIntf, const Json& json, in generateStateEffecterPDR() argument 150 dBusIntf.getService(objectPath.c_str(), interface.c_str()); in generateStateEffecterPDR()
|
H A D | pdr_state_sensor.hpp | 29 void generateStateSensorPDR(const DBusInterface& dBusIntf, const Json& json, in generateStateSensorPDR() argument 161 dBusIntf.getService(objectPath.c_str(), interface.c_str()); in generateStateSensorPDR()
|
H A D | pdr_numeric_effecter.hpp | 29 void generateNumericEffecterPDR(const DBusInterface& dBusIntf, const Json& json, in generateNumericEffecterPDR() argument 212 dBusIntf.getService(objectPath.c_str(), interface.c_str()); in generateNumericEffecterPDR()
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | utils.hpp | 66 Handler(const pldm::utils::DBusHandler* dBusIntf) : in Handler() argument 67 oem_utils::Handler(dBusIntf), dBusIntf(dBusIntf) in Handler() 83 const pldm::utils::DBusHandler* dBusIntf; member in pldm::responder::oem_ibm_utils::Handler
|
H A D | inband_code_update.hpp | 35 CodeUpdate(const pldm::utils::DBusHandler* dBusIntf) : dBusIntf(dBusIntf) in CodeUpdate() argument 187 const pldm::utils::DBusHandler* dBusIntf; //!< D-Bus handler member in pldm::responder::CodeUpdate
|
H A D | inband_code_update.cpp | 92 dBusIntf->setDbusProperty(dbusMapping, value); in setNextBootSide() 162 auto& bus = dBusIntf->getBus(); in setVersions() 229 auto propVal = dBusIntf->getDbusPropertyVariant( in setVersions() 379 auto& bus = dBusIntf->getBus(); in deleteImage()
|
H A D | utils.cpp | 240 pldm::utils::GetSubTreeResponse response = dBusIntf->getSubtree( in setCoreCount() 254 dBusIntf->setDbusProperty(dbusMapping, value); in setCoreCount()
|
H A D | oem_ibm_handler.hpp | 49 Handler(const pldm::utils::DBusHandler* dBusIntf, in Handler() argument 55 oem_platform::Handler(dBusIntf), codeUpdate(codeUpdate), in Handler()
|
H A D | oem_ibm_handler.cpp | 425 auto slotPaths = dBusIntf->getSubTreePaths(objectPath, 0, slotInterface); in buildOEMPDR() 621 dBusIntf->setDbusProperty(dbusMapping, value); in _processSystemReboot() 656 dBusIntf->setDbusProperty(dbusMapping, value); in _processSystemReboot() 671 dBusIntf->setDbusProperty(dbusMapping, value); in _processSystemReboot()
|
/openbmc/pldm/pldmd/ |
H A D | oem_ibm.hpp | 59 const pldm::utils::DBusHandler* dBusIntf, int mctp_fd, uint8_t mctp_eid, in OemIBM() argument 67 dBusIntf(dBusIntf), mctp_fd(mctp_fd), mctp_eid(mctp_eid), repo(repo), in OemIBM() 100 codeUpdate = std::make_unique<pldm::responder::CodeUpdate>(dBusIntf); in createCodeUpdate() 119 dBusIntf, codeUpdate.get(), slotHandler.get(), mctp_fd, mctp_eid, in createOemPlatformHandler() 141 std::make_unique<responder::oem_ibm_utils::Handler>(dBusIntf); in createOemIbmUtilsHandler() 170 const pldm::utils::DBusHandler* dBusIntf; member in pldm::oem_ibm::OemIBM
|
/openbmc/pldm/oem/ibm/test/ |
H A D | libpldmresponder_oem_platform_test.cpp | 37 MockOemUtilsHandler(const pldm::utils::DBusHandler* dBusIntf) : in MockOemUtilsHandler() argument 38 oem_ibm_utils::Handler(dBusIntf) in MockOemUtilsHandler() 45 MockCodeUpdate(const pldm::utils::DBusHandler* dBusIntf) : in MockCodeUpdate() argument 46 CodeUpdate(dBusIntf) in MockCodeUpdate() 63 MockOemPlatformHandler(const pldm::utils::DBusHandler* dBusIntf, in MockOemPlatformHandler() argument 69 oem_ibm_platform::Handler(dBusIntf, codeUpdate, slotHandler, mctp_fd, in MockOemPlatformHandler()
|