Home
last modified time | relevance | path

Searched refs:writeKeyword (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/
H A Dbios_handler.cpp212 manager.writeKeyword(sdbusplus::message::object_path{SYSTEM_OBJECT}, in saveFCOToVPD()
250 manager.writeKeyword(sdbusplus::message::object_path{SYSTEM_OBJECT}, in saveAMMToVPD()
288 manager.writeKeyword(sdbusplus::message::object_path{SYSTEM_OBJECT}, in saveKeepAndClearToVPD()
327 manager.writeKeyword(sdbusplus::message::object_path{SYSTEM_OBJECT}, in saveCreateDefaultLparToVPD()
365 manager.writeKeyword(sdbusplus::message::object_path{SYSTEM_OBJECT}, in saveClearNVRAMToVPD()
H A Dmanager.hpp62 void writeKeyword(const sdbusplus::message::object_path& path,
H A Dmanager.cpp48 this->writeKeyword(path, recordName, keyword, value); in Manager()
198 writeKeyword(std::get<0>(item), std::get<1>(item), in restoreSystemVpd()
453 void Manager::writeKeyword(const sdbusplus::message::object_path& path, in writeKeyword() function in openpower::vpd::manager::Manager