Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp1295 static std::unique_ptr<SysInfoParamStore> sysInfoParamStore; variable
1369 if (sysInfoParamStore == nullptr) in ipmiAppGetSystemInfo()
1371 sysInfoParamStore = std::make_unique<SysInfoParamStore>(); in ipmiAppGetSystemInfo()
1372 sysInfoParamStore->update(IPMI_SYSINFO_SYSTEM_NAME, in ipmiAppGetSystemInfo()
1378 sysInfoParamStore->lookup(paramSelector); in ipmiAppGetSystemInfo()
1462 if (!sysInfoParamStore) in ipmiAppSetSystemInfo()
1464 sysInfoParamStore = std::make_unique<SysInfoParamStore>(); in ipmiAppSetSystemInfo()
1465 sysInfoParamStore->update(IPMI_SYSINFO_SYSTEM_NAME, in ipmiAppSetSystemInfo()
1471 sysInfoParamStore->lookup(paramSelector); in ipmiAppSetSystemInfo()
1507 sysInfoParamStore->update(paramSelector, paramString); in ipmiAppSetSystemInfo()