Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp327 if (!biosAttributes.empty()) in checkAttributeValueTable()
330 biosAttributes[attrHandle % biosAttributes.size()]->readOnly; in checkAttributeValueTable()
332 biosAttributes[attrHandle % biosAttributes.size()]->helpText; in checkAttributeValueTable()
334 biosAttributes[attrHandle % biosAttributes.size()]->displayName; in checkAttributeValueTable()
336 biosAttributes[attrHandle % biosAttributes.size()] in checkAttributeValueTable()
561 if (biosAttributes.empty()) in buildAndStoreAttrTables()
594 for (auto& attr : biosAttributes) in buildAndStoreAttrTables()
935 biosAttributes.begin(), biosAttributes.end(), in setAttrValue()
938 if (iter == biosAttributes.end()) in setAttrValue()
978 const auto& dBusMap = biosAttributes[biosAttrIndex]->getDBusMap(); in processBiosAttrChangeNotification()
[all …]
H A Dbios_config.hpp172 BIOSAttributes biosAttributes; member in pldm::responder::bios::BIOSConfig
212 biosAttributes.push_back(std::make_unique<T>(entry, dbusHandler)); in constructAttribute()
213 auto biosAttrIndex = biosAttributes.size() - 1; in constructAttribute()
214 auto dBusMap = biosAttributes[biosAttrIndex]->getDBusMap(); in constructAttribute()