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.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.cpp50 pendingAttributes()); in save()
93 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/pldm/libpldmresponder/
H A Dbios_config.cpp1085 const PendingAttributes& pendingAttributes) in constructPendingAttribute() argument
1089 for (auto& attribute : pendingAttributes) in constructPendingAttribute()
1177 PendingAttributes pendingAttributes = in listenPendingAttributes()
1179 this->constructPendingAttribute(pendingAttributes); in listenPendingAttributes()
1178 PendingAttributes pendingAttributes = listenPendingAttributes() local
H A Dbios_config.hpp377 void constructPendingAttribute(const PendingAttributes& pendingAttributes);
/openbmc/bios-settings-mgr/include/
H A Dmanager.hpp133 PendingAttributes pendingAttributes(PendingAttributes value) override;
/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()