| /openbmc/pldm/libpldmresponder/ |
| H A D | oem_handler.hpp | 17 Handler(const pldm::utils::DBusHandler* dBusIntf) : dBusIntf(dBusIntf) {} in Handler() argument 136 const pldm::utils::DBusHandler* dBusIntf; member in pldm::responder::oem_platform::Handler 169 Handler(const pldm::utils::DBusHandler* dBusIntf) : dBusIntf(dBusIntf) {} in Handler() argument 183 const pldm::utils::DBusHandler* dBusIntf; member in pldm::responder::oem_utils::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.cpp | 67 void Handler::generate(const pldm::utils::DBusHandler& dBusIntf, in generate() argument 87 [this](const DBusHandler& dBusIntf, const auto& json, in generate() 90 pldm::utils::DBusHandler, Handler>(dBusIntf, json, *this, in generate() 94 [this](const DBusHandler& dBusIntf, const auto& json, in generate() 97 pldm::utils::DBusHandler, Handler>(dBusIntf, json, *this, in generate() 100 {PLDM_STATE_SENSOR_PDR, [this](const DBusHandler& dBusIntf, in generate() 103 Handler>(dBusIntf, json, in generate() 124 pdrType)(dBusIntf, effecter, repo); in generate() 132 pdrType)(dBusIntf, sensor, repo); in generate() 202 generate(*dBusIntf, pdrJsonsDir, pdrRepo); in getPDR() [all …]
|
| H A D | platform.hpp | 32 const pldm::utils::DBusHandler& dBusIntf, const pldm::utils::Json& json, 54 Handler(const pldm::utils::DBusHandler* dBusIntf, uint8_t eid, in Handler() argument 66 dBusIntf(dBusIntf), platformConfigHandler(platformConfigHandler), in Handler() 73 generate(*dBusIntf, pdrJsonsDir, pdrRepo); 197 void generate(const pldm::utils::DBusHandler& dBusIntf, 345 const DBusInterface& dBusIntf, uint16_t effecterId, in setStateEffecterStatesHandler() argument 437 dBusIntf.setDbusProperty( in setStateEffecterStatesHandler() 539 const pldm::utils::DBusHandler* dBusIntf; member in pldm::responder::platform::Handler
|
| 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 | 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 | 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_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 | 53 CodeUpdate(const pldm::utils::DBusHandler* dBusIntf) : dBusIntf(dBusIntf) in CodeUpdate() argument 240 const pldm::utils::DBusHandler* dBusIntf; //!< D-Bus handler member in pldm::responder::CodeUpdate
|
| H A D | inband_code_update.cpp | 108 auto priorityPropValue = dBusIntf->getDbusPropertyVariant( in setNextBootSide() 132 dBusIntf->setDbusProperty(dbusMapping, value); in setNextBootSide() 205 auto& bus = dBusIntf->getBus(); in setVersions() 218 auto runningPathPropValue = dBusIntf->getDbusPropertyVariant( in setVersions() 366 auto propVal = dBusIntf->getDbusPropertyVariant( in setVersions() 632 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 | 58 Handler(const pldm::utils::DBusHandler* dBusIntf, in Handler() argument 64 oem_platform::Handler(dBusIntf), codeUpdate(codeUpdate), in Handler()
|
| H A D | oem_ibm_handler.cpp | 546 auto slotPaths = dBusIntf->getSubTreePaths(objectPath, 0, slotInterface); in buildOEMPDR() 760 dBusIntf->setDbusProperty(dbusMapping, value); in _processSystemReboot() 795 dBusIntf->setDbusProperty(dbusMapping, value); in _processSystemReboot() 810 dBusIntf->setDbusProperty(dbusMapping, value); in _processSystemReboot()
|
| /openbmc/pldm/oem/meta/libpldmresponder/ |
| H A D | file_io_type_power_control.hpp | 24 const pldm::utils::DBusHandler* dBusIntf) : in PowerControlHandler() argument 25 tid(tid), dBusIntf(dBusIntf) in PowerControlHandler() 47 const pldm::utils::DBusHandler* dBusIntf; member in pldm::responder::oem_meta::PowerControlHandler
|
| H A D | file_io_type_bios_version.hpp | 25 const pldm::utils::DBusHandler* dBusIntf) : in BIOSVersionHandler() argument 26 tid(tid), dBusIntf(dBusIntf) in BIOSVersionHandler() 54 const pldm::utils::DBusHandler* dBusIntf; member in pldm::responder::oem_meta::BIOSVersionHandler
|
| H A D | file_io_type_bios_version.cpp | 38 dBusIntf->setDbusProperty(dbusMapping, convertToBIOSVersionStr(data)); in write()
|
| H A D | file_io_type_power_control.cpp | 106 dBusIntf->setDbusProperty(dbusMapping, property); in write()
|
| /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 68 dBusIntf(dBusIntf), mctp_fd(mctp_fd), mctp_eid(mctp_eid), repo(repo), in OemIBM() 105 codeUpdate = std::make_unique<pldm::responder::CodeUpdate>(dBusIntf); in createCodeUpdate() 124 dBusIntf, codeUpdate.get(), slotHandler.get(), mctp_fd, mctp_eid, in createOemPlatformHandler() 153 std::make_unique<responder::oem_ibm_utils::Handler>(dBusIntf); in createOemIbmUtilsHandler() 182 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()
|