Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp162 cachedBusName(std::nullopt) in ServiceCache()
167 cachedBusName(std::nullopt) in ServiceCache()
174 cachedBusName = bus.get_unique_name(); in getService()
187 cachedBusName = std::nullopt; in invalidate()
200 return cachedService && cachedBusName == bus.get_unique_name(); in isValid()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp90 std::optional<std::string> cachedBusName; member in ipmi::ServiceCache