Home
last modified time | relevance | path

Searched refs:DefaultValue (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dattribute_registry.hpp35 DefaultValue, enumerator
56 DefaultValue, enumerator
101 {MapFromProperty::DefaultValue, "DefaultValue"},
122 {MapToProperty::DefaultValue, "DefaultValue"},
/openbmc/pldm/libpldmresponder/
H A Dbios_config.hpp48 using DefaultValue = std::variant<int64_t, std::string>; typedef
56 MenuPath, CurrentValue, DefaultValue, Option>;
H A Dbios_config.cpp293 DefaultValue defaultValue{}; in checkAttributeValueTable()