Home
last modified time | relevance | path

Searched refs:changedProperties (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/include/
H A Dhostname_monitor.hpp71 dbus::utility::DBusPropertiesMap changedProperties; in onPropertyUpdate() local
73 message.read(iface, changedProperties); in onPropertyUpdate()
75 for (const auto& propertyPair : changedProperties) in onPropertyUpdate()
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device.cpp292 const auto& [interfaceName, changedProperties] = nextResult; in processHostStateChange()
294 auto it = changedProperties.find("CurrentHostState"); in processHostStateChange()
295 if (it != changedProperties.end()) in processHostStateChange()