Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Devent_parser.hpp72 using EventDBusInfo = std::tuple<pldm::utils::DBusMapping, StateToDBusValue>; typedef
73 using EventMap = std::map<StateSensorEntry, EventDBusInfo>;
117 const EventDBusInfo& getEventInfo(const StateSensorEntry& entry) const in getEventInfo()