Home
last modified time | relevance | path

Searched refs:chProperties (Results 1 – 8 of 8) sorted by relevance

/openbmc/pldm/platform-mc/
H A Ddbus_to_terminus_effecters.hpp141 const DbusChgHostEffecterProps& chProperties, size_t effecterInfoIndex,
155 const DbusChgHostEffecterProps& chProperties, size_t effecterInfoIndex,
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.hpp261 const pldm::utils::DbusChangedProps& chProperties);
H A Dinband_code_update.cpp557 const DbusChangedProps& chProperties) in processPriorityChangeNotification() argument
561 const auto it = chProperties.find(propName); in processPriorityChangeNotification()
562 if (it == chProperties.end()) in processPriorityChangeNotification()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.hpp408 const DbusChObjProperties& chProperties);
H A Duser_mgmt.cpp253 DbusUserObjProperties chProperties; in userUpdatedSignalHandler() local
254 msg.read(intfName, chProperties); // skip reading 3rd argument. in userUpdatedSignalHandler()
255 for (const auto& prop : chProperties) in userUpdatedSignalHandler()
H A Dchannel_mgmt.cpp191 const std::string& path, const DbusChObjProperties& chProperties) in processChAccessPropChange() argument
208 for (const auto& prop : chProperties) in processChAccessPropChange()
/openbmc/pldm/libpldmresponder/
H A Dbios_config.hpp194 const DbusChObjProperties& chProperties, uint32_t biosAttrIndex);
H A Dbios_config.cpp976 const DbusChObjProperties& chProperties, uint32_t biosAttrIndex) in processBiosAttrChangeNotification() argument
982 const auto it = chProperties.find(propertyName); in processBiosAttrChangeNotification()
983 if (it == chProperties.end()) in processBiosAttrChangeNotification()