Home
last modified time | relevance | path

Searched refs:pendingAttributes (Results 1 – 8 of 8) sorted by relevance

/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp36 auto pendingAttrs = Base::pendingAttributes(); in setAttribute()
60 pendingAttributes(pendingAttrs); in setAttribute()
77 auto pending = Base::pendingAttributes(); in getAttribute()
98 pendingAttributes({}); in baseBIOSTable()
203 Manager::PendingAttributes Manager::pendingAttributes(PendingAttributes value) in pendingAttributes() function in bios_config::Manager
208 auto pendingAttrs = Base::pendingAttributes({}, false); in pendingAttributes()
294 PendingAttributes pendingAttribute = Base::pendingAttributes(); in pendingAttributes()
307 auto pendingAttrs = Base::pendingAttributes(pendingAttribute, false); in pendingAttributes()
H A Dmanager_serialize.cpp32 pendingAttributes()); in save()
53 pendingAttributes(pendingAttrs, true); in load()
/openbmc/openpower-pnor-code-mgmt/
H A Dutils.cpp125 PendingAttributesType pendingAttributes; in setPendingAttributes() local
126 pendingAttributes.emplace_back( in setPendingAttributes()
135 std::variant<PendingAttributesType>(pendingAttributes)); in setPendingAttributes()
H A Dfunctions.cpp396 PendingAttributesType pendingAttributes; in setBiosAttr() local
397 pendingAttributes.emplace_back(std::make_pair( in setBiosAttr()
421 std::variant<PendingAttributesType>(pendingAttributes)); in setBiosAttr()
/openbmc/bios-settings-mgr/include/
H A Dmanager.hpp125 PendingAttributes pendingAttributes(PendingAttributes value) override;
/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp1086 const PendingAttributes& pendingAttributes) in constructPendingAttribute() argument
1090 for (auto& attribute : pendingAttributes) in constructPendingAttribute()
1179 PendingAttributes pendingAttributes = in listenPendingAttributes() local
1181 this->constructPendingAttribute(pendingAttributes); in listenPendingAttributes()
H A Dbios_config.hpp379 void constructPendingAttribute(const PendingAttributes& pendingAttributes);
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp231 const PendingAttributesType* pendingAttributes = in getPendingList() local
233 if (!pendingAttributes) in getPendingList()
240 for (const auto& [key, attributes] : *pendingAttributes) in getPendingList()