Searched refs:CurrentValue (Results 1 – 8 of 8) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | attribute_registry.hpp | 36 CurrentValue, enumerator 57 CurrentValue, enumerator 102 {MapFromProperty::CurrentValue, "CurrentValue"}, 123 {MapToProperty::CurrentValue, "CurrentValue"},
|
| /openbmc/bios-settings-mgr/include/ |
| H A D | manager.hpp | 63 using CurrentValue = std::variant<int64_t, std::string>; typedef in bios_config::Manager 66 std::tuple<AttributeType, CurrentValue, PendingValue>;
|
| /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 IF '${cur_attr['CurrentValue']}' not in @{attr_val_list}
|
| H A D | test_pldm_bios_attributes.robot | 218 ${value1}= Convert To String ${output["CurrentValue"]} 241 ${value1}= Convert To String ${output["CurrentValue"]}
|
| /openbmc/pldm/common/ |
| H A D | types.hpp | 247 using CurrentValue = std::variant<int64_t, std::string>; typedef 256 MenuPath, CurrentValue, DefaultValue, Option>; 258 using PendingObj = std::tuple<AttributeType, CurrentValue>;
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | utils.robot | 1142 # "CurrentValue": "Temp" 1146 Should Be Equal As Strings ${pldm_output["CurrentValue"]} ${attribute_value} 1147 ... msg=Expecting ${attribute_value} but got ${pldm_output["CurrentValue"]}
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | bios_config.cpp | 289 CurrentValue currentValue{}; in checkAttributeValueTable()
|