Lines Matching +defs:get +defs:value

50 namespace get
89 for (const auto& value : std::get<OffsetValueMap>(values))
91 if (propValue == value.second.assert)
93 setOffset(value.first, response);
101 "mapDbusToAssertion: Failed to get property, service: {SERVICE},"
133 for (const auto& value : std::get<OffsetValueMap>(values))
135 if (propValue == value.second.assert)
137 setReading(value.first, response);
145 "mapDbusToEventdata2: Failed to get property, service: {SERVICE},"
172 // So we have to get the properties from DBus anyway
188 // So we have to get the properties from DBus anyway
201 } // namespace get
232 const auto& iter = std::get<OffsetValueMap>(property.second).find(data);
233 if (iter == std::get<OffsetValueMap>(property.second).end())
254 for (const auto& value : std::get<OffsetValueMap>(property.second))
256 if (bothSet.size() <= value.first || !bothSet.test(value.first))
262 if (assertionSet.test(value.first))
264 tmp = value.second.assert;
267 if (deassertionSet.test(value.first))
269 tmp = value.second.deassert;
334 // calculated based on the true value of all conditions.
340 for (const auto& value : std::get<OffsetValueMap>(property.second))
342 if (assertionSet.test(value.first))
345 if (SkipAssertion::ASSERT == value.second.skip)
349 result = result && std::get<bool>(value.second.assert);
352 else if (deassertionSet.test(value.first))
355 if (SkipAssertion::DEASSERT == value.second.skip)
359 result = result && std::get<bool>(value.second.deassert);
363 for (const auto& value :
364 std::get<PreReqOffsetValueMap>(property.second))
366 if (assertionSet.test(value.first))
368 result = result && std::get<bool>(value.second.assert);
370 else if (deassertionSet.test(value.first))
372 result = result && std::get<bool>(value.second.deassert);
393 namespace get
405 return ipmi::sensor::get::mapDbusToAssertion(
416 // So we have to get the properties from DBus anyway
422 auto response = ipmi::sensor::get::mapDbusToAssertion(
436 } // namespace get