Home
last modified time | relevance | path

Searched refs:attribute_value (Results 1 – 13 of 13) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dbios_string_attribute.cpp74 table::attribute_value::decodeStringEntry(attrValueEntry); in setAttrValueOnDbus()
134 table::attribute_value::constructStringEntry(attrValueTable, attrHandle, in constructEntry()
145 table::attribute_value::constructStringEntry(newValue, attrHdl, in updateAttrVal()
H A Dbios_integer_attribute.cpp58 table::attribute_value::decodeIntegerEntry(attrValueEntry); in setAttrValueOnDbus()
139 table::attribute_value::constructIntegerEntry(attrValueTable, attrHandle, in constructEntry()
217 table::attribute_value::constructIntegerEntry(newValue, attrHdl, attrType, in updateAttrVal()
H A Dbios_config.cpp764 attrType] = table::attribute_value::decodeHeader(attrValueEntry); in traceBIOSUpdate()
796 table::attribute_value::decodeIntegerEntry(attrValueEntry); in traceBIOSUpdate()
807 table::attribute_value::decodeStringEntry(attrValueEntry); in traceBIOSUpdate()
825 attrType] = table::attribute_value::decodeHeader(attrValueEntry); in checkAttrValueToUpdate()
833 table::attribute_value::decodeEnumEntry(attrValueEntry); in checkAttrValueToUpdate()
853 table::attribute_value::decodeIntegerEntry(attrValueEntry); in checkAttrValueToUpdate()
872 table::attribute_value::decodeStringEntry(attrValueEntry); in checkAttrValueToUpdate()
904 auto attrValHeader = table::attribute_value::decodeHeader(attrValueEntry); in setAttrValue()
920 table::attribute_value::updateTable(*attrValueTable, entry, size); in setAttrValue()
1045 auto destTable = table::attribute_value::updateTable( in processBiosAttrChangeNotification()
H A Dbios_enum_attribute.cpp180 auto currHdls = table::attribute_value::decodeEnumEntry(attrValueEntry); in setAttrValueOnDbus()
246 table::attribute_value::constructEnumEntry(attrValueTable, attrHandle, in constructEntry()
264 table::attribute_value::constructEnumEntry(newValue, attrHdl, attrType, in updateAttrVal()
H A Dbios_table.hpp286 namespace attribute_value namespace
H A Dbios_table.cpp264 namespace attribute_value namespace
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_config_test.cpp209 auto header = table::attribute_value::decodeHeader(entry); in TEST_F()
221 auto value = table::attribute_value::decodeStringEntry(entry); in TEST_F()
230 auto value = table::attribute_value::decodeIntegerEntry(entry); in TEST_F()
238 auto indices = table::attribute_value::decodeEnumEntry(entry); in TEST_F()
377 auto [attrHandle, _] = table::attribute_value::decodeHeader(entry); in TEST_F()
H A Dlibpldmresponder_systemspecific_bios_test.cpp216 auto header = table::attribute_value::decodeHeader(entry); in TEST_F()
228 auto value = table::attribute_value::decodeStringEntry(entry); in TEST_F()
237 auto value = table::attribute_value::decodeIntegerEntry(entry); in TEST_F()
245 auto indices = table::attribute_value::decodeEnumEntry(entry); in TEST_F()
462 auto [attrHandle, _] = table::attribute_value::decodeHeader(entry); in TEST_F()
H A Dmocked_bios.hpp25 pldm::responder::bios::table::attribute_value::decodeHeader( in checkHeader()
/openbmc/openbmc-test-automation/extended/code_update/
H A Dbmc_code_update.robot248 [Arguments] ${attribute_name} ${attribute_value}
252 # attribute_value Value to be written.
259 ... ${attribute_value}
263 ... ${attribute_value}
H A Dhost_code_update.robot236 [Arguments] ${attribute_name} ${attribute_value}
240 # attribute_value Value to be written.
247 ... ${attribute_value}
251 ... ${attribute_value}
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py629 attribute_value = element.get(attribute, [])
630 if not isinstance(attribute_value, list):
631 attribute_value = attribute_value.split()
632 return value in attribute_value
649 attribute_value = element._attr_value_as_string(attribute, '')
650 return (attribute_value == value or attribute_value.startswith(
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot653 [Arguments] ${uri} ${attribute_name} ${attribute_value}
659 # attribute_value The expected value of attribute (e.g. "1", "0", etc.)
662 Should Be Equal ${attribute_value} ${output}
1135 [Arguments] ${attribute_name} ${attribute_value}
1139 # attribute_value Valid allowed attribute values.
1143 ….Patch ${systems[0]}/Bios/Settings body={"Attributes":{"${attribute_name}":"${attribute_value}"}}
1162 [Arguments] ${attribute_name}=fw_boot_side ${attribute_value}=Temp
1166 # attribute_value Valid BIOS attribute value for fw_boot_side.
1173 ${resp}= pldmtool bios SetBIOSAttributeCurrentValue -a ${attribute_name} -d ${attribute_value}
1182 Should Be Equal As Strings ${pldm_output["CurrentValue"]} ${attribute_value}
[all …]