Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Devent_parser.hpp71 using StateToDBusValue = std::map<pdr::EventState, pldm::utils::PropertyValue>; typedef
72 using EventDBusInfo = std::tuple<pldm::utils::DBusMapping, StateToDBusValue>;
135 StateToDBusValue mapStateToDBusVal(const Json& eventStates,
H A Devent_parser.cpp106 StateToDBusValue StateSensorHandler::mapStateToDBusVal( in mapStateToDBusVal()
109 StateToDBusValue eventStateMap{}; in mapStateToDBusVal()