Searched refs:pendingAttributes (Results 1 – 8 of 8) 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()
50 pendingAttributes()); in save()93 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()
1085 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
377 void constructPendingAttribute(const PendingAttributes& pendingAttributes);
133 PendingAttributes pendingAttributes(PendingAttributes value) override;
231 const PendingAttributesType* pendingAttributes = in getPendingList() local233 if (!pendingAttributes) in getPendingList()240 for (const auto& [key, attributes] : *pendingAttributes) in getPendingList()