Searched refs:sysInfoParamStore (Results 1 – 1 of 1) sorted by relevance
1351 static std::unique_ptr<SysInfoParamStore> sysInfoParamStore; variable1425 if (sysInfoParamStore == nullptr) in ipmiAppGetSystemInfo()1427 sysInfoParamStore = std::make_unique<SysInfoParamStore>(); in ipmiAppGetSystemInfo()1428 sysInfoParamStore->update(IPMI_SYSINFO_SYSTEM_NAME, in ipmiAppGetSystemInfo()1440 sysInfoParamStore->update(IPMI_SYSINFO_SYSTEM_FW_VERSION, *fwVersion); in ipmiAppGetSystemInfo()1445 sysInfoParamStore->lookup(paramSelector); in ipmiAppGetSystemInfo()1529 if (!sysInfoParamStore) in ipmiAppSetSystemInfo()1531 sysInfoParamStore = std::make_unique<SysInfoParamStore>(); in ipmiAppSetSystemInfo()1532 sysInfoParamStore->update(IPMI_SYSINFO_SYSTEM_NAME, in ipmiAppSetSystemInfo()1538 sysInfoParamStore->lookup(paramSelector); in ipmiAppSetSystemInfo()[all …]