Home
last modified time | relevance | path

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

/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp295 PendingAttributes pendingAttribute = Base::pendingAttributes(); in pendingAttributes() local
299 auto iter = pendingAttribute.find(pair.first); in pendingAttributes()
300 if (iter != pendingAttribute.end()) in pendingAttributes()
302 iter = pendingAttribute.erase(iter); in pendingAttributes()
305 pendingAttribute.emplace(std::make_pair(pair.first, pair.second)); in pendingAttributes()
308 auto pendingAttrs = Base::pendingAttributes(pendingAttribute, false); in pendingAttributes()