Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsys_info_param.cpp3 std::tuple<bool, std::string> SysInfoParamStore::lookup( in lookup()
17 void SysInfoParamStore::update(uint8_t paramSelector, const std::string& s) in update()
29 void SysInfoParamStore::update(uint8_t paramSelector, in update()
H A Dsys_info_param.hpp54 class SysInfoParamStore : public SysInfoParamStoreIntf class
H A Dapphandler.cpp1351 static std::unique_ptr<SysInfoParamStore> sysInfoParamStore;
1427 sysInfoParamStore = std::make_unique<SysInfoParamStore>(); in ipmiAppGetSystemInfo()
1531 sysInfoParamStore = std::make_unique<SysInfoParamStore>(); in ipmiAppSetSystemInfo()