Home
last modified time | relevance | path

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

/openbmc/pldm/host-bmc/
H A Ddbus_to_host_effecters.cpp243 const auto& propValues = hostEffecterInfo[effecterInfoIndex] in findNewStateValue() local
246 auto it = std::find(propValues.begin(), propValues.end(), propertyValue); in findNewStateValue()
248 if (it != propValues.end()) in findNewStateValue()
250 auto index = std::distance(propValues.begin(), it); in findNewStateValue()