Searched refs:getValueIndex (Results 1 – 2 of 2) sorted by relevance
49 uint8_t BIOSEnumAttribute::getValueIndex(const std::string& value, in getValueIndex() function in pldm::responder::bios::BIOSEnumAttribute 133 auto defaultValueIndex = getValueIndex(defaultValue, possibleValues); in getAttrValueIndex() 150 return getValueIndex(currentValue, possibleValues); in getAttrValueIndex() 162 return getValueIndex(std::get<std::string>(propValue), possibleValues); in getAttrValueIndex() 166 return getValueIndex(defaultValue, possibleValues); in getAttrValueIndex() 212 defaultIndices[0] = getValueIndex(defaultValue, possibleValues); in constructEntry() 234 currValueIndices[0] = getValueIndex(currValue, possibleValues); in constructEntry() 263 getValueIndex(currentValue, possibleValues)}; in updateAttrVal()
80 uint8_t getValueIndex(const std::string& value,