Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.cpp89 for (const auto& value : std::get<OffsetValueMap>(values)) in mapDbusToAssertion()
133 for (const auto& value : std::get<OffsetValueMap>(values)) in mapDbusToEventdata2()
232 const auto& iter = std::get<OffsetValueMap>(property.second).find(data); in eventdata()
233 if (iter == std::get<OffsetValueMap>(property.second).end()) in eventdata()
254 for (const auto& value : std::get<OffsetValueMap>(property.second)) in assertion()
340 for (const auto& value : std::get<OffsetValueMap>(property.second)) in assertion()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp121 using OffsetValueMap = std::map<Offset, Values>; typedef
123 using DbusPropertyValues = std::pair<PreReqOffsetValueMap, OffsetValueMap>;