Lines Matching refs:BIOSConfig
32 sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager;
42 BIOSConfig::BIOSConfig( in BIOSConfig() function in pldm::responder::bios::BIOSConfig
65 void BIOSConfig::checkSystemTypeAvailability() in checkSystemTypeAvailability()
79 std::bind(&BIOSConfig::initBIOSAttributes, this, in checkSystemTypeAvailability()
85 void BIOSConfig::initBIOSAttributes(const std::string& systemType, in initBIOSAttributes()
108 void BIOSConfig::buildTables() in buildTables()
117 std::optional<Table> BIOSConfig::getBIOSTable(pldm_bios_table_types tableType) in getBIOSTable()
135 int BIOSConfig::setBIOSTable(uint8_t tableType, const Table& table, in setBIOSTable()
197 int BIOSConfig::checkAttributeTable(const Table& table) in checkAttributeTable()
272 int BIOSConfig::checkAttributeValueTable(const Table& table) in checkAttributeValueTable()
503 void BIOSConfig::updateBaseBIOSTableProperty() in updateBaseBIOSTableProperty()
535 void BIOSConfig::constructAttributes() in constructAttributes()
556 void BIOSConfig::buildAndStoreAttrTables(const Table& stringTable) in buildAndStoreAttrTables()
625 std::optional<Table> BIOSConfig::buildAndStoreStringTable() in buildAndStoreStringTable()
660 void BIOSConfig::storeTable(const fs::path& path, const Table& table) in storeTable()
666 std::optional<Table> BIOSConfig::loadTable(const fs::path& path) in loadTable()
679 void BIOSConfig::load(const fs::path& filePath, ParseHandler handler) in load()
712 std::string BIOSConfig::decodeStringFromStringEntry( in decodeStringFromStringEntry()
724 std::string BIOSConfig::displayStringHandle( in displayStringHandle()
756 void BIOSConfig::traceBIOSUpdate( in traceBIOSUpdate()
819 int BIOSConfig::checkAttrValueToUpdate( in checkAttrValueToUpdate()
890 int BIOSConfig::setAttrValue(const void* entry, size_t size, bool isBMC, in setAttrValue()
960 void BIOSConfig::removeTables() in removeTables()
974 void BIOSConfig::processBiosAttrChangeNotification( in processBiosAttrChangeNotification()
1061 uint16_t BIOSConfig::findAttrHandle(const std::string& attrName) in findAttrHandle()
1084 void BIOSConfig::constructPendingAttribute( in constructPendingAttribute()
1152 void BIOSConfig::listenPendingAttributes() in listenPendingAttributes()