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.cpp158 cachedBusName(std::nullopt) in ServiceCache()
163 cachedBusName(std::nullopt) in ServiceCache()
170 cachedBusName = bus.get_unique_name(); in getService()
178 cachedBusName = std::nullopt; in invalidate()
191 return cachedService && cachedBusName == bus.get_unique_name(); in isValid()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp91 std::optional<std::string> cachedBusName; member in ipmi::ServiceCache