Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Ddbus_to_terminus_effecters.cpp334 const auto& propValues = hostEffecterInfo[effecterInfoIndex] in processTerminusNumericEffecterChangeNotification() local
336 const auto& propertyName = propValues.dbusMap.propertyName; in processTerminusNumericEffecterChangeNotification()
337 const auto& propertyType = propValues.dbusMap.propertyType; in processTerminusNumericEffecterChangeNotification()
371 if (std::isfinite(val) && !std::isfinite(propValues.propertyValue)) in processTerminusNumericEffecterChangeNotification()
380 if (!std::isfinite(propValues.propertyValue) || !std::isfinite(val)) in processTerminusNumericEffecterChangeNotification()
386 if (val == propValues.propertyValue) in processTerminusNumericEffecterChangeNotification()
391 double rawValue = adjustValue(val, propValues.offset, propValues.resolution, in processTerminusNumericEffecterChangeNotification()
392 propValues.unitModifier); in processTerminusNumericEffecterChangeNotification()
402 propValues.dataSize, rawValue); in processTerminusNumericEffecterChangeNotification()
429 const auto& propValues = hostEffecterInfo[effecterInfoIndex] in findNewStateValue() local
[all …]
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dserver.hpp35 typename Types<Instance, Self>::properties_t... propValues) : in server()
36 context_ref(ctx), Types<Instance, Self>(path, propValues)... in server()