Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.hpp163 using PropertiesCache = std::unordered_map<std::string, PropertyMap>; typedef in ipmi::transport::ObjectLookupCache
182 using value_type = PropertiesCache::value_type;
200 PropertiesCache::iterator ret;
218 PropertiesCache cache;
226 PropertiesCache::iterator get(const std::string& path) in get()