Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.cpp87 for (const auto& value : std::get<OffsetValueMap>(property.second)) in mapDbusToAssertion()
121 for (const auto& value : std::get<OffsetValueMap>(property.second)) in mapDbusToEventdata2()
211 const auto& iter = std::get<OffsetValueMap>(property.second).find(data); in eventdata()
212 if (iter == std::get<OffsetValueMap>(property.second).end()) in eventdata()
233 for (const auto& value : std::get<OffsetValueMap>(property.second)) in assertion()
319 for (const auto& value : std::get<OffsetValueMap>(property.second)) in assertion()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp120 using OffsetValueMap = std::map<Offset, Values>; typedef
122 using DbusPropertyValues = std::pair<PreReqOffsetValueMap, OffsetValueMap>;