Lines Matching full:pldm
24 namespace pldm namespace
36 pldm::pdr::TerminusID TID = 0;
41 pldm::InstanceIdDb& instanceIdDb) : in SoftPowerOff()
62 pldm::pdr::EntityType entityType = entry.value("entityType", 0); in SoftPowerOff()
63 pldm::pdr::StateSetId stateSetId = entry.value("stateSetId", 0); in SoftPowerOff()
84 // Matches on the pldm StateSensorEvent signal in SoftPowerOff()
88 sdbusRule::path("/xyz/openbmc_project/pldm") + in SoftPowerOff()
89 sdbusRule::interface("xyz.openbmc_project.PLDM.Event"), in SoftPowerOff()
98 pldm::utils::PropertyValue propertyValue = in getHostState()
99 pldm::utils::DBusHandler().getDbusPropertyVariant( in getHostState()
116 … "PLDM remote terminus soft off. Can't get current remote terminus state, error - {ERROR}", in getHostState()
127 pldm::pdr::TerminusID msgTID; in hostSoftOffComplete()
128 pldm::pdr::SensorID msgSensorID; in hostSoftOffComplete()
129 pldm::pdr::SensorOffset msgSensorOffset; in hostSoftOffComplete()
130 pldm::pdr::EventState msgEventState; in hostSoftOffComplete()
131 pldm::pdr::EventState msgPreviousEventState; in hostSoftOffComplete()
145 "Failure to STOP the timer of PLDM soft off, response code '{RC}'", in hostSoftOffComplete()
149 // This marks the completion of pldm soft power off. in hostSoftOffComplete()
171 bool SoftPowerOff::getEffecterID(pldm::pdr::EntityType& entityType, in getEffecterID()
172 pldm::pdr::StateSetId& stateSetId) in getEffecterID()
174 auto& bus = pldm::utils::DBusHandler::getBus(); in getEffecterID()
179 "xyz.openbmc_project.PLDM", "/xyz/openbmc_project/pldm", in getEffecterID()
180 "xyz.openbmc_project.PLDM.PDR", "FindStateEffecterPDR"); in getEffecterID()
206 int SoftPowerOff::getSensorInfo(pldm::pdr::EntityType& entityType, in getSensorInfo()
207 pldm::pdr::StateSetId& stateSetId) in getSensorInfo()
211 auto& bus = pldm::utils::DBusHandler::getBus(); in getSensorInfo()
214 "xyz.openbmc_project.PLDM", "/xyz/openbmc_project/pldm", in getSensorInfo()
215 "xyz.openbmc_project.PLDM.PDR", "FindStateSensorPDR"); in getSensorInfo()
277 mctpEID = pldm::utils::readHostEID(); in hostSoftOff()
307 …"PLDM soft off failed, can't get the response for the PLDM request msg. Time out! Exit the pldm-so… in hostSoftOff()
336 "Failed to receive pldm data during soft-off, response code '{RC}'", in hostSoftOff()
344 // We've got the response meant for the PLDM request msg that was in hostSoftOff()
378 …"Failure to start remote terminus soft off wait timer, Exit the pldm-softpoweroff with response co… in hostSoftOff()
392 // Asynchronously send the PLDM request in hostSoftOff()
427 } // namespace pldm