Searched refs:BaseBIOSTable (Results 1 – 7 of 7) sorted by relevance
52 - **BaseBIOSTable** Captures the entire BIOS table (collective information of55 ## Signature of `BaseBIOSTable`57 The `BaseBIOSTable` property in the RBC Manager Interface is a complex93 `DrdFreqLimit` & its various properties in BaseBIOSTable signature.117 with name `BIOSSerialDebugLevel` & its various properties in BaseBIOSTable139 ## Initialization of `BaseBIOSTable`142 `BaseBIOSTable`. It is the responsibility of provider daemons, such as **PLDM**146 initialize the `BaseBIOSTable` property with those settings.153 the `BaseBIOSTable` property accordingly. This allows for flexible and custom162 `BaseBIOSTable` would then be initialized with the attributes data from the
201 const pldm::bios::BaseBIOSTable& biosTable) = 0;
519 std::variant<BaseBIOSTable> value = baseBIOSTableMaps; in updateBaseBIOSTableProperty()566 BaseBIOSTable biosTable{}; in buildAndStoreAttrTables()579 std::variant<BaseBIOSTable> varBiosTable{}; in buildAndStoreAttrTables()581 biosTable = std::get<BaseBIOSTable>(varBiosTable); in buildAndStoreAttrTables()1160 std::variant<std::string, PendingAttributes, BaseBIOSTable>; in listenPendingAttributes()
150 BaseBIOSTable baseBIOSTableMaps;
65 | +-----+-------+ +-------------+ | -BaseBIOSTable | | +<-->…183 … Chksum. | | | Validate the XML Type 0 |--dbus-->| BaseBIOSTable …359 | | |------------------------->| (BaseBIOSTable) …434 …| |1.Get Current attributes |<---Req-/Res--> | Read BaseBIOSTable |<-dbus-| BaseBIOSTable …437 …| |2.Get Attribute Registry |<---Req-/Res--> | Read BaseBIOSTable |<-dbus-| BaseBIOSTable …
170 std::variant<std::string, PendingAttributes, BaseBIOSTable>; in Handler()516 void processOEMBaseBiosTable(const BaseBIOSTable& biosTable) in processOEMBaseBiosTable()
257 using BaseBIOSTable = std::map<AttributeName, BIOSTableObj>; typedef