Home
last modified time | relevance | path

Searched refs:CurrentValue (Results 1 – 9 of 9) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dattribute_registry.hpp34 CurrentValue, enumerator
55 CurrentValue, enumerator
100 {MapFromProperty::CurrentValue, "CurrentValue"},
121 {MapToProperty::CurrentValue, "CurrentValue"},
/openbmc/pldm/libpldmresponder/
H A Dbios_config.hpp47 using CurrentValue = std::variant<int64_t, std::string>; typedef
56 MenuPath, CurrentValue, DefaultValue, Option>;
59 using PendingObj = std::tuple<AttributeType, CurrentValue>;
H A Dbios_config.cpp288 CurrentValue currentValue{}; in checkAttributeValueTable()
/openbmc/bios-settings-mgr/include/
H A Dmanager.hpp64 using CurrentValue = std::variant<int64_t, std::string>; typedef in bios_config::Manager
67 std::tuple<AttributeType, CurrentValue, PendingValue>;
/openbmc/openbmc-test-automation/pldm/
H A Dtest_firmware_boot_side.robot72 ${next_boot_side}= Set Variable ${FW_BOOT_SIDE_DICT["${cur_boot_side["CurrentValue"]}"]}
90 Should Be Equal As Strings ${cur_boot_side["CurrentValue"]} ${next_boot_side}
91 … Print Timen Current: ${cur_boot_side["CurrentValue"]} and set side: ${next_boot_side} are same.
H A Dtest_pldm_bios.robot100 # "CurrentValue": "Temp"
108 Run Keyword If '${cur_attr['CurrentValue']}' not in @{attr_val_list}
H A Dtest_pldm_bios_attributes.robot227 ${value1}= Convert To String ${output["CurrentValue"]}
250 ${value1}= Convert To String ${output["CurrentValue"]}
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/
H A DManager.interface.yaml42 - name: CurrentValue
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot1173 # "CurrentValue": "Temp"
1177 Should Be Equal As Strings ${pldm_output["CurrentValue"]} ${attribute_value}
1178 ... msg=Expecting ${attribute_value} but got ${pldm_output["CurrentValue"]}