Home
last modified time | relevance | path

Searched refs:optAttributeValue (Results 1 – 7 of 7) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dbios_string_attribute.cpp102 std::optional<std::variant<int64_t, std::string>> optAttributeValue) in constructEntry() argument
117 if (optAttributeValue.has_value()) in constructEntry()
119 auto attributeValue = optAttributeValue.value(); in constructEntry()
H A Dbios_integer_attribute.cpp107 std::optional<std::variant<int64_t, std::string>> optAttributeValue) in constructEntry() argument
122 if (optAttributeValue.has_value()) in constructEntry()
124 auto attributeValue = optAttributeValue.value(); in constructEntry()
H A Dbios_enum_attribute.cpp207 std::optional<std::variant<int64_t, std::string>> optAttributeValue) in constructEntry() argument
228 if (optAttributeValue.has_value()) in constructEntry()
230 auto attributeValue = optAttributeValue.value(); in constructEntry()
H A Dbios_integer_attribute.hpp52 optAttributeValue = std::nullopt) override;
H A Dbios_string_attribute.hpp75 optAttributeValue = std::nullopt) override;
H A Dbios_attribute.hpp66 std::optional<std::variant<int64_t, std::string>> optAttributeValue =
H A Dbios_enum_attribute.hpp56 optAttributeValue = std::nullopt) override;