Home
last modified time | relevance | path

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

/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp37 auto pendingAttrs = Base::pendingAttributes(); in setAttribute()
61 pendingAttributes(pendingAttrs); in setAttribute()
78 auto pending = Base::pendingAttributes(); in getAttribute()
99 pendingAttributes({}); in baseBIOSTable()
204 Manager::PendingAttributes Manager::pendingAttributes(PendingAttributes value) in pendingAttributes() function in bios_config::Manager
209 auto pendingAttrs = Base::pendingAttributes({}, false); in pendingAttributes()
295 PendingAttributes pendingAttribute = Base::pendingAttributes(); in pendingAttributes()
308 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.cpp415 PendingAttributesType pendingAttributes; in setBiosAttr() local
416 pendingAttributes.emplace_back(std::make_pair( in setBiosAttr()
440 std::variant<PendingAttributesType>(pendingAttributes)); in setBiosAttr()
/openbmc/bios-settings-mgr/include/
H A Dmanager.hpp125 PendingAttributes pendingAttributes(PendingAttributes value) override;
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.hpp181 PendingAttributes pendingAttributes = in Handler() local
183 for (auto it : pendingAttributes) in Handler()
/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp1086 const PendingAttributes& pendingAttributes) in constructPendingAttribute() argument
1090 for (auto& attribute : pendingAttributes) in constructPendingAttribute()
1174 PendingAttributes pendingAttributes = in listenPendingAttributes() local
1176 this->constructPendingAttribute(pendingAttributes); in listenPendingAttributes()
H A Dbios_config.hpp367 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()