Home
last modified time | relevance | path

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

/openbmc/pldm/host-bmc/
H A Ddbus_to_terminus_effecters.cpp225 const DbusChgHostEffecterProps& chProperties, size_t effecterInfoIndex, in processHostEffecterChangeNotification() argument
232 chProperties, effecterInfoIndex, dbusInfoIndex, effecterId); in processHostEffecterChangeNotification()
239 const auto& it = chProperties.find(propertyName); in processHostEffecterChangeNotification()
241 if (it == chProperties.end()) in processHostEffecterChangeNotification()
329 const DbusChgHostEffecterProps& chProperties, size_t effecterInfoIndex, in processTerminusNumericEffecterChangeNotification() argument
353 const auto& it = chProperties.find(propertyName); in processTerminusNumericEffecterChangeNotification()
355 if (it == chProperties.end()) in processTerminusNumericEffecterChangeNotification()
H A Ddbus_to_terminus_effecters.hpp137 const DbusChgHostEffecterProps& chProperties, size_t effecterInfoIndex,
151 const DbusChgHostEffecterProps& chProperties, size_t effecterInfoIndex,
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.hpp208 const pldm::utils::DbusChangedProps& chProperties);
H A Dinband_code_update.cpp328 const DbusChangedProps& chProperties) in processPriorityChangeNotification() argument
331 const auto it = chProperties.find(propName); in processPriorityChangeNotification()
332 if (it == chProperties.end()) in processPriorityChangeNotification()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.hpp408 const DbusChObjProperties& chProperties);
H A Duser_mgmt.cpp368 DbusUserObjProperties chProperties; in userUpdatedSignalHandler() local
369 msg.read(intfName, chProperties); // skip reading 3rd argument. in userUpdatedSignalHandler()
370 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.hpp204 const DbusChObjProperties& chProperties, uint32_t biosAttrIndex);
H A Dbios_config.cpp975 const DbusChObjProperties& chProperties, uint32_t biosAttrIndex) in processBiosAttrChangeNotification() argument
981 const auto it = chProperties.find(propertyName); in processBiosAttrChangeNotification()
982 if (it == chProperties.end()) in processBiosAttrChangeNotification()