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.cpp193 manager.writeKeyword(sdbusplus::message::object_path{SYSTEM_OBJECT}, in saveFCOToVPD()
231 manager.writeKeyword(sdbusplus::message::object_path{SYSTEM_OBJECT}, in saveAMMToVPD()
269 manager.writeKeyword(sdbusplus::message::object_path{SYSTEM_OBJECT}, in saveKeepAndClearToVPD()
308 manager.writeKeyword(sdbusplus::message::object_path{SYSTEM_OBJECT}, in saveCreateDefaultLparToVPD()
346 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.cpp49 this->writeKeyword(path, recordName, keyword, value); in Manager()
197 writeKeyword(std::get<0>(item), std::get<1>(item), in restoreSystemVpd()
452 void Manager::writeKeyword(const sdbusplus::message::object_path& path, in writeKeyword() function in openpower::vpd::manager::Manager