Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp157 intf(intf), path(path), cachedService(std::nullopt), in ServiceCache()
162 intf(std::move(intf)), path(std::move(path)), cachedService(std::nullopt), in ServiceCache()
171 cachedService = ::ipmi::getService(bus, intf, path); in getService()
173 return cachedService.value(); in getService()
179 cachedService = std::nullopt; in invalidate()
191 return cachedService && cachedBusName == bus.get_unique_name(); in isValid()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp89 std::optional<std::string> cachedService; member in ipmi::ServiceCache