Searched refs:attributeName (Results 1 – 5 of 5) sorted by relevance
/openbmc/pldm/libpldmresponder/ |
H A D | bios_config.cpp | 283 AttributeName attributeName{}; in checkAttributeValueTable() local 325 attributeName = std::string(buffer.data(), buffer.data() + strLength); in checkAttributeValueTable() 438 static_cast<int64_t>(lower), attributeName)); in checkAttributeValueTable() 442 static_cast<int64_t>(upper), attributeName)); in checkAttributeValueTable() 446 static_cast<int64_t>(scalar), attributeName)); in checkAttributeValueTable() 475 static_cast<int64_t>(min), attributeName)); in checkAttributeValueTable() 479 static_cast<int64_t>(max), attributeName)); in checkAttributeValueTable() 494 std::move(attributeName), in checkAttributeValueTable() 1091 std::string attributeName = attribute.first; in constructPendingAttribute() local 1095 [&attributeName](const auto& attr) { in constructPendingAttribute() [all …]
|
/openbmc/phosphor-pid-control/pid/ |
H A D | buildjson.cpp | 172 const std::string& attributeName, in getCycleTimeSetting() argument 175 auto findAttributeName = zone.find(attributeName); in getCycleTimeSetting() 186 std::cerr << "Zone " << id << ": " << attributeName in getCycleTimeSetting() 192 std::cerr << "Zone " << id << ": " << attributeName in getCycleTimeSetting()
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbusconfiguration.cpp | 267 const std::string& attributeName) in getPIDAttribute() argument 269 auto search = base.find(attributeName); in getPIDAttribute() 272 throw std::runtime_error("missing attribute " + attributeName); in getPIDAttribute() 279 const int zoneIndex, const std::string& attributeName, uint64_t& value) in getCycleTimeSetting() argument 281 auto findAttributeName = zone.find(attributeName); in getCycleTimeSetting() 285 std::visit(VariantToDoubleVisitor(), zone.at(attributeName)); in getCycleTimeSetting() 292 std::cerr << "Zone " << zoneIndex << ": " << attributeName in getCycleTimeSetting() 298 std::cerr << "Zone " << zoneIndex << ": " << attributeName in getCycleTimeSetting()
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | bios_handler.hpp | 81 * @param[in] attributeName - Attribute to be read. 85 const std::string& attributeName);
|
/openbmc/bios-settings-mgr/ |
H A D | README.md | 80 Here is an example json structure of a `String` attribute with `attributeName`
|