Searched refs:pendingAttributes (Results 1 – 9 of 9) sorted by relevance
37 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::Manager209 auto pendingAttrs = Base::pendingAttributes({}, false); in pendingAttributes()295 PendingAttributes pendingAttribute = Base::pendingAttributes(); in pendingAttributes()308 auto pendingAttrs = Base::pendingAttributes(pendingAttribute, false); in pendingAttributes()
32 pendingAttributes()); in save()53 pendingAttributes(pendingAttrs, true); in load()
125 PendingAttributesType pendingAttributes; in setPendingAttributes() local126 pendingAttributes.emplace_back( in setPendingAttributes()135 std::variant<PendingAttributesType>(pendingAttributes)); in setPendingAttributes()
415 PendingAttributesType pendingAttributes; in setBiosAttr() local416 pendingAttributes.emplace_back(std::make_pair( in setBiosAttr()440 std::variant<PendingAttributesType>(pendingAttributes)); in setBiosAttr()
125 PendingAttributes pendingAttributes(PendingAttributes value) override;
181 PendingAttributes pendingAttributes = in Handler() local183 for (auto it : pendingAttributes) in Handler()
1086 const PendingAttributes& pendingAttributes) in constructPendingAttribute() argument1090 for (auto& attribute : pendingAttributes) in constructPendingAttribute()1174 PendingAttributes pendingAttributes = in listenPendingAttributes() local1176 this->constructPendingAttribute(pendingAttributes); in listenPendingAttributes()
367 void constructPendingAttribute(const PendingAttributes& pendingAttributes);
231 const PendingAttributesType* pendingAttributes = in getPendingList() local233 if (!pendingAttributes) in getPendingList()240 for (const auto& [key, attributes] : *pendingAttributes) in getPendingList()