Searched refs:attribute_value (Results 1 – 14 of 14) sorted by relevance
| /openbmc/pldm/libpldmresponder/ |
| H A D | bios_string_attribute.cpp | 74 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 D | bios_integer_attribute.cpp | 58 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 D | bios_config.cpp | 765 attrType] = table::attribute_value::decodeHeader(attrValueEntry); in traceBIOSUpdate() 797 table::attribute_value::decodeIntegerEntry(attrValueEntry); in traceBIOSUpdate() 808 table::attribute_value::decodeStringEntry(attrValueEntry); in traceBIOSUpdate() 826 attrType] = table::attribute_value::decodeHeader(attrValueEntry); in checkAttrValueToUpdate() 834 table::attribute_value::decodeEnumEntry(attrValueEntry); in checkAttrValueToUpdate() 854 table::attribute_value::decodeIntegerEntry(attrValueEntry); in checkAttrValueToUpdate() 873 table::attribute_value::decodeStringEntry(attrValueEntry); in checkAttrValueToUpdate() 905 auto attrValHeader = table::attribute_value::decodeHeader(attrValueEntry); in setAttrValue() 921 table::attribute_value::updateTable(*attrValueTable, entry, size); in setAttrValue() 1046 auto destTable = table::attribute_value::updateTable( in processBiosAttrChangeNotification()
|
| H A D | bios_enum_attribute.cpp | 180 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 D | bios_table.hpp | 286 namespace attribute_value namespace
|
| H A D | bios_table.cpp | 264 namespace attribute_value namespace
|
| /openbmc/pldm/libpldmresponder/test/ |
| H A D | libpldmresponder_bios_config_test.cpp | 209 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 D | libpldmresponder_systemspecific_bios_test.cpp | 216 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 D | mocked_bios.hpp | 25 pldm::responder::bios::table::attribute_value::decodeHeader( in checkHeader()
|
| /openbmc/openbmc-test-automation/extended/code_update/ |
| H A D | bmc_code_update.robot | 248 [Arguments] ${attribute_name} ${attribute_value} 252 # attribute_value Value to be written. 259 ... ${attribute_value} 263 ... ${attribute_value}
|
| H A D | host_code_update.robot | 237 [Arguments] ${attribute_name} ${attribute_value} 241 # attribute_value Value to be written. 248 ... ${attribute_value} 252 ... ${attribute_value}
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/ |
| H A D | formatter.py | 121 def attribute_value(self, value): member in Formatter
|
| H A D | element.py | 1884 text = formatter.attribute_value(val)
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | utils.robot | 613 [Arguments] ${uri} ${attribute_name} ${attribute_value} 619 # attribute_value The expected value of attribute (e.g. "1", "0", etc.) 622 Should Be Equal ${attribute_value} ${output} 1099 [Arguments] ${attribute_name} ${attribute_value} 1103 # attribute_value Valid allowed attribute values. 1107 ….Patch ${systems[0]}/Bios/Settings body={"Attributes":{"${attribute_name}":"${attribute_value}"}} 1126 [Arguments] ${attribute_name}=fw_boot_side ${attribute_value}=Temp 1130 # attribute_value Valid BIOS attribute value for fw_boot_side. 1137 ${resp}= pldmtool bios SetBIOSAttributeCurrentValue -a ${attribute_name} -d ${attribute_value} 1146 Should Be Equal As Strings ${pldm_output["CurrentValue"]} ${attribute_value} [all …]
|