Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Devent_parser.cpp86 auto propertyValues = dbus.value("property_values", emptyJsonList); in StateSensorHandler() local
87 if ((eventStates.size() == 0) || (propertyValues.size() == 0) || in StateSensorHandler()
88 (eventStates.size() != propertyValues.size())) in StateSensorHandler()
93 "PROPERTY_VALUE_SIZE", propertyValues.size()); in StateSensorHandler()
97 auto eventStateMap = mapStateToDBusVal(eventStates, propertyValues, in StateSensorHandler()
107 const Json& eventStates, const Json& propertyValues, std::string_view type) in mapStateToDBusVal() argument
111 auto propIt = propertyValues.begin(); in mapStateToDBusVal()
H A Devent_parser.hpp136 const Json& propertyValues,
/openbmc/pldm/platform-mc/
H A Ddbus_to_terminus_effecters.cpp27 const Json& dBusValues, std::vector<PropertyValue>& propertyValues, in populatePropVals() argument
34 propertyValues.emplace_back(value); in populatePropVals()
155 Json propertyValues = jsonDbusInfo["property_values"]; in parseEffecterJson() local
157 populatePropVals(propertyValues, dbusInfo.propertyValues, in parseEffecterJson()
164 if (dbusInfo.propertyValues.size() != states.size()) in parseEffecterJson()
431 .propertyValues; in findNewStateValue()
H A Ddbus_to_terminus_effecters.hpp43 propertyValues; //!< D-Bus property values member
167 std::vector<pldm::utils::PropertyValue>& propertyValues,