Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dcpuinfo_utils.cpp193 const ChangedPropertiesType& changedProps) { in subscribeToProperty() argument
194 for (const auto& [changedProp, newValue] : changedProps) in subscribeToProperty()
221 ChangedPropertiesType changedProps; in subscribeToProperty() local
223 reply.read(std::string(), changedProps); in subscribeToProperty()
226 commonPropHandler(changedProps); in subscribeToProperty()
250 for (const auto& [changedInterface, changedProps] : changedInterfaces) in subscribeToProperty()
258 commonPropHandler(changedProps); in subscribeToProperty()