Searched refs:PendingAttributes (Results 1 – 10 of 10) sorted by relevance
204 Manager::PendingAttributes Manager::pendingAttributes(PendingAttributes value) in pendingAttributes()295 PendingAttributes pendingAttribute = Base::pendingAttributes(); in pendingAttributes()
47 Manager::PendingAttributes pendingAttrs; in load()
16 PendingAttributes a{s\\(sv\\)} 1 pvm_sys_dump_active \
21 PendingAttributes a{s\\(sv\\)} 1 pvm_sys_dump_active \
170 std::variant<std::string, PendingAttributes, BaseBIOSTable>; in Handler()181 PendingAttributes pendingAttributes = in Handler()182 std::get<PendingAttributes>(valPropMap->second); in Handler()
29 - `PendingAttributes` - To store pending bios Attributes list.
66 | | | -PendingAttributes | | | …113 RBC daemon should preserve the AllBiosTables, PendingAttributes list in253 RBC daemon should preserve the AllBaseAttributes, PendingAttributes list in446 …| |6.Get Pending attributes |<---Req-/Res--->| Get PendingAttributes |<-dbus-| PendingAttributes …448 …| |7.Update new BIOS setting|<---Req-/Res--->| Set PendingAttributes |<-dbus-| PendingAttributes …
1086 const PendingAttributes& pendingAttributes) in constructPendingAttribute()1160 std::variant<std::string, PendingAttributes, BaseBIOSTable>; in listenPendingAttributes()1174 PendingAttributes pendingAttributes = in listenPendingAttributes()1175 std::get<PendingAttributes>(valPropMap->second); in listenPendingAttributes()
367 void constructPendingAttribute(const PendingAttributes& pendingAttributes);
259 using PendingAttributes = std::map<AttributeName, PendingObj>; typedef