Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dpdr_utils.cpp92 StatestoDbusVal populateMapping(const std::string& type, const Json& dBusValues, in populateMapping() argument
98 if (dBusValues.size() != pv.size()) in populateMapping()
102 "DBUS_VALUE_SIZE", dBusValues.size(), "PROPERTY_VALUE_SIZE", in populateMapping()
107 for (auto it = dBusValues.begin(); it != dBusValues.end(); ++it, ++pos) in populateMapping()
H A Dpdr_utils.hpp117 StatestoDbusVal populateMapping(const std::string& type, const Json& dBusValues,
/openbmc/pldm/host-bmc/
H A Ddbus_to_terminus_effecters.hpp162 const pldm::utils::Json& dBusValues,
H A Ddbus_to_terminus_effecters.cpp27 const Json& dBusValues, std::vector<PropertyValue>& propertyValues, in populatePropVals() argument
31 for (const auto& elem : dBusValues) in populatePropVals()