/openbmc/intel-ipmi-oem/src/ |
H A D | chassiscommands.cpp | 78 auto bus = getSdBus(); in enclosureIdentifyLed() 95 auto bus = getSdBus(); in getIDState() 226 std::shared_ptr<sdbusplus::asio::connection> busp = getSdBus(); in getPowerRestorePolicy() 275 std::shared_ptr<sdbusplus::asio::connection> busp = getSdBus(); in getPowerStatus() 314 std::shared_ptr<sdbusplus::asio::connection> bus = getSdBus(); in getACFailStatus() 336 std::shared_ptr<sdbusplus::asio::connection> busp = getSdBus(); in getButtonEnabled() 339 auto service = ipmi::getService(*getSdBus(), buttonIntf, buttonPath); in getButtonEnabled() 358 auto service = ipmi::getService(*getSdBus(), buttonIntf, buttonPath); in setButtonEnabled() 359 ipmi::setDbusProperty(*getSdBus(), service, buttonPath, buttonIntf, in setButtonEnabled() 663 auto bus = getSdBus(); in registerChassisFunctions()
|
H A D | bmccontrolservices.cpp | 63 auto sdbusp = getSdBus(); in getServiceConfigMgrName() 124 auto sdbusp = getSdBus(); in setBmcControlServices() 172 auto sdbusp = getSdBus(); in getBmcControlServices()
|
H A D | multinodecommands.cpp | 33 auto pdbus = getSdBus(); in getMultiNodeInfo() 53 auto pdbus = getSdBus(); in getMultiNodeRole()
|
H A D | smbiosmdrv2handler.cpp | 66 std::shared_ptr<sdbusplus::asio::connection> bus = getSdBus(); in sdplusMdrv2GetProperty() 93 std::shared_ptr<sdbusplus::asio::connection> bus = getSdBus(); in syncDirCommonData() 137 std::shared_ptr<sdbusplus::asio::connection> bus = getSdBus(); in findDataId() 284 std::shared_ptr<sdbusplus::asio::connection> bus = getSdBus(); in mdr2GetDir() 383 std::shared_ptr<sdbusplus::asio::connection> bus = getSdBus(); in mdr2SendDir() 447 std::shared_ptr<sdbusplus::asio::connection> bus = getSdBus(); in mdr2GetDataInfo() 511 std::shared_ptr<sdbusplus::asio::connection> bus = getSdBus(); in mdr2DataInfoOffer() 580 std::shared_ptr<sdbusplus::asio::connection> bus = getSdBus(); in mdr2SendDataInfo() 1019 std::shared_ptr<sdbusplus::asio::connection> bus = getSdBus(); in mdr2LockData() 1115 std::shared_ptr<sdbusplus::asio::connection> bus = getSdBus(); in cmd_mdr2_data_start() [all …]
|
H A D | oemcommands.cpp | 330 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in ipmiOEMGetChassisIdentifier() 371 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in ipmiOEMSetSystemGUID() 385 std::shared_ptr<sdbusplus::asio::connection> busp = getSdBus(); in ipmiOEMDisableBMCSystemReset() 413 std::shared_ptr<sdbusplus::asio::connection> busp = getSdBus(); in ipmiOEMGetBMCResetDisables() 456 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in ipmiOEMSetBIOSID() 469 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in getActiveHSCSoftwareVersionInfo() 596 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in ipmiOEMGetDeviceInfo() 719 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in ipmiOEMGetPowerRestoreDelay() 902 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in ipmiOEMSetPowerRestoreDelay() 919 std::shared_ptr<sdbusplus::asio::connection> busp = getSdBus(); in cpuPresent() [all …]
|
H A D | biosconfigcommands.cpp | 194 auto dbus = getSdBus(); in getPendingList() 399 std::shared_ptr<sdbusplus::asio::connection> pSdBusPlus = getSdBus(); in sendAllAttributes() 469 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in getPostCompleted() 500 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in getResetBIOSSettings() 849 auto dbus = getSdBus(); in ipmiOEMSetPayload()
|
H A D | firmware-update.cpp | 375 std::shared_ptr<sdbusplus::asio::connection> busp = getSdBus(); in updateActivationPercent() 465 std::shared_ptr<sdbusplus::asio::connection> bus = getSdBus(); in activateImage() 492 std::shared_ptr<sdbusplus::asio::connection> busp = getSdBus(); in getFirmwareUpdateMode() 518 std::shared_ptr<sdbusplus::asio::connection> busp = getSdBus(); in setFirmwareUpdateMode() 639 *getSdBus(), in postTransferCompleteHandler() 849 std::shared_ptr<sdbusplus::asio::connection> busp = getSdBus(); in ipmiGetFwVersionInfo()
|
H A D | sensorcommands.cpp | 89 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in setMeStatus()
|
H A D | storagecommands.cpp | 136 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in writeFru() 309 auto bus = getSdBus(); in startMatch() 365 replaceCacheFru(getSdBus(), yield); in startMatch() 1136 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in ipmiStorageClearSEL()
|
H A D | manufacturingcommands.cpp | 152 *getSdBus(), callbackMgrService, callbackMgrObjPath, in ledRevert() 231 *reply = ipmi::getDbusProperty(*getSdBus(), service, path, interface, in getProperty() 250 ipmi::setDbusProperty(*getSdBus(), service, path, interface, in setProperty() 266 auto dbus = getSdBus(); in disablePidControlService()
|
H A D | bridgingcommands.cpp | 584 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in ipmiAppGetMessageFlags() 661 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in ipmiAppClearMessageFlags()
|
/openbmc/phosphor-net-ipmid/ |
H A D | sessions_manager.cpp | 63 *getSdBus(), session::sessionManagerRootPath); in managerInit() 71 0, std::make_shared<Session>(*getSdBus(), objPath.c_str(), 0, 0, 0)); in managerInit() 138 session = std::make_shared<Session>(*getSdBus(), objPath.c_str(), in startSession()
|
H A D | main.hpp | 15 std::shared_ptr<sdbusplus::asio::connection> getSdBus();
|
H A D | main.cpp | 49 std::shared_ptr<sdbusplus::asio::connection> getSdBus() in getSdBus() function
|
H A D | command_table.cpp | 63 auto bus = getSdBus(); in executeCommand()
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | api.hpp | 37 std::shared_ptr<sdbusplus::asio::connection> getSdBus();
|
/openbmc/phosphor-host-ipmid/libipmid/ |
H A D | sdbus-asio.cpp | 29 std::shared_ptr<sdbusplus::asio::connection> getSdBus() in getSdBus() function
|
/openbmc/fb-ipmi-oem/src/ |
H A D | groupextcommands.cpp | 47 auto conn = getSdBus(); in ipmiSBMRSendBootProgress()
|
H A D | usb-dbg.cpp | 60 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in getMaxHostPosition() 80 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in getSelectorPosition() 555 auto bus = getSdBus(); in sendBicCmd() 582 auto bus = getSdBus(); in sendMeCmd()
|
H A D | biccommands.cpp | 162 auto conn = getSdBus(); in ipmiOemPostCodeHandler() 272 auto conn = getSdBus(); in ipmiOemSetHostPowerState()
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sdrutils.cpp | 116 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in getSensorSubtree() 393 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in getObjectInterfaces() 418 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in getEntityManagerProperties()
|
/openbmc/intel-ipmi-oem/include/ |
H A D | sdrutils.hpp | 454 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in getObjectInterfaces() 481 std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus(); in getEntityManagerProperties()
|
/openbmc/phosphor-host-ipmid/ |
H A D | chassishandler.cpp | 933 *getSdBus(), in getPowerRestorePolicy() 961 std::shared_ptr<sdbusplus::asio::connection> busp = getSdBus(); in getPowerStatus() 1018 std::shared_ptr<sdbusplus::asio::connection> bus = getSdBus(); in getACFailStatus() 1041 std::shared_ptr<sdbusplus::asio::connection> busp = getSdBus(); in getButtonEnabled() 1393 return ipmi::getService(*getSdBus(), "xyz.openbmc_project.Led.Group", in getEnclosureIdentifyConnection() 1420 ipmi::setDbusProperty(*getSdBus(), connection, identify_led_object_name, in enclosureIdentifyLed() 2291 auto sdbusp = getSdBus(); in ipmiChassisSetPowerRestorePolicy()
|
H A D | whitelist-filter.cpp | 57 bus = getSdBus(); in AllowlistFilter()
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | session_cmds.cpp | 134 auto busp = getSdBus(); in closeOtherNetInstanceSession()
|