Home
last modified time | relevance | path

Searched refs:pendingAttrs (Results 1 – 2 of 2) sorted by relevance

/openbmc/bios-settings-mgr/src/
H A Dmanager_serialize.cpp68 Manager::PendingAttributes pendingAttrs; in load() local
75 archive(baseTbl, pendingAttrs); in load()
78 archive(baseTable, pendingAttrs); in load()
93 pendingAttributes(pendingAttrs, true); in load()
H A Dmanager.cpp37 auto pendingAttrs = Base::pendingAttributes(); in setAttribute() local
38 auto iter = pendingAttrs.find(attribute); in setAttribute()
40 if (iter != pendingAttrs.end()) in setAttribute()
58 pendingAttrs.emplace(attribute, attributeValue); in setAttribute()
61 pendingAttributes(pendingAttrs); in setAttribute()
209 auto pendingAttrs = Base::pendingAttributes({}, false); in pendingAttributes() local
211 return pendingAttrs; in pendingAttributes()
308 auto pendingAttrs = Base::pendingAttributes(pendingAttribute, false); in pendingAttributes() local
311 return pendingAttrs; in pendingAttributes()