Home
last modified time | relevance | path

Searched refs:DbusChangedProps (Results 1 – 5 of 5) sorted by relevance

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.hpp81 pldm::utils::DbusChangedProps props{}; in Handler()
119 pldm::utils::DbusChangedProps props{}; in Handler()
203 pldm::utils::DbusChangedProps props{}; in Handler()
219 pldm::utils::DbusChangedProps props{}; in Handler()
H A Dinband_code_update.hpp261 const pldm::utils::DbusChangedProps& chProperties);
H A Dinband_code_update.cpp341 DbusChangedProps props; in setVersions()
380 DbusChangedProps props; in setVersions()
557 const DbusChangedProps& chProperties) in processPriorityChangeNotification()
H A Dcollect_slot_vpd.cpp166 pldm::utils::DbusChangedProps props{}; in createPresenceMatch()
/openbmc/pldm/common/
H A Dutils.hpp183 using DbusChangedProps = std::map<DbusProp, PropertyValue>; typedef