Searched refs:chProperties (Results 1 – 9 of 9) sorted by relevance
/openbmc/pldm/platform-mc/ |
H A D | dbus_to_terminus_effecters.cpp | 226 const DbusChgHostEffecterProps& chProperties, size_t effecterInfoIndex, in processHostEffecterChangeNotification() argument 233 chProperties, effecterInfoIndex, dbusInfoIndex, effecterId); in processHostEffecterChangeNotification() 240 const auto& it = chProperties.find(propertyName); in processHostEffecterChangeNotification() 242 if (it == chProperties.end()) in processHostEffecterChangeNotification() 330 const DbusChgHostEffecterProps& chProperties, size_t effecterInfoIndex, in processTerminusNumericEffecterChangeNotification() argument 354 const auto& it = chProperties.find(propertyName); in processTerminusNumericEffecterChangeNotification() 356 if (it == chProperties.end()) in processTerminusNumericEffecterChangeNotification()
|
H A D | dbus_to_terminus_effecters.hpp | 141 const DbusChgHostEffecterProps& chProperties, size_t effecterInfoIndex, 155 const DbusChgHostEffecterProps& chProperties, size_t effecterInfoIndex,
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | inband_code_update.cpp | 328 const DbusChangedProps& chProperties) in processPriorityChangeNotification() argument 331 const auto it = chProperties.find(propName); in processPriorityChangeNotification() 332 if (it == chProperties.end()) in processPriorityChangeNotification()
|
H A D | inband_code_update.hpp | 208 const pldm::utils::DbusChangedProps& chProperties);
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | channel_mgmt.hpp | 408 const DbusChObjProperties& chProperties);
|
H A D | user_mgmt.cpp | 367 DbusUserObjProperties chProperties; in userUpdatedSignalHandler() local 368 msg.read(intfName, chProperties); // skip reading 3rd argument. in userUpdatedSignalHandler() 369 for (const auto& prop : chProperties) in userUpdatedSignalHandler()
|
H A D | channel_mgmt.cpp | 190 const std::string& path, const DbusChObjProperties& chProperties) in processChAccessPropChange() argument 207 for (const auto& prop : chProperties) in processChAccessPropChange()
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_config.cpp | 975 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()
|
H A D | bios_config.hpp | 204 const DbusChObjProperties& chProperties, uint32_t biosAttrIndex);
|