Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.cpp68 SELCacheMap selCacheMap __attribute__((init_priority(101))); variable
123 selCacheMap.insert(std::move(*entry)); in selAddedCallback()
141 selCacheMap.erase(getLoggingId(p)); in selRemovedCallback()
155 selCacheMap.insert_or_assign(entry->first, std::move(entry->second)); in selUpdatedCallback()
204 selCacheMap.insert(std::move(*entry)); in initSELCache()
253 if (!selCacheMap.empty()) in ipmiStorageGetSelInfo()
255 entries = static_cast<uint16_t>(selCacheMap.size()); in ipmiStorageGetSelInfo()
259 auto objPath = getLoggingObjPath(selCacheMap.rbegin()->first); in ipmiStorageGetSelInfo()
313 if (selCacheMap.empty()) in getSELEntry()
324 iter = selCacheMap.begin(); in getSELEntry()
[all …]