Lines Matching defs:get
50 namespace get
89 for (const auto& value : std::get<OffsetValueMap>(values))
101 "mapDbusToAssertion: Failed to get property, service: {SERVICE},"
133 for (const auto& value : std::get<OffsetValueMap>(values))
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))
340 for (const auto& value : std::get<OffsetValueMap>(property.second))
349 result = result && std::get<bool>(value.second.assert);
359 result = result && std::get<bool>(value.second.deassert);
364 std::get<PreReqOffsetValueMap>(property.second))
368 result = result && std::get<bool>(value.second.assert);
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