Searched refs:attributeType (Results 1 – 6 of 6) sorted by relevance
74 std::get<static_cast<uint8_t>(Index::attributeType)>(iter->second); in getAttribute()226 auto attributeType = in pendingAttributes() local227 std::get<static_cast<uint8_t>(Index::attributeType)>(iter->second); in pendingAttributes()228 if (attributeType != std::get<0>(pair.second)) in pendingAttributes()235 if (attributeType == AttributeType::Enumeration) in pendingAttributes()255 if (attributeType == AttributeType::String) in pendingAttributes()275 if (attributeType == AttributeType::Integer) in pendingAttributes()
284 AttributeType attributeType{}; in checkAttributeValueTable() local370 attributeType = "xyz.openbmc_project.BIOSConfig.Manager." in checkAttributeValueTable()425 attributeType = "xyz.openbmc_project.BIOSConfig.Manager." in checkAttributeValueTable()453 attributeType = "xyz.openbmc_project.BIOSConfig.Manager." in checkAttributeValueTable()486 attributeType = "xyz.openbmc_project.BIOSConfig.Manager." in checkAttributeValueTable()495 std::make_tuple(attributeType, readonlyStatus, displayName, in checkAttributeValueTable()1093 auto& [attributeType, attributevalue] = attribute.second; in constructPendingAttribute()1111 BIOSConfigManager::convertAttributeTypeFromString(attributeType); in constructPendingAttribute()1118 attributeType); in constructPendingAttribute()1129 if (attributeType == attrType && attributevalue != currentValue) in constructPendingAttribute()
137 attributeType = 0, enumerator
132 attributeType = 0, enumerator
98 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.String",123 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Integer",
187 auto& [attributeType, attributevalue] = it.second; in Handler()