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()
16 void SysInfoParamStore::update(uint8_t paramSelector, const std::string& s) in update()
28 void SysInfoParamStore::update(uint8_t paramSelector, in update()
H A Dsys_info_param.hpp54 class SysInfoParamStore : public SysInfoParamStoreIntf class
H A Dapphandler.cpp1340 static std::unique_ptr<SysInfoParamStore> sysInfoParamStore;
1416 sysInfoParamStore = std::make_unique<SysInfoParamStore>(); in ipmiAppGetSystemInfo()
1527 sysInfoParamStore = std::make_unique<SysInfoParamStore>(); in ipmiAppSetSystemInfo()