Searched refs:CurrentValue (Results 1 – 9 of 9) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | attribute_registry.hpp | 34 CurrentValue, enumerator 55 CurrentValue, enumerator 100 {MapFromProperty::CurrentValue, "CurrentValue"}, 121 {MapToProperty::CurrentValue, "CurrentValue"},
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_config.hpp | 47 using CurrentValue = std::variant<int64_t, std::string>; typedef 56 MenuPath, CurrentValue, DefaultValue, Option>; 59 using PendingObj = std::tuple<AttributeType, CurrentValue>;
|
H A D | bios_config.cpp | 289 CurrentValue currentValue{}; in checkAttributeValueTable()
|
/openbmc/openbmc-test-automation/pldm/ |
H A D | test_firmware_boot_side.robot | 72 ${next_boot_side}= Set Variable ${FW_BOOT_SIDE_DICT["${cur_boot_side["CurrentValue"]}"]} 91 Should Be Equal As Strings ${cur_boot_side["CurrentValue"]} ${next_boot_side} 92 … Print Timen Current: ${cur_boot_side["CurrentValue"]} and set side: ${next_boot_side} are same.
|
H A D | test_pldm_bios.robot | 100 # "CurrentValue": "Temp" 108 Run Keyword If '${cur_attr['CurrentValue']}' not in @{attr_val_list}
|
H A D | test_pldm_bios_attributes.robot | 227 ${value1}= Convert To String ${output["CurrentValue"]} 250 ${value1}= Convert To String ${output["CurrentValue"]}
|
/openbmc/bios-settings-mgr/include/ |
H A D | manager.hpp | 71 using CurrentValue = std::variant<int64_t, std::string>; typedef in bios_config::Manager 74 std::tuple<AttributeType, CurrentValue, PendingValue>;
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/ |
H A D | Manager.interface.yaml | 42 - name: CurrentValue
|
/openbmc/openbmc-test-automation/lib/ |
H A D | utils.robot | 1178 # "CurrentValue": "Temp" 1182 Should Be Equal As Strings ${pldm_output["CurrentValue"]} ${attribute_value} 1183 ... msg=Expecting ${attribute_value} but got ${pldm_output["CurrentValue"]}
|