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.cpp4 SysInfoParamStore::lookup(uint8_t paramSelector) const 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.cpp1348 static std::unique_ptr<SysInfoParamStore> sysInfoParamStore;
1424 sysInfoParamStore = std::make_unique<SysInfoParamStore>(); in ipmiAppGetSystemInfo()
1528 sysInfoParamStore = std::make_unique<SysInfoParamStore>(); in ipmiAppSetSystemInfo()