Home
last modified time | relevance | path

Searched refs:processKeepAndClear (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dbios_handler.hpp215 void processKeepAndClear(const nlohmann::json& i_attributeData);
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbios_handler.cpp240 [this](const auto& entry) { processKeepAndClear(entry); }}}; in backUpOrRestoreBiosAttributes()
974 void IbmBiosHandler::processKeepAndClear(const nlohmann::json& i_attributeData) in processKeepAndClear() function in vpd::IbmBiosHandler