Searched refs:attributeValue (Results 1 – 6 of 6) sorted by relevance
46 Manager::PendingAttribute attributeValue; in setAttribute() local50 std::get<0>(attributeValue) = AttributeType::Integer; in setAttribute()54 std::get<0>(attributeValue) = AttributeType::String; in setAttribute()57 std::get<1>(attributeValue) = value; in setAttribute()58 pendingAttrs.emplace(attribute, attributeValue); in setAttribute()
119 auto attributeValue = optAttributeValue.value(); in constructEntry() local120 if (attributeValue.index() == 1) in constructEntry()122 currStr = std::get<std::string>(attributeValue); in constructEntry()
124 auto attributeValue = optAttributeValue.value(); in constructEntry() local125 if (attributeValue.index() == 0) in constructEntry()127 currentValue = std::get<int64_t>(attributeValue); in constructEntry()
230 auto attributeValue = optAttributeValue.value(); in constructEntry() local231 if (attributeValue.index() == 1) in constructEntry()233 auto currValue = std::get<std::string>(attributeValue); in constructEntry()
241 auto attributeValue = getBiosAttrValue<std::string>("fw_boot_side"); in setVersions() local249 if (attributeValue.has_value()) in setVersions()251 nextBootSideBiosValue = attributeValue.value(); in setVersions()577 auto attributeValue = getBiosAttrValue<std::string>(bootNextSideAttrName); in processPriorityChangeNotification() local578 if (attributeValue.has_value()) in processPriorityChangeNotification()580 currNextBootSide = attributeValue.value(); in processPriorityChangeNotification()
531 auto attributeValue = in processOEMBaseBiosTable() local534 if (attributeValue.has_value()) in processOEMBaseBiosTable()536 currNextBootSide = attributeValue.value(); in processOEMBaseBiosTable()